From 90c9d0eb7d03770c389769b7e017577aed5e228d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 2 Oct 2024 01:32:23 +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 e39a0c5..af8ffe2 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -6,7 +6,7 @@ orbs: executors: python: docker: - - image: python:3.12.6 + - image: python:3.12.7 resource_class: medium workflows: