We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09dfaec commit c3e368eCopy full SHA for c3e368e
2 files changed
requirements/pip-tools.txt
@@ -22,7 +22,5 @@ wheel==0.46.3
22
# via pip-tools
23
24
# The following packages are considered to be unsafe in a requirements file:
25
-pip==26.0.1
26
- # via pip-tools
27
-setuptools==82.0.1
28
+# pip
+# setuptools
requirements/pip.txt
@@ -4,11 +4,13 @@
4
#
5
# make upgrade
6
7
-wheel==0.45.1
+packaging==26.0
8
+ # via wheel
9
+wheel==0.46.3
10
# via -r requirements/pip.in
11
12
-pip==25.3
13
+pip==26.0.1
14
-setuptools==80.9.0
15
+setuptools==82.0.1
16
0 commit comments