Skip to content

Commit

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

Python Requirements Update
  • Loading branch information
feanil committed Nov 8, 2023
2 parents f8025e6 + 432de95 commit 593e05d
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ beautifulsoup4==4.12.2
# via pydata-sphinx-theme
certifi==2023.7.22
# via requests
charset-normalizer==3.3.1
charset-normalizer==3.3.2
# via requests
click==8.1.7
# via sphinx-intl
Expand All @@ -39,7 +39,7 @@ packaging==23.2
# via
# pydata-sphinx-theme
# sphinx
pydata-sphinx-theme==0.14.2
pydata-sphinx-theme==0.14.3
# via sphinx-book-theme
pygments==2.16.1
# via
Expand All @@ -65,7 +65,7 @@ sphinx-book-theme==1.0.1
# via -r base.in
sphinx-intl==2.1.0
# via -r base.in
sphinx-reredirects==0.1.2
sphinx-reredirects==0.1.3
# via -r base.in
sphinxcontrib-applehelp==1.0.4
# via sphinx
Expand Down
8 changes: 4 additions & 4 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ certifi==2023.7.22
# via
# -r base.txt
# requests
charset-normalizer==3.3.1
charset-normalizer==3.3.2
# via
# -r base.txt
# requests
Expand Down Expand Up @@ -71,7 +71,7 @@ packaging==23.2
# sphinx
pip-tools==7.3.0
# via -r dev.in
pydata-sphinx-theme==0.14.2
pydata-sphinx-theme==0.14.3
# via
# -r base.txt
# sphinx-book-theme
Expand Down Expand Up @@ -110,7 +110,7 @@ sphinx-book-theme==1.0.1
# via -r base.txt
sphinx-intl==2.1.0
# via -r base.txt
sphinx-reredirects==0.1.2
sphinx-reredirects==0.1.3
# via -r base.txt
sphinxcontrib-applehelp==1.0.4
# via
Expand Down Expand Up @@ -149,7 +149,7 @@ urllib3==2.0.7
# via
# -r base.txt
# requests
wheel==0.41.2
wheel==0.41.3
# via pip-tools
zipp==3.17.0
# via
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
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 pip.in

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

0 comments on commit 593e05d

Please sign in to comment.