Skip to content

Commit

Permalink
chore: Upgrade Python requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot authored and sarina committed Sep 18, 2024
1 parent 8c82263 commit bc42bf4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ docutils==0.21.2
# via
# pydata-sphinx-theme
# sphinx
idna==3.8
idna==3.10
# via requests
imagesize==1.4.1
# via sphinx
Expand Down Expand Up @@ -74,5 +74,5 @@ sphinxext-rediraffe==0.2.7
# via -r requirements/base.in
typing-extensions==4.12.2
# via pydata-sphinx-theme
urllib3==2.2.2
urllib3==2.2.3
# via requests
4 changes: 2 additions & 2 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ docutils==0.21.2
# sphinx
h11==0.14.0
# via uvicorn
idna==3.8
idna==3.10
# via
# -r requirements/base.txt
# anyio
Expand Down Expand Up @@ -136,7 +136,7 @@ typing-extensions==4.12.2
# via
# -r requirements/base.txt
# pydata-sphinx-theme
urllib3==2.2.2
urllib3==2.2.3
# via
# -r requirements/base.txt
# requests
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ wheel==0.44.0
# The following packages are considered to be unsafe in a requirements file:
pip==24.2
# via -r requirements/pip.in
setuptools==74.1.2
setuptools==75.1.0
# via -r requirements/pip.in

0 comments on commit bc42bf4

Please sign in to comment.