Merge pull request #5450 from cookiecutter/update/pre-commit-autoupdate

Auto-update pre-commit hooks
This commit is contained in:
Jelmer 2024-10-11 11:45:32 +02:00 committed by GitHub
commit 5fead041df
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 6 additions and 5 deletions

View File

@ -48,7 +48,7 @@ repos:
- id: flake8
- repo: https://github.com/tox-dev/pyproject-fmt
rev: "2.2.4"
rev: "2.3.0"
hooks:
- id: pyproject-fmt

View File

@ -25,6 +25,7 @@ classifiers = [
"Programming Language :: Python",
"Programming Language :: Python :: 3 :: Only",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Programming Language :: Python :: Implementation :: CPython",
"Topic :: Software Development",
]

View File

@ -192,7 +192,7 @@ wheels = [
[[package]]
name = "cookiecutter-django"
version = "2024.10.5"
version = "2024.10.10"
source = { virtual = "." }
dependencies = [
{ name = "binaryornot" },
@ -231,7 +231,7 @@ requires-dist = [
{ name = "djlint", specifier = "==1.35.2" },
{ name = "gitpython", specifier = "==3.1.43" },
{ name = "jinja2", specifier = "==3.1.4" },
{ name = "myst-parser", marker = "extra == 'docs'", specifier = ">=4.0.0" },
{ name = "myst-parser", marker = "extra == 'docs'", specifier = ">=4" },
{ name = "pre-commit", specifier = "==3.8" },
{ name = "pygithub", specifier = "==2.4" },
{ name = "pytest", specifier = "==8.3.3" },
@ -244,7 +244,7 @@ requires-dist = [
{ name = "sh", marker = "sys_platform != 'win23'", specifier = "==2.0.7" },
{ name = "sphinx", marker = "extra == 'docs'", specifier = ">=8.0.2" },
{ name = "sphinx-autobuild", marker = "extra == 'docs'", specifier = ">=2024.10.3" },
{ name = "sphinx-rtd-theme", marker = "extra == 'docs'", specifier = ">=3.0.0" },
{ name = "sphinx-rtd-theme", marker = "extra == 'docs'", specifier = ">=3" },
{ name = "tox", specifier = "==4.21.2" },
{ name = "tox-uv", specifier = ">=1.11.2" },
]

View File

@ -28,7 +28,7 @@ repos:
exclude: '{{cookiecutter.project_slug}}/templates/'
- repo: https://github.com/adamchainz/django-upgrade
rev: '1.21.0'
rev: '1.22.0'
hooks:
- id: django-upgrade
args: ['--target-version', '5.0']