From c454d34b7a3ace9c07eb8d969fd8e569fb4c19a5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 12 Mar 2024 00:46:02 +0000 Subject: [PATCH] chore(deps): update cimg/python docker tag to v3.12.2 --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index e55263a2..f390cffc 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.2 steps: - checkout - run: