cookiecutter-django/requirements.txt
pyup.io bot 9cbd8c5f77
Update pytest to 8.2.0 (#5034)
* Update pytest from 8.1.1 to 8.2.0

* Update pytest from 8.1.1 to 8.2.0
2024-04-28 19:14:46 +01:00

27 lines
596 B
Plaintext

cookiecutter==2.6.0
sh==2.0.6; sys_platform != "win32"
binaryornot==0.4.4
# Code quality
# ------------------------------------------------------------------------------
ruff==0.4.2
django-upgrade==1.16.0
djlint==1.34.1
pre-commit==3.7.0
# Testing
# ------------------------------------------------------------------------------
tox==4.15.0
pytest==8.2.0
pytest-xdist==3.6.0
pytest-cookies==0.7.0
pytest-instafail==0.5.0
pyyaml==6.0.1
# Scripting
# ------------------------------------------------------------------------------
PyGithub==2.3.0
gitpython==3.1.43
jinja2==3.1.3
requests==2.31.0