diff options
| author | 2023-10-10 14:24:54 +0100 | |
|---|---|---|
| committer | 2024-01-24 20:35:02 +0000 | |
| commit | 53860e23c1086b0c8e20724c72b22cc6d7d22e34 (patch) | |
| tree | 03a47b674ab7f05d0f10cd11f7e98946366dac93 /requirements/pip-tools.pip | |
| parent | Merge pull request #199 from python-discord/bump-mem-max (diff) | |
Bump pre-commit version and re run make upgrade
This was required as pre-commit was returning an error from within virtualenv
Diffstat (limited to 'requirements/pip-tools.pip')
| -rw-r--r-- | requirements/pip-tools.pip | 16 |
1 files changed, 11 insertions, 5 deletions
diff --git a/requirements/pip-tools.pip b/requirements/pip-tools.pip index 4793c2d..53446f3 100644 --- a/requirements/pip-tools.pip +++ b/requirements/pip-tools.pip @@ -4,17 +4,23 @@ # # pip-compile --output-file=requirements/pip-tools.pip requirements/pip-tools.in # -build==0.10.0 +build==1.0.3 # via pip-tools -click==8.1.3 +click==8.1.7 # via pip-tools -packaging==23.0 - # via build +colorama==0.4.6 + # via + # build + # click +packaging==23.2 + # via + # -c requirements\requirements.pip + # build pip-tools==7.3.0 # via -r requirements/pip-tools.in pyproject-hooks==1.0.0 # via build -wheel==0.38.4 +wheel==0.42.0 # via pip-tools # The following packages are considered to be unsafe in a requirements file: |