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.pip | |
| 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.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 |