Skip to content

Commit

Permalink
chore(deps): bump python from v3.11.4 to v3.11.5
Browse files Browse the repository at this point in the history
| datasource  | package        | from   | to     |
| ----------- | -------------- | ------ | ------ |
| github-tags | python/cpython | 3.11.4 | 3.11.5 |
  • Loading branch information
renovate-bot authored and Kurt-von-Laven committed Sep 2, 2023
1 parent 6a6e572 commit 3daebc1
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 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.11.4 # Keep in sync with .tool-versions and pyproject.toml.
python: python3.11.5 # 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 18.17.0
python 3.11.4 # Keep in sync with .pre-commit-config.yaml and pyproject.toml.
python 3.11.5 # Keep in sync with .pre-commit-config.yaml and pyproject.toml.
poetry 1.5.1
6 changes: 3 additions & 3 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.11.4"
python = "==3.11.5"

[tool.poetry.dev-dependencies]
commitizen = "==3.6.0" # Keep in sync with .pre-commit-config.yaml.
Expand Down

0 comments on commit 3daebc1

Please sign in to comment.