Skip to content

Commit 6455b39

Browse files
authored
Pin Pillow and Sphinx to non yanked release (#5765)
1 parent bf9ac68 commit 6455b39

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

{{cookiecutter.project_slug}}/requirements/base.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
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
33
{%- if cookiecutter.frontend_pipeline == 'Django Compressor' %}
44
{%- if cookiecutter.windows == 'y' and cookiecutter.use_docker == 'n' %}
55
rcssmin==1.1.2 --install-option="--without-c-extensions" # https://github.com/ndparker/rcssmin

{{cookiecutter.project_slug}}/requirements/local.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ djangorestframework-stubs==3.15.3 # https://github.com/typeddjango/djangorestfr
2323

2424
# Documentation
2525
# ------------------------------------------------------------------------------
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
2727
sphinx-autobuild==2024.10.3 # https://github.com/GaretJax/sphinx-autobuild
2828

2929
# Code quality

0 commit comments

Comments
 (0)