Skip to content

Commit

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

Python Requirements Update
  • Loading branch information
Feanil Patel authored May 21, 2024
2 parents 02559a1 + 0571924 commit 04e1a09
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 @@ -47,7 +47,7 @@ pygments==2.18.0
# sphinx
pytz==2024.1
# via babel
requests==2.31.0
requests==2.32.1
# via sphinx
snowballstemmer==2.2.0
# via sphinx
Expand Down Expand Up @@ -82,5 +82,5 @@ typing-extensions==4.11.0
# via pydata-sphinx-theme
urllib3==2.2.1
# via requests
zipp==3.18.1
zipp==3.18.2
# via importlib-metadata
4 changes: 2 additions & 2 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ pytz==2024.1
# via
# -r requirements/base.txt
# babel
requests==2.31.0
requests==2.32.1
# via
# -r requirements/base.txt
# sphinx
Expand Down Expand Up @@ -142,7 +142,7 @@ urllib3==2.2.1
# via
# -r requirements/base.txt
# requests
zipp==3.18.1
zipp==3.18.2
# via
# -r requirements/base.txt
# importlib-metadata
2 changes: 1 addition & 1 deletion requirements/pip_tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ tomli==2.0.1
# pip-tools
wheel==0.43.0
# via pip-tools
zipp==3.18.1
zipp==3.18.2
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
Expand Down

0 comments on commit 04e1a09

Please sign in to comment.