Skip to content

Commit

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

Python Requirements Update
  • Loading branch information
feanil committed Nov 27, 2023
2 parents 232c187 + c4781cf commit c1c2fda
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ docutils==0.19
# via
# pydata-sphinx-theme
# sphinx
idna==3.4
idna==3.6
# via requests
imagesize==1.4.1
# via sphinx
Expand All @@ -41,7 +41,7 @@ packaging==23.2
# sphinx
pydata-sphinx-theme==0.14.3
# via sphinx-book-theme
pygments==2.17.1
pygments==2.17.2
# via
# accessible-pygments
# pydata-sphinx-theme
Expand Down
6 changes: 3 additions & 3 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ docutils==0.19
# -r base.txt
# pydata-sphinx-theme
# sphinx
idna==3.4
idna==3.6
# via
# -r base.txt
# requests
Expand Down Expand Up @@ -75,7 +75,7 @@ pydata-sphinx-theme==0.14.3
# via
# -r base.txt
# sphinx-book-theme
pygments==2.17.1
pygments==2.17.2
# via
# -r base.txt
# accessible-pygments
Expand Down Expand Up @@ -149,7 +149,7 @@ urllib3==2.1.0
# via
# -r base.txt
# requests
wheel==0.41.3
wheel==0.42.0
# 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.3
wheel==0.42.0
# via pip-tools
zipp==3.17.0
# via importlib-metadata
Expand Down
4 changes: 2 additions & 2 deletions requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
#
# make upgrade
#
wheel==0.41.3
wheel==0.42.0
# via -r pip.in

# The following packages are considered to be unsafe in a requirements file:
pip==23.3.1
# via -r pip.in
setuptools==68.2.2
setuptools==69.0.2
# via -r pip.in

0 comments on commit c1c2fda

Please sign in to comment.