Skip to content

Commit d7c7413

Browse files
authored
Merge pull request #123 from openedx/dependabot/pip/requirements/wheel-0.46.2
build(deps): bump wheel from 0.45.1 to 0.46.2 in /requirements
2 parents de3ff1f + 038e10b commit d7c7413

2 files changed

Lines changed: 8 additions & 4 deletions

File tree

requirements/pip.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@
44
#
55
# make upgrade
66
#
7-
wheel==0.45.1
7+
packaging==26.0
8+
# via wheel
9+
wheel==0.46.2
810
# via -r pip.in
911

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

requirements/pip_tools.txt

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,16 @@ build==1.2.2.post1
99
click==8.1.8
1010
# via pip-tools
1111
packaging==24.2
12-
# via build
12+
# via
13+
# build
14+
# wheel
1315
pip-tools==7.4.1
14-
# via -r requirements/pip_tools.in
16+
# via -r pip_tools.in
1517
pyproject-hooks==1.2.0
1618
# via
1719
# build
1820
# pip-tools
19-
wheel==0.45.1
21+
wheel==0.46.2
2022
# via pip-tools
2123

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

0 commit comments

Comments
 (0)