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 Aug 29, 2024
1 parent 177597b commit 2079caf
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion 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.7
idna==3.8
# via requests
imagesize==1.4.1
# via sphinx
Expand Down
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.7
idna==3.8
# via
# -r requirements/base.txt
# anyio
Expand Down Expand Up @@ -144,5 +144,5 @@ uvicorn==0.30.6
# via sphinx-autobuild
watchfiles==0.23.0
# via sphinx-autobuild
websockets==12.0
websockets==13.0
# via sphinx-autobuild
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==73.0.0
setuptools==73.0.1
# via -r requirements/pip.in

0 comments on commit 2079caf

Please sign in to comment.