Skip to content

Commit

Permalink
chore(engines): bump python from v3.12.1 to v3.12.2
Browse files Browse the repository at this point in the history
| 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 |
  • Loading branch information
renovate-bot authored and Kurt-von-Laven committed Mar 15, 2024
1 parent 00f315a commit 004134e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -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
4 changes: 2 additions & 2 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,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.
Expand Down

0 comments on commit 004134e

Please sign in to comment.