cookiecutter-django/requirements.txt
pyup.io bot 690b1ad327
Update ruff to 0.4.8 (#5122)
* Update ruff from 0.4.7 to 0.4.8

* Update ruff from 0.4.7 to 0.4.8

* Update Ruff pre-commit hook (#5123)

Co-authored-by: browniebroke <861044+browniebroke@users.noreply.github.com>

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: browniebroke <861044+browniebroke@users.noreply.github.com>
2024-06-06 12:47:52 +01: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.4.8
django-upgrade==1.18.0
djlint==1.34.1
pre-commit==3.7.1
# Testing
# ------------------------------------------------------------------------------
tox==4.15.1
pytest==8.2.2
pytest-xdist==3.6.1
pytest-cookies==0.7.0
pytest-instafail==0.5.0
pyyaml==6.0.1
# Scripting
# ------------------------------------------------------------------------------
PyGithub==2.3.0
gitpython==3.1.43
jinja2==3.1.4
requests==2.32.3