From 0699e073b73e378b1e2315cb81d020cf6db20243 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 13 Oct 2025 08:03:21 +0000 Subject: [PATCH] chore(deps): update python docker tag to v3.13.8 --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index c1357af..dc6b888 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -7,7 +7,7 @@ orbs: executors: python: docker: - - image: python:3.13.7 + - image: python:3.13.8 resource_class: small workflows: