From a0f7c90734b77d9bedda0622c57efe15127f2438 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 7 Aug 2024 22:38:59 +0000 Subject: [PATCH] chore(deps): update python docker tag to v3.12.5 --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 5b4ebbf..482ed45 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -6,7 +6,7 @@ orbs: executors: python: docker: - - image: python:3.12.4 + - image: python:3.12.5 resource_class: medium workflows: