From eb81802e5e392191b3edb099c7d831ac9153adca Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 20 Mar 2024 21:03:20 +0000 Subject: [PATCH] chore(deps): update python docker tag to v3.9.19 --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 052cc9e90..07ed70d05 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -12,7 +12,7 @@ executors: python39: docker: - - image: python:3.9.18 + - image: python:3.9.19 resource_class: small python310: