From 3ab4c199884633aca3dac985165b2f3b680c66ae Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 5 Dec 2024 03:49:41 +0000 Subject: [PATCH] chore(deps): update python docker tag to v3.13.1 (#147) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index b4ac3d5..7af2d3c 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -6,7 +6,7 @@ orbs: executors: python: docker: - - image: python:3.13.0 + - image: python:3.13.1 resource_class: medium workflows: