cookiecutter-django/requirements.txt
pyup.io bot 52b4a61d82
Update ruff to 0.3.4 (#4936)
* Update ruff from 0.3.3 to 0.3.4

* Update ruff from 0.3.3 to 0.3.4
2024-03-27 08:19:05 +00: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.3.4
django-upgrade==1.16.0
djlint==1.34.1
pre-commit==3.6.2
# Testing
# ------------------------------------------------------------------------------
tox==4.14.1
pytest==8.1.1
pytest-xdist==3.5.0
pytest-cookies==0.7.0
pytest-instafail==0.5.0
pyyaml==6.0.1
# Scripting
# ------------------------------------------------------------------------------
PyGithub==2.2.0
gitpython==3.1.42
jinja2==3.1.3
requests==2.31.0