From 0769699da8b44833b33c72a42cf9a1eed1208c8f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 30 Apr 2024 13:31:20 +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 0d6ab82..324b308 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -6,7 +6,7 @@ orbs: executors: python: docker: - - image: python:3.11.9 + - image: python:3.12.3 resource_class: medium workflows: diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 5794fa1..f7435af 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -8,7 +8,7 @@ default_install_hook_types: - pre-commit default_language_version: - python: python3.11 + python: python3.12 repos: - repo: https://github.com/compilerla/conventional-pre-commit