From 51b38365a7f2724c665a87abd2017d75f0c1ceaf Mon Sep 17 00:00:00 2001 From: TalkIQ Date: Thu, 13 Aug 2026 23:02:32 +0100 Subject: [PATCH] chore(deps): update python (#1105) Co-authored-by: Renovate Bot --- .circleci/config.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index c0da9684f..01f2213fe 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -7,17 +7,17 @@ orbs: executors: python310: docker: - - image: python:3.10.20 + - image: python:3.10.21 resource_class: small python311: docker: - - image: python:3.11.15 + - image: python:3.11.16 resource_class: small python312: docker: - - image: python:3.12.13 + - image: python:3.12.14 resource_class: small python313: