From b45f71f84cfb498ac0c522e94a3cf7266ca56c1c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 7 Aug 2024 22:31:27 +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 d62c737..2925dfb 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -7,7 +7,7 @@ orbs: executors: python: docker: - - image: python:3.12.4 + - image: python:3.12.5 resource_class: small workflows: