From 03a7658fedcc0a0e9a68ea33af406d599ac1ef36 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 7 Feb 2024 19:11:53 +0000 Subject: [PATCH] chore(deps): update python docker tag to v3.11.8 --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index fff2509ef..4afccccdb 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -22,7 +22,7 @@ executors: python311: docker: - - image: python:3.11.7 + - image: python:3.11.8 resource_class: small python312: