From 88acccd47faef42bb0de96925e5e0236582dd2b0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 15 Oct 2024 00:06:35 +0000 Subject: [PATCH] chore(deps): update python docker tag to v3.12.7 --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 2925dfb..ac95ee1 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -7,7 +7,7 @@ orbs: executors: python: docker: - - image: python:3.12.5 + - image: python:3.12.7 resource_class: small workflows: