Skip to content

Commit

Permalink
Merge pull request #565 from openedx/jenkins/upgrade-python-requireme…
Browse files Browse the repository at this point in the history
…nts-37001fd

Python Requirements Update
  • Loading branch information
Feanil Patel authored Feb 27, 2024
2 parents 37001fd + f598c05 commit 6e27a53
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ sphinxcontrib-serializinghtml==1.1.5
# via sphinx
sphinxext-rediraffe==0.2.7
# via -r requirements/base.in
typing-extensions==4.9.0
typing-extensions==4.10.0
# via pydata-sphinx-theme
urllib3==2.2.1
# via requests
Expand Down
2 changes: 1 addition & 1 deletion requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ sphinxext-rediraffe==0.2.7
# via -r requirements/base.txt
tornado==6.4
# via livereload
typing-extensions==4.9.0
typing-extensions==4.10.0
# via
# -r requirements/base.txt
# pydata-sphinx-theme
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.42.0
# The following packages are considered to be unsafe in a requirements file:
pip==24.0
# via -r requirements/pip.in
setuptools==69.1.0
setuptools==69.1.1
# via -r requirements/pip.in

0 comments on commit 6e27a53

Please sign in to comment.