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 1
1
python-slugify==8.0.4 # https://github.com/un33k/python-slugify
2
- Pillow==11.2.0 # https://github.com/python-pillow/Pillow
2
+ Pillow==11.1.0 # pyup: != 11. 2.0 # https://github.com/python-pillow/Pillow
3
3
{%- if cookiecutter.frontend_pipeline == 'Django Compressor' %}
4
4
{%- if cookiecutter.windows == 'y' and cookiecutter.use_docker == 'n' %}
5
5
rcssmin==1.1.2 --install-option="--without-c-extensions" # https://github.com/ndparker/rcssmin
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ djangorestframework-stubs==3.15.3 # https://github.com/typeddjango/djangorestfr
23
23
24
24
# Documentation
25
25
# ------------------------------------------------------------------------------
26
- sphinx==8.3.0 # https://github.com/sphinx-doc/sphinx
26
+ sphinx==8.2.3 # pyup: != 8. 3.0 # https://github.com/sphinx-doc/sphinx
27
27
sphinx-autobuild==2024.10.3 # https://github.com/GaretJax/sphinx-autobuild
28
28
29
29
# Code quality
You can’t perform that action at this time.
0 commit comments