diff options
author | 2023-08-29 14:55:43 +0000 | |
---|---|---|
committer | 2023-08-29 14:55:43 +0000 | |
commit | 0d1d02fc6dd383aca3f98f2587624001a6ffeb07 (patch) | |
tree | 68931e158198e6dda36ff33c37cd9a4ef06fd22b | |
parent | Merge #180 - fix integration tests (diff) |
Use pip-tools version that supports newer pip versions
-rw-r--r-- | requirements/pip-tools.in | 4 | ||||
-rw-r--r-- | requirements/pip-tools.pip | 2 |
2 files changed, 3 insertions, 3 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 diff --git a/requirements/pip-tools.pip b/requirements/pip-tools.pip index d87f3d6..4793c2d 100644 --- a/requirements/pip-tools.pip +++ b/requirements/pip-tools.pip @@ -10,7 +10,7 @@ click==8.1.3 # via pip-tools packaging==23.0 # via build -pip-tools==6.12.3 +pip-tools==7.3.0 # via -r requirements/pip-tools.in pyproject-hooks==1.0.0 # via build |