Skip to content

Bump urllib3 from 2.4.0 to 2.5.0 #281

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
35 changes: 5 additions & 30 deletions requirements.prod.txt
Original file line number Diff line number Diff line change
@@ -1,13 +1,9 @@
# This file was autogenerated by uv via the following command:
# uv pip compile requirements.prod.in --output-file=requirements.prod.txt
alabaster==1.0.0
# via sphinx
asgiref==3.8.1
# via django
attrs==21.4.0
# via -r requirements.prod.in
babel==2.17.0
# via sphinx
blessings==1.7
# via -r requirements.prod.in
certifi==2025.4.26
Expand All @@ -18,7 +14,7 @@ dj-database-url==0.5.0
# via environs
dj-email-url==1.0.6
# via environs
django==5.2
django==4.2.23
# via
# -r requirements.prod.in
# django-extensions
Expand All @@ -32,14 +28,12 @@ django-sans-db==1.2.0
# via -r requirements.prod.in
docutils==0.21.2
# via sphinx
environs==14.1.1
environs[django]==14.1.1
# via -r requirements.prod.in
gunicorn==23.0.0
# via -r requirements.prod.in
idna==3.10
# via requests
imagesize==1.4.1
# via sphinx
jinja2==3.1.6
# via sphinx
markupsafe==3.0.2
Expand All @@ -52,44 +46,25 @@ packaging==25.0
# via
# gunicorn
# marshmallow
# sphinx
pygments==2.19.1
# via
# django-pygmy
# sphinx
python-dotenv==1.1.0
# via environs
requests==2.32.3
# via
# -r requirements.prod.in
# sphinx
# via -r requirements.prod.in
six==1.16.0
# via blessings
snowballstemmer==2.2.0
# via sphinx
sphinx==8.1.3
sphinx==1.2.3
# via -r requirements.prod.in
sphinxcontrib-applehelp==2.0.0
# via sphinx
sphinxcontrib-devhelp==2.0.0
# via sphinx
sphinxcontrib-htmlhelp==2.1.0
# via sphinx
sphinxcontrib-jsmath==1.0.1
# via sphinx
sphinxcontrib-qthelp==2.0.0
# via sphinx
sphinxcontrib-serializinghtml==2.0.0
# via sphinx
sqlparse==0.5.3
# via django
tomli==2.2.1
# via sphinx
typing-extensions==4.13.2
# via
# asgiref
# environs
urllib3==2.4.0
urllib3==2.5.0
# via requests
werkzeug==3.1.3
# via -r requirements.prod.in
Expand Down