Skip to content

Commit

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

Python Requirements Update
  • Loading branch information
feanil committed Apr 24, 2023
2 parents 44ec7ed + 94dae5a commit 5ce0484
Show file tree
Hide file tree
Showing 3 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 @@ -29,7 +29,7 @@ idna==3.4
# via requests
imagesize==1.4.1
# via sphinx
importlib-metadata==6.4.1
importlib-metadata==6.6.0
# via sphinx
jinja2==3.1.2
# via sphinx
Expand All @@ -41,7 +41,7 @@ packaging==23.1
# sphinx
pydata-sphinx-theme==0.13.3
# via sphinx-book-theme
pygments==2.15.0
pygments==2.15.1
# via
# accessible-pygments
# pydata-sphinx-theme
Expand Down
4 changes: 2 additions & 2 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ imagesize==1.4.1
# via
# -r base.txt
# sphinx
importlib-metadata==6.4.1
importlib-metadata==6.6.0
# via
# -r base.txt
# sphinx
Expand All @@ -74,7 +74,7 @@ pydata-sphinx-theme==0.13.3
# via
# -r base.txt
# sphinx-book-theme
pygments==2.15.0
pygments==2.15.1
# via
# -r base.txt
# accessible-pygments
Expand Down
4 changes: 2 additions & 2 deletions requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ wheel==0.40.0
# via -r pip.in

# The following packages are considered to be unsafe in a requirements file:
pip==23.1
pip==23.1.1
# via -r pip.in
setuptools==67.6.1
setuptools==67.7.1
# via -r pip.in

0 comments on commit 5ce0484

Please sign in to comment.