From 28bd8fd317d244a6ce75afffb431371ab5d8436f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 21 Dec 2024 09:07:17 +0000 Subject: [PATCH] chore(deps): update python --- .circleci/config.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 7fe3c0ac4..596366083 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -7,27 +7,27 @@ orbs: executors: 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