cookiecutter-django/requirements.txt
pyup.io bot d19d10639a
Update pytest to 7.4.1 (#4561)
* Update pytest from 7.4.0 to 7.4.1

* Update pytest from 7.4.0 to 7.4.1
2023-09-02 23:13:39 +01:00

29 lines
627 B
Plaintext

cookiecutter==2.3.0
sh==2.0.6; sys_platform != "win32"
binaryornot==0.4.4
# Code quality
# ------------------------------------------------------------------------------
black==23.7.0
isort==5.12.0
flake8==6.1.0
django-upgrade==1.14.1
djlint==1.32.1
pre-commit==3.4.0
# Testing
# ------------------------------------------------------------------------------
tox==4.11.1
pytest==7.4.1
pytest-xdist==3.3.1
pytest-cookies==0.7.0
pytest-instafail==0.5.0
pyyaml==6.0.1
# Scripting
# ------------------------------------------------------------------------------
PyGithub==1.59.1
gitpython==3.1.34
jinja2==3.1.2
requests==2.31.0