Skip to content

Commit

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

Python Requirements Update
  • Loading branch information
feanil committed Dec 5, 2023
2 parents c1c2fda + 3599b2f commit 5814dc0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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.6
# via requests
imagesize==1.4.1
# via sphinx
importlib-metadata==6.8.0
importlib-metadata==7.0.0
# via sphinx
jinja2==3.1.2
# via sphinx
Expand All @@ -39,7 +39,7 @@ packaging==23.2
# via
# pydata-sphinx-theme
# sphinx
pydata-sphinx-theme==0.14.3
pydata-sphinx-theme==0.14.4
# via sphinx-book-theme
pygments==2.17.2
# via
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.8.0
importlib-metadata==7.0.0
# via
# -r base.txt
# build
Expand All @@ -71,7 +71,7 @@ packaging==23.2
# sphinx
pip-tools==7.3.0
# via -r dev.in
pydata-sphinx-theme==0.14.3
pydata-sphinx-theme==0.14.4
# via
# -r base.txt
# sphinx-book-theme
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ build==1.0.3
# via pip-tools
click==8.1.7
# via pip-tools
importlib-metadata==6.8.0
importlib-metadata==7.0.0
# via build
packaging==23.2
# via build
Expand Down

0 comments on commit 5814dc0

Please sign in to comment.