From 5a7dbb86b035c426559af91bb658d89d474c6b37 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 14:42:24 +0000 Subject: [PATCH] Update cimg/python Docker tag to v3.12.6 --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index e3b70a7f..f1054bb4 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -139,7 +139,7 @@ jobs: <<: *defaults docker: # https://circleci.com/developer/images/image/cimg/python - - image: cimg/python:3.12.3 + - image: cimg/python:3.12.6 environment: CC_TEST_REPORTER_ID: $CC_TEST_REPORTER_ID COVERALLS_REPO_TOKEN: $COVERALLS_REPO_TOKEN @@ -203,7 +203,7 @@ jobs: upload_to_code_climate: <<: *defaults docker: - - image: cimg/python:3.12.3 + - image: cimg/python:3.12.6 environment: CC_TEST_REPORTER_ID: $CC_TEST_REPORTER_ID working_directory: ~/repo