cookiecutter-django/requirements.txt
pyup.io bot cf2bc57a0d
Update black to 23.7.0 (#4452)
* Update black from 23.3.0 to 23.7.0

* Update black from 23.3.0 to 23.7.0
2023-07-11 09:43:53 +02:00

29 lines
624 B
Plaintext

cookiecutter==2.2.2
sh==2.0.4; sys_platform != "win32"
binaryornot==0.4.4
# Code quality
# ------------------------------------------------------------------------------
black==23.7.0
isort==5.12.0
flake8==6.0.0
django-upgrade==1.14.0
djlint==1.31.1
pre-commit==3.3.3
# Testing
# ------------------------------------------------------------------------------
tox==4.6.4
pytest==7.4.0
pytest-xdist==3.3.1
pytest-cookies==0.7.0
pytest-instafail==0.5.0
pyyaml==6.0
# Scripting
# ------------------------------------------------------------------------------
PyGithub==1.59.0
gitpython==3.1.32
jinja2==3.1.2
requests==2.31.0