Skip to content

Commit 0d1d02f

Browse files
committed
Use pip-tools version that supports newer pip versions
1 parent 3888578 commit 0d1d02f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

requirements/pip-tools.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
-c lint.pip
33
-c requirements.pip
44

5-
# Minimum version which supports pip>=22.1
6-
pip-tools>=6.6.1
5+
# Minimum version which supports pip>=23.2
6+
pip-tools>=7.0.0

requirements/pip-tools.pip

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ click==8.1.3
1010
# via pip-tools
1111
packaging==23.0
1212
# via build
13-
pip-tools==6.12.3
13+
pip-tools==7.3.0
1414
# via -r requirements/pip-tools.in
1515
pyproject-hooks==1.0.0
1616
# via build

0 commit comments

Comments
 (0)