Skip to content

Commit

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

Python Requirements Update
  • Loading branch information
feanil committed Oct 31, 2023
2 parents 9a74ad7 + c9401ef commit 03880c7
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ accessible-pygments==0.0.4
# via pydata-sphinx-theme
alabaster==0.7.13
# via sphinx
babel==2.13.0
babel==2.13.1
# via
# pydata-sphinx-theme
# sphinx
Expand Down Expand Up @@ -36,7 +36,7 @@ packaging==23.2
# via
# pydata-sphinx-theme
# sphinx
pydata-sphinx-theme==0.14.1
pydata-sphinx-theme==0.14.3
# via sphinx-book-theme
pygments==2.16.1
# via
Expand Down
4 changes: 2 additions & 2 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ alabaster==0.7.13
# via
# -r requirements/base.txt
# sphinx
babel==2.13.0
babel==2.13.1
# via
# -r requirements/base.txt
# pydata-sphinx-theme
Expand Down Expand Up @@ -63,7 +63,7 @@ packaging==23.2
# -r requirements/base.txt
# pydata-sphinx-theme
# sphinx
pydata-sphinx-theme==0.14.1
pydata-sphinx-theme==0.14.3
# via
# -r requirements/base.txt
# sphinx-book-theme
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
wheel==0.41.2
wheel==0.41.3
# via -r requirements/pip.in

# The following packages are considered to be unsafe in a requirements file:
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip_tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ tomli==2.0.1
# build
# pip-tools
# pyproject-hooks
wheel==0.41.2
wheel==0.41.3
# via pip-tools
zipp==3.17.0
# via importlib-metadata
Expand Down

0 comments on commit 03880c7

Please sign in to comment.