From bae2bdbf0eeec786fcc2e80879cf4885d09e14a9 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 7 Feb 2024 19:11:56 +0000 Subject: [PATCH] chore(deps): update python docker tag to v3.12.2 --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index fff2509ef..d0b0b67ea 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -27,12 +27,12 @@ executors: python312: docker: - - image: python:3.12.1 + - image: python:3.12.2 resource_class: small python-integration: docker: - - image: python:3.12.1 + - image: python:3.12.2 environment: GOOGLE_APPLICATION_CREDENTIALS: /key.json resource_class: small