diff options
| author | 2023-08-29 17:11:05 +0100 | |
|---|---|---|
| committer | 2023-08-29 17:11:05 +0100 | |
| commit | 3c10b34655296b6bae1e9757e70367b56251b393 (patch) | |
| tree | 7bcb00ee73bdfbd76e3be72bcf7f97e228d0b1e7 /requirements/pip-tools.in | |
| parent | Merge #180 - fix integration tests (diff) | |
| parent | Limit total file size read from tmpfs to avoid high memory usage (diff) | |
Merge pull request #183 from python-discord/enforce-filesize-limits
Enforce filesize limits
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 |