diff options
| author | 2024-01-24 20:44:08 +0000 | |
|---|---|---|
| committer | 2024-01-24 20:44:08 +0000 | |
| commit | 9d112e3b12516770f4cbdde6b559c377cf3f77fd (patch) | |
| tree | fc83e94a1cb7d684d4bd84c959919337c303a487 /requirements/pip-tools.pip | |
| parent | Merge pull request #199 from python-discord/bump-mem-max (diff) | |
| parent | Bump CI 3rd party actions to latest (diff) | |
Merge pull request #198 from python-discord/bump-ci
Bump ci
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: |