Skip to content

Commit

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

Python Requirements Update
  • Loading branch information
feanil committed Mar 21, 2023
2 parents c6662d9 + 7a36cf3 commit f16d1bf
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion 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.0.0
importlib-metadata==6.1.0
# via sphinx
jinja2==3.1.2
# via sphinx
Expand Down
4 changes: 2 additions & 2 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.0.0
importlib-metadata==6.1.0
# via
# -r base.txt
# sphinx
Expand Down Expand Up @@ -123,7 +123,7 @@ urllib3==1.26.15
# via
# -r base.txt
# requests
wheel==0.38.4
wheel==0.40.0
# via pip-tools
zipp==3.15.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 @@ -16,7 +16,7 @@ pyproject-hooks==1.0.0
# via build
tomli==2.0.1
# via build
wheel==0.38.4
wheel==0.40.0
# via pip-tools

# The following packages are considered to be unsafe in a requirements file:
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
wheel==0.38.4
wheel==0.40.0
# via -r pip.in

# The following packages are considered to be unsafe in a requirements file:
Expand Down

0 comments on commit f16d1bf

Please sign in to comment.