From dc31f595f804edd701d815e74a64dab6eab55d8a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 4 Apr 2024 13:41:09 +0000 Subject: [PATCH] chore(deps): update python docker tag to v3.11.9 --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 4f76d52ed..a64a01650 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -22,7 +22,7 @@ executors: python311: docker: - - image: python:3.11.8 + - image: python:3.11.9 resource_class: small python312: