We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents de3ff1f + 038e10b commit d7c7413Copy full SHA for d7c7413
2 files changed
requirements/pip.txt
@@ -4,7 +4,9 @@
4
#
5
# make upgrade
6
7
-wheel==0.45.1
+packaging==26.0
8
+ # via wheel
9
+wheel==0.46.2
10
# via -r pip.in
11
12
# The following packages are considered to be unsafe in a requirements file:
requirements/pip_tools.txt
@@ -9,14 +9,16 @@ build==1.2.2.post1
click==8.1.8
# via pip-tools
packaging==24.2
- # via build
+ # via
13
+ # build
14
+ # wheel
15
pip-tools==7.4.1
- # via -r requirements/pip_tools.in
16
+ # via -r pip_tools.in
17
pyproject-hooks==1.2.0
18
# via
19
# build
20
# pip-tools
21
22
23
24
0 commit comments