From ba83f2102fbb9f944f554e274a5d215305cf1ef2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 15 Nov 2023 09:28:09 +0000 Subject: [PATCH] chore(deps): update python docker tag to v3.11.6 --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 938ff78df..da39ab82f 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -22,12 +22,12 @@ executors: python311: docker: - - image: python:3.11.5 + - image: python:3.11.6 resource_class: small python-integration: docker: - - image: python:3.11.5 + - image: python:3.11.6 environment: GOOGLE_APPLICATION_CREDENTIALS: /key.json resource_class: small