From 6311cc258c6cf0c3adae05f0e3f4e3fe7501bc2d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 5 Dec 2024 00:45:06 +0000 Subject: [PATCH] chore(deps): update python --- .circleci/config.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index f86562a01..793d0d4ca 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -7,32 +7,32 @@ orbs: executors: python38: docker: - - image: python:3.8.19 + - image: python:3.8.20 resource_class: small python39: docker: - - image: python:3.9.19 + - image: python:3.9.21 resource_class: small python310: docker: - - image: python:3.10.14 + - image: python:3.10.16 resource_class: small python311: docker: - - image: python:3.11.9 + - image: python:3.11.11 resource_class: small python312: docker: - - image: python:3.12.5 + - image: python:3.12.8 resource_class: small python-integration: docker: - - image: python:3.12.5 + - image: python:3.12.8 environment: GOOGLE_APPLICATION_CREDENTIALS: /key.json resource_class: small