From fd497d549797ce04cf9ed1a058fc8939cb32f91c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 5 Dec 2023 00:48:13 +0000 Subject: [PATCH] chore(deps): update cimg/python docker tag to v3.12.0 --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index e55263a2..24e5f566 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.0 steps: - checkout - run: