From 724ec020e97356a5feb24d6ec1ca6ce93505d846 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 10 Sep 2024 22:36:25 +0000 Subject: [PATCH] chore(deps): update python docker tag to v3.12.6 --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 482ed45..e39a0c5 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -6,7 +6,7 @@ orbs: executors: python: docker: - - image: python:3.12.5 + - image: python:3.12.6 resource_class: medium workflows: