diff options
| author | 2023-08-29 14:55:43 +0000 | |
|---|---|---|
| committer | 2023-08-29 14:55:43 +0000 | |
| commit | 0d1d02fc6dd383aca3f98f2587624001a6ffeb07 (patch) | |
| tree | 68931e158198e6dda36ff33c37cd9a4ef06fd22b /requirements/pip-tools.in | |
| parent | Merge #180 - fix integration tests (diff) | |
Use pip-tools version that supports newer pip versions
Diffstat (limited to 'requirements/pip-tools.in')
| -rw-r--r-- | requirements/pip-tools.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/requirements/pip-tools.in b/requirements/pip-tools.in index e459df9..29d8d31 100644 --- a/requirements/pip-tools.in +++ b/requirements/pip-tools.in @@ -2,5 +2,5 @@ -c lint.pip -c requirements.pip -# Minimum version which supports pip>=22.1 -pip-tools>=6.6.1 +# Minimum version which supports pip>=23.2 +pip-tools>=7.0.0 |