From b89b3d4441dfd03948f8ab20f382feb7087bf04b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 01:05:22 +0000 Subject: [PATCH] chore(deps): update cimg/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 e55263a2..7d3da54d 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -6,7 +6,7 @@ orbs: jobs: test-api: docker: - - image: cimg/python:3.11.4 + - image: cimg/python:3.12.6 steps: - checkout - run: