diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index d44de13..04f7982 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 570693f..458f7b3 100644 --- a/.tool-versions +++ b/.tool-versions @@ -1,5 +1,5 @@ nodejs 20.11.1 # Keep in sync with package.json. yarn 1.22.19 -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 ruby 3.3.0 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 58eddb9..76a2c99 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,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.