cookiecutter-django/requirements.txt
pyup.io bot ea1b686131
Update pytest to 7.3.0 (#4268)
* Update pytest from 7.2.2 to 7.3.0

* Update pytest from 7.2.2 to 7.3.0
2023-04-10 11:09:01 +01:00

27 lines
587 B
Plaintext

cookiecutter==2.1.1
sh==2.0.3; sys_platform != "win32"
binaryornot==0.4.4
# Code quality
# ------------------------------------------------------------------------------
black==23.3.0
isort==5.12.0
flake8==6.0.0
flake8-isort==6.0.0
pre-commit==3.2.2
# Testing
# ------------------------------------------------------------------------------
tox==4.4.11
pytest==7.3.0
pytest-cookies==0.7.0
pytest-instafail==0.5.0
pyyaml==6.0
# Scripting
# ------------------------------------------------------------------------------
PyGithub==1.58.1
gitpython==3.1.31
jinja2==3.1.2
requests==2.28.2