From 8819bf5dd9aea98f417a432167980949a941bdb8 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 4 Dec 2024 23:10:23 +0000 Subject: [PATCH] chore(deps): update python --- .circleci/config.yml | 2 +- .pre-commit-config.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 40f9870..145a890 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -7,7 +7,7 @@ orbs: executors: python: docker: - - image: python:3.12.8 + - image: python:3.13.1 resource_class: small workflows: diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 6ede220..9d40f91 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -3,7 +3,7 @@ ci: autoupdate_commit_msg: 'chore(deps): bump pre-commit linter versions' default_language_version: - python: python3.12 + python: python3.13 repos: - repo: https://github.com/pre-commit/pre-commit-hooks