cookiecutter-django/requirements.txt
pyup.io bot 4e7a412b8b
Update ruff to 0.6.8 (#5402)
* Update ruff from 0.6.7 to 0.6.8

* Update ruff from 0.6.7 to 0.6.8

* Update ruff pre-commit hook (#5403)

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-09-26 15:40:38 -03:00

27 lines
596 B
Plaintext

cookiecutter==2.6.0
sh==2.0.7; sys_platform != "win32"
binaryornot==0.4.4
# Code quality
# ------------------------------------------------------------------------------
ruff==0.6.8
django-upgrade==1.21.0
djlint==1.35.2
pre-commit==3.8.0
# Testing
# ------------------------------------------------------------------------------
tox==4.20.0
pytest==8.3.3
pytest-xdist==3.6.1
pytest-cookies==0.7.0
pytest-instafail==0.5.0
pyyaml==6.0.2
# Scripting
# ------------------------------------------------------------------------------
PyGithub==2.4.0
gitpython==3.1.43
jinja2==3.1.4
requests==2.32.3