Skip to content

Commit

Permalink
Merge pull request #2099 from openedx/dependabot/pip/requirements/whe…
Browse files Browse the repository at this point in the history
…el-0.38.1

build(deps): bump wheel from 0.37.1 to 0.38.1 in /requirements
  • Loading branch information
feanil committed Feb 8, 2023
2 parents a5a705d + ad71302 commit 52816ad
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ urllib3==1.26.9
# via
# -r base.txt
# requests
wheel==0.37.1
wheel==0.38.1
# via pip-tools

# The following packages are considered to be unsafe in a requirements file:
Expand Down
4 changes: 2 additions & 2 deletions requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ click==8.1.3
pep517==0.12.0
# via pip-tools
pip-tools==6.6.2
# via -r requirements/pip-tools.in
# via -r pip-tools.in
tomli==2.0.1
# via pep517
wheel==0.37.1
wheel==0.38.1
# via pip-tools

# The following packages are considered to be unsafe in a requirements file:
Expand Down
10 changes: 5 additions & 5 deletions requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
#
# make upgrade
#
wheel==0.37.1
# via -r requirements/pip.in
wheel==0.38.1
# via -r pip.in

# The following packages are considered to be unsafe in a requirements file:
pip==22.1.2
# via -r requirements/pip.in
# via -r pip.in
setuptools==59.8.0
# via
# -c requirements/common_constraints.txt
# -r requirements/pip.in
# -c common_constraints.txt
# -r pip.in

0 comments on commit 52816ad

Please sign in to comment.