From b00efdeb70d0004360cda22c6fe63eba5834ae35 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 24 Jan 2023 16:16:17 +0000 Subject: [PATCH] chore(deps): update python docker tag to v3.10.9 --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 5d693fa5..84a53859 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -8,7 +8,7 @@ executors: docker: # N.B. lowest common denominator, don't want to error on not using the # latest syntax. - - image: python:3.10.7 + - image: python:3.10.9 resource_class: small jobs: