diff options
author | 2022-10-31 21:27:03 +0400 | |
---|---|---|
committer | 2022-10-31 21:58:52 +0400 | |
commit | 7a876b541c26ef5bc9c71144b25344ab76ede7e0 (patch) | |
tree | f69659ce5928ce31d8ab7fa69a6128066642dbb0 /requirements/lint.pip | |
parent | Bump Python To 3.11 (diff) |
Upgrade Package Dependencies
Run `make upgrade` to relock all dependency files with pip-tools
on 3.11.
Signed-off-by: Hassan Abouelela <[email protected]>
Diffstat (limited to 'requirements/lint.pip')
-rw-r--r-- | requirements/lint.pip | 19 |
1 files changed, 10 insertions, 9 deletions
diff --git a/requirements/lint.pip b/requirements/lint.pip index a399b6f..e477369 100644 --- a/requirements/lint.pip +++ b/requirements/lint.pip @@ -1,28 +1,29 @@ # -# This file is autogenerated by pip-compile with python 3.10 +# This file is autogenerated by pip-compile with python 3.11 # To update, run: # # pip-compile --output-file=requirements/lint.pip requirements/lint.in # cfgv==3.3.1 # via pre-commit -distlib==0.3.4 +distlib==0.3.6 # via virtualenv -filelock==3.7.0 +filelock==3.8.0 # via virtualenv -identify==2.5.1 +identify==2.5.8 # via pre-commit -nodeenv==1.6.0 +nodeenv==1.7.0 # via pre-commit platformdirs==2.5.2 # via virtualenv -pre-commit==2.19.0 +pre-commit==2.20.0 # via -r requirements/lint.in pyyaml==6.0 # via pre-commit -six==1.16.0 - # via virtualenv toml==0.10.2 # via pre-commit -virtualenv==20.14.1 +virtualenv==20.16.6 # via pre-commit + +# The following packages are considered to be unsafe in a requirements file: +# setuptools |