Skip to content

Commit

Permalink
Merge pull request #2189 from openedx/jenkins/upgrade-python-requirem…
Browse files Browse the repository at this point in the history
…ents-831e8bb

Python Requirements Update
  • Loading branch information
feanil committed Sep 25, 2023
2 parents 831e8bb + 354c246 commit efdea9d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ packaging==23.1
# via
# pydata-sphinx-theme
# sphinx
pydata-sphinx-theme==0.14.0
pydata-sphinx-theme==0.14.1
# via sphinx-book-theme
pygments==2.16.1
# via
Expand Down Expand Up @@ -79,11 +79,11 @@ sphinxcontrib-qthelp==1.0.3
# via sphinx
sphinxcontrib-serializinghtml==1.1.5
# via sphinx
typing-extensions==4.7.1
typing-extensions==4.8.0
# via pydata-sphinx-theme
urllib3==2.0.4
urllib3==2.0.5
# via requests
zipp==3.16.2
zipp==3.17.0
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
Expand Down
8 changes: 4 additions & 4 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ packaging==23.1
# sphinx
pip-tools==7.3.0
# via -r dev.in
pydata-sphinx-theme==0.14.0
pydata-sphinx-theme==0.14.1
# via
# -r base.txt
# sphinx-book-theme
Expand Down Expand Up @@ -141,17 +141,17 @@ tomli==2.0.1
# build
# pip-tools
# pyproject-hooks
typing-extensions==4.7.1
typing-extensions==4.8.0
# via
# -r base.txt
# pydata-sphinx-theme
urllib3==2.0.4
urllib3==2.0.5
# via
# -r base.txt
# requests
wheel==0.41.2
# via pip-tools
zipp==3.16.2
zipp==3.17.0
# via
# -r base.txt
# importlib-metadata
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ tomli==2.0.1
# pyproject-hooks
wheel==0.41.2
# via pip-tools
zipp==3.16.2
zipp==3.17.0
# via importlib-metadata

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

0 comments on commit efdea9d

Please sign in to comment.