From a84ef8597fe766bb70e59af8f0702a4948b0a52d Mon Sep 17 00:00:00 2001 From: TalkIQ Date: Tue, 11 Aug 2026 02:01:47 +0100 Subject: [PATCH] chore(deps): update python docker tag to v3.13.15 (#1104) Co-authored-by: Renovate Bot --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index ea22435cc..c0da9684f 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -22,7 +22,7 @@ executors: python313: docker: - - image: python:3.13.14 + - image: python:3.13.15 resource_class: small python314: