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.pip | |
| parent | Merge #180 - fix integration tests (diff) | |
Use pip-tools version that supports newer pip versions
Diffstat (limited to 'requirements/pip-tools.pip')
| -rw-r--r-- | requirements/pip-tools.pip | 2 |
1 files changed, 1 insertions, 1 deletions
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 |