Skip to content

Commit c3e368e

Browse files
committed
build: run make upgrade
1 parent 09dfaec commit c3e368e

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

requirements/pip-tools.txt

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,5 @@ wheel==0.46.3
2222
# via pip-tools
2323

2424
# 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-
# via pip-tools
25+
# pip
26+
# setuptools

requirements/pip.txt

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,13 @@
44
#
55
# make upgrade
66
#
7-
wheel==0.45.1
7+
packaging==26.0
8+
# via wheel
9+
wheel==0.46.3
810
# via -r requirements/pip.in
911

1012
# The following packages are considered to be unsafe in a requirements file:
11-
pip==25.3
13+
pip==26.0.1
1214
# via -r requirements/pip.in
13-
setuptools==80.9.0
15+
setuptools==82.0.1
1416
# via -r requirements/pip.in

0 commit comments

Comments
 (0)