Skip to content

Commit 5f8f7b2

Browse files
renovate-botKurt-von-Laven
authored andcommitted
chore(deps): bump python from v3.11.3 to v3.11.4
| datasource | package | from | to | | ----------- | -------------- | ------ | ------ | | github-tags | python/cpython | 3.11.3 | 3.11.4 |
1 parent b55e4ed commit 5f8f7b2

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ default_install_hook_types:
77
- pre-merge-commit
88
- pre-push
99
default_language_version:
10-
python: python3.11.3 # Keep in sync with .tool-versions and pyproject.toml.
10+
python: python3.11.4 # Keep in sync with .tool-versions and pyproject.toml.
1111
default_stages:
1212
- commit
1313
- push

.tool-versions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
nodejs 18.17.0
2-
python 3.11.3 # Keep in sync with .pre-commit-config.yaml and pyproject.toml.
2+
python 3.11.4 # Keep in sync with .pre-commit-config.yaml and pyproject.toml.
33
poetry 1.5.0

poetry.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ build-backend = "poetry.core.masonry.api"
1717

1818
[tool.poetry.dependencies]
1919
# Keep in sync with .pre-commit-config.yaml and .tool-versions.
20-
python = "==3.11.3"
20+
python = "==3.11.4"
2121

2222
[tool.poetry.dev-dependencies]
2323
commitizen = "==3.2.2" # Keep in sync with .pre-commit-config.yaml.

0 commit comments

Comments
 (0)