From a45ac3897f6f82929eba0acc35114bd8cbe3ab87 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Fri, 15 Mar 2024 04:29:05 +0000 Subject: [PATCH] chore(engines): bump python from v3.12.1 to v3.12.2 | datasource | package | from | to | | --------------- | ----------------------------- | ------ | ------ | | github-tags | python/cpython | 3.12.1 | 3.12.2 | | github-releases | containerbase/python-prebuild | 3.12.1 | 3.12.2 | --- .pre-commit-config.yaml | 2 +- .tool-versions | 2 +- poetry.lock | 4 ++-- pyproject.toml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 5e94dc2..d75b41f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -7,7 +7,7 @@ default_install_hook_types: - pre-merge-commit - pre-push default_language_version: - python: python3.12.1 # Keep in sync with .tool-versions and pyproject.toml. + python: python3.12.2 # Keep in sync with .tool-versions and pyproject.toml. default_stages: - commit - push diff --git a/.tool-versions b/.tool-versions index 239fc9d..cf8b80d 100644 --- a/.tool-versions +++ b/.tool-versions @@ -1,3 +1,3 @@ nodejs 20.11.1 -python 3.12.1 # Keep in sync with .pre-commit-config.yaml and pyproject.toml. +python 3.12.2 # Keep in sync with .pre-commit-config.yaml and pyproject.toml. poetry 1.7.1 diff --git a/poetry.lock b/poetry.lock index e3ae449..9e45fa1 100644 --- a/poetry.lock +++ b/poetry.lock @@ -551,5 +551,5 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" -python-versions = "==3.12.1" -content-hash = "58cedd55433fb6a845f447367cb83ea5406f0a5de3ac0299215bbb0bc5f3b34b" +python-versions = "==3.12.2" +content-hash = "80fde41dc23bfd38dca1029c0d2bb19049358266fa49d79e8f042863db0002ff" diff --git a/pyproject.toml b/pyproject.toml index 4a17d5f..a42354a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry.dependencies] # Keep in sync with .pre-commit-config.yaml and .tool-versions. - python = "==3.12.1" + python = "==3.12.2" [tool.poetry.group.dev.dependencies] commitizen = "==3.13.0" # Keep in sync with .pre-commit-config.yaml.