Skip to content

Commit

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

Python Requirements Update
  • Loading branch information
feanil committed Apr 18, 2023
2 parents bc16ae9 + c9edef1 commit 974d331
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,15 @@ idna==3.4
# via requests
imagesize==1.4.1
# via sphinx
importlib-metadata==6.2.1
importlib-metadata==6.4.1
# via sphinx
jinja2==3.1.2
# via sphinx
markupsafe==2.1.2
# via jinja2
packaging==23.0
packaging==23.1
# via sphinx
pygments==2.14.0
pygments==2.15.0
# via sphinx
pytz==2023.3
# via babel
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.2.1
importlib-metadata==6.4.1
# via
# -r base.txt
# sphinx
Expand All @@ -54,14 +54,14 @@ markupsafe==2.1.2
# via
# -r base.txt
# jinja2
packaging==23.0
packaging==23.1
# via
# -r base.txt
# build
# sphinx
pip-tools==6.13.0
# via -r dev.in
pygments==2.14.0
pygments==2.15.0
# via
# -r base.txt
# sphinx
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==0.10.0
# via pip-tools
click==8.1.3
# via pip-tools
packaging==23.0
packaging==23.1
# via build
pip-tools==6.13.0
# via -r pip-tools.in
Expand Down
2 changes: 1 addition & 1 deletion 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.0.1
pip==23.1
# via -r pip.in
setuptools==67.6.1
# via -r pip.in

0 comments on commit 974d331

Please sign in to comment.