Skip to content

Commit 5b4e769

Browse files
authored
Update a bunch of dependencies in the template project (cookiecutter#5612)
1 parent 33f32b0 commit 5b4e769

File tree

2 files changed

+82
-99
lines changed

2 files changed

+82
-99
lines changed

pyproject.toml

+8-8
Original file line numberDiff line numberDiff line change
@@ -31,22 +31,22 @@ classifiers = [
3131
dependencies = [
3232
"binaryornot==0.4.4",
3333
"cookiecutter==2.6",
34-
"django-upgrade==1.21",
35-
"djlint==1.35.2",
34+
"django-upgrade==1.22.2",
35+
"djlint==1.36.4",
3636
"gitpython==3.1.43",
3737
"jinja2==3.1.5",
3838
"pre-commit==3.8",
39-
"pygithub==2.4",
40-
"pytest==8.3.3",
39+
"pygithub==2.5",
40+
"pytest==8.3.4",
4141
"pytest-cookies==0.7",
4242
"pytest-instafail==0.5",
4343
"pytest-xdist==3.6.1",
4444
"pyyaml==6.0.2",
4545
"requests==2.32.3",
46-
"ruff==0.7",
47-
"sh==2.0.7; sys_platform!='win23'",
48-
"tox==4.21.2",
49-
"tox-uv>=1.11.2",
46+
"ruff==0.8.4",
47+
"sh==2.1; sys_platform!='win23'",
48+
"tox==4.23.2",
49+
"tox-uv>=1.17",
5050
]
5151
urls = { Repository = "https://github.com/cookiecutter/cookiecutter-django" }
5252

0 commit comments

Comments
 (0)