mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-08-07 13:34:53 +03:00
Update requirements to versions in main
This commit is contained in:
parent
1ac3c5df15
commit
0ba7619cab
|
@ -37,19 +37,18 @@ dependencies = [
|
||||||
"jinja2==3.1.4",
|
"jinja2==3.1.4",
|
||||||
"pre-commit==3.8",
|
"pre-commit==3.8",
|
||||||
"pygithub==2.4",
|
"pygithub==2.4",
|
||||||
"pytest==8.3.2",
|
"pytest==8.3.3",
|
||||||
"pytest-cookies==0.7",
|
"pytest-cookies==0.7",
|
||||||
"pytest-instafail==0.5",
|
"pytest-instafail==0.5",
|
||||||
"pytest-xdist==3.6.1",
|
"pytest-xdist==3.6.1",
|
||||||
"pyyaml==6.0.2",
|
"pyyaml==6.0.2",
|
||||||
"requests==2.32.3",
|
"requests==2.32.3",
|
||||||
"ruff==0.6.4",
|
"ruff==0.6.5",
|
||||||
"sh==2.0.7; sys_platform!='win23'",
|
"sh==2.0.7; sys_platform!='win23'",
|
||||||
"tox==4.18",
|
"tox==4.19",
|
||||||
"tox-uv>=1.11.2",
|
"tox-uv>=1.11.2",
|
||||||
]
|
]
|
||||||
urls = { Repository = "https://github.com/cookiecutter/cookiecutter-django" }
|
urls = { Repository = "https://github.com/cookiecutter/cookiecutter-django" }
|
||||||
# ==== black ====
|
|
||||||
|
|
||||||
[tool.black]
|
[tool.black]
|
||||||
line-length = 119
|
line-length = 119
|
||||||
|
|
Loading…
Reference in New Issue
Block a user