File tree 2 files changed +2
-2
lines changed
{{cookiecutter.project_slug}}/requirements
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ binaryornot==0.4.4
4
4
5
5
# Code quality
6
6
# ------------------------------------------------------------------------------
7
- ruff == 0.3.0
7
+ ruff == 0.3.2
8
8
django-upgrade == 1.16.0
9
9
djlint == 1.34.1
10
10
pre-commit == 3.6.2
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ sphinx-autobuild==2024.2.4 # https://github.com/GaretJax/sphinx-autobuild
28
28
29
29
# Code quality
30
30
# ------------------------------------------------------------------------------
31
- ruff==0.3.0 # https://github.com/astral-sh/ruff
31
+ ruff==0.3.2 # https://github.com/astral-sh/ruff
32
32
coverage==7.4.3 # https://github.com/nedbat/coveragepy
33
33
djlint==1.34.1 # https://github.com/Riverside-Healthcare/djLint
34
34
pre-commit==3.6.2 # https://github.com/pre-commit/pre-commit
You can’t perform that action at this time.
0 commit comments