From 5b119d302d7cfec5feb78bb4bb6bbf670c32a0cd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 5 Dec 2024 01:29:49 +0000 Subject: [PATCH] chore(deps): update python docker tag to v3.13.1 --- .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: