diff options
Diffstat (limited to 'requirements/kit.pip')
| -rw-r--r-- | requirements/kit.pip | 23 |
1 files changed, 18 insertions, 5 deletions
diff --git a/requirements/kit.pip b/requirements/kit.pip index 48e14820..c945ae21 100644 --- a/requirements/kit.pip +++ b/requirements/kit.pip @@ -1,5 +1,5 @@ # -# This file is autogenerated by pip-compile with python 3.8 +# This file is autogenerated by pip-compile with python 3.7 # To update, run: # # make upgrade @@ -14,8 +14,13 @@ build==0.7.0 # via -r requirements/kit.in certifi==2021.10.8 # via cibuildwheel -cibuildwheel==2.3.0 +cibuildwheel==2.3.1 # via -r requirements/kit.in +importlib-metadata==4.10.0 + # via + # auditwheel + # build + # pep517 packaging==21.3 # via # build @@ -26,14 +31,22 @@ pyelftools==0.27 # via auditwheel pyparsing==3.0.6 # via packaging -tomli==1.2.2 +tomli==2.0.0 # via # build # cibuildwheel # pep517 -wheel==0.37.0 +typing-extensions==4.0.1 + # via + # cibuildwheel + # importlib-metadata +wheel==0.37.1 # via -r requirements/kit.in +zipp==3.7.0 + # via + # importlib-metadata + # pep517 # The following packages are considered to be unsafe in a requirements file: -setuptools==59.4.0 +setuptools==60.2.0 # via -r requirements/kit.in |
