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 feanil committed Sep 20, 2024
1 parent 7b47c24 commit 164f3b7
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 @@ -25,7 +25,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 @@ -78,7 +78,7 @@ sphinxcontrib-serializinghtml==2.0.0
# via sphinx
typing-extensions==4.12.2
# via pydata-sphinx-theme
urllib3==2.2.2
urllib3==2.2.3
# via requests

# The following packages are considered to be unsafe in a requirements file:
Expand Down
4 changes: 2 additions & 2 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ docutils==0.21.2
# -r base.txt
# pydata-sphinx-theme
# sphinx
idna==3.8
idna==3.10
# via
# -r base.txt
# requests
Expand Down Expand Up @@ -133,7 +133,7 @@ typing-extensions==4.12.2
# via
# -r base.txt
# pydata-sphinx-theme
urllib3==2.2.2
urllib3==2.2.3
# via
# -r 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 pip.in
setuptools==74.1.2
setuptools==75.0.0
# via -r pip.in

0 comments on commit 164f3b7

Please sign in to comment.