Skip to content

Commit

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

Python Requirements Update
  • Loading branch information
feanil committed Apr 13, 2023
2 parents 9f9c575 + a6117d8 commit 9921b4d
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ idna==3.4
# via requests
imagesize==1.4.1
# via sphinx
importlib-metadata==6.1.0
importlib-metadata==6.2.1
# via sphinx
jinja2==3.1.2
# via sphinx
Expand All @@ -34,7 +34,7 @@ packaging==23.0
# via sphinx
pygments==2.14.0
# via sphinx
pytz==2022.7.1
pytz==2023.3
# via babel
requests==2.28.2
# via sphinx
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 @@ imagesize==1.4.1
# via
# -r base.txt
# sphinx
importlib-metadata==6.1.0
importlib-metadata==6.2.1
# via
# -r base.txt
# sphinx
Expand All @@ -59,15 +59,15 @@ packaging==23.0
# -r base.txt
# build
# sphinx
pip-tools==6.12.3
pip-tools==6.13.0
# via -r dev.in
pygments==2.14.0
# via
# -r base.txt
# sphinx
pyproject-hooks==1.0.0
# via build
pytz==2022.7.1
pytz==2023.3
# via
# -r base.txt
# babel
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ click==8.1.3
# via pip-tools
packaging==23.0
# via build
pip-tools==6.12.3
pip-tools==6.13.0
# via -r pip-tools.in
pyproject-hooks==1.0.0
# via build
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ wheel==0.40.0
# The following packages are considered to be unsafe in a requirements file:
pip==23.0.1
# via -r pip.in
setuptools==67.6.0
setuptools==67.6.1
# via -r pip.in

0 comments on commit 9921b4d

Please sign in to comment.