From a79257060ae6586cc8494400bbf942593c26ea60 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 13 Feb 2024 14:07:08 +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 4afccccdb..e096fd76e 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