diff options
-rw-r--r-- | requirements/dev.pip | 24 | ||||
-rw-r--r-- | requirements/kit.pip | 4 | ||||
-rw-r--r-- | requirements/light-threads.pip | 6 | ||||
-rw-r--r-- | requirements/pip-tools.pip | 6 | ||||
-rw-r--r-- | requirements/pip.pip | 2 | ||||
-rw-r--r-- | requirements/pytest.pip | 6 |
6 files changed, 25 insertions, 23 deletions
diff --git a/requirements/dev.pip b/requirements/dev.pip index e0326900..51685dae 100644 --- a/requirements/dev.pip +++ b/requirements/dev.pip @@ -11,10 +11,10 @@ attrs==21.4.0 # -r requirements/pytest.pip # hypothesis # pytest -backports.functools-lru-cache==1.6.4 - # via - # -r requirements/pytest.pip - # pycontracts +backports-functools-lru-cache==1.6.4 + # via -r requirements/pytest.pip +backports-functools-lru-cache==1.6.4 + # via pycontracts bleach==4.1.0 # via readme-renderer build==0.7.0 @@ -135,7 +135,7 @@ pyparsing==3.0.7 # -r requirements/pytest.pip # packaging # pycontracts -pytest==6.2.5 +pytest==7.0.0 # via # -r requirements/pytest.pip # pytest-forked @@ -178,20 +178,20 @@ sortedcontainers==2.4.0 # hypothesis toml==0.10.2 # via - # -r requirements/pytest.pip # check-manifest # pylint - # pytest # tox tomli==2.0.0 # via + # -r requirements/pytest.pip # build # pep517 + # pytest tox==3.24.5 # via -r requirements/dev.in tqdm==4.62.3 # via twine -twine==3.7.1 +twine==3.8.0 # via -r requirements/dev.in typed-ast==1.5.2 # via astroid @@ -203,7 +203,9 @@ typing-extensions==4.0.1 # importlib-metadata # pylint urllib3==1.26.8 - # via requests + # via + # requests + # twine urwid==2.1.2 # via # pudb @@ -226,9 +228,9 @@ zipp==3.7.0 # pep517 # The following packages are considered to be unsafe in a requirements file: -pip==22.0.2 +pip==22.0.3 # via -r requirements/pip.pip -setuptools==60.7.0 +setuptools==60.7.1 # via # astroid # check-manifest diff --git a/requirements/kit.pip b/requirements/kit.pip index 8ea5377a..e443effb 100644 --- a/requirements/kit.pip +++ b/requirements/kit.pip @@ -27,7 +27,7 @@ packaging==21.3 # cibuildwheel pep517==0.12.0 # via build -pyelftools==0.27 +pyelftools==0.28 # via auditwheel pyparsing==3.0.7 # via packaging @@ -48,5 +48,5 @@ zipp==3.7.0 # pep517 # The following packages are considered to be unsafe in a requirements file: -setuptools==60.7.0 +setuptools==60.7.1 # via -r requirements/kit.in diff --git a/requirements/light-threads.pip b/requirements/light-threads.pip index 136fbc92..5104bc9e 100644 --- a/requirements/light-threads.pip +++ b/requirements/light-threads.pip @@ -17,11 +17,11 @@ greenlet==1.1.2 # gevent six==1.16.0 # via eventlet -zope.event==4.5.0 +zope-event==4.5.0 # via gevent -zope.interface==5.4.0 +zope-interface==5.4.0 # via gevent # The following packages are considered to be unsafe in a requirements file: -setuptools==60.7.0 +setuptools==60.7.1 # via gevent diff --git a/requirements/pip-tools.pip b/requirements/pip-tools.pip index 696fdca2..f6bb7dd8 100644 --- a/requirements/pip-tools.pip +++ b/requirements/pip-tools.pip @@ -12,7 +12,7 @@ importlib-metadata==4.10.1 # pep517 pep517==0.12.0 # via pip-tools -pip-tools==6.4.0 +pip-tools==6.5.0 # via -r requirements/pip-tools.in tomli==2.0.0 # via pep517 @@ -26,7 +26,7 @@ zipp==3.7.0 # pep517 # The following packages are considered to be unsafe in a requirements file: -pip==22.0.2 +pip==22.0.3 # via pip-tools -setuptools==60.7.0 +setuptools==60.7.1 # via pip-tools diff --git a/requirements/pip.pip b/requirements/pip.pip index 62b929de..224939d5 100644 --- a/requirements/pip.pip +++ b/requirements/pip.pip @@ -22,5 +22,5 @@ zipp==3.7.0 # via importlib-metadata # The following packages are considered to be unsafe in a requirements file: -pip==22.0.2 +pip==22.0.3 # via -r requirements/pip.in diff --git a/requirements/pytest.pip b/requirements/pytest.pip index 628a8c1f..12f6e811 100644 --- a/requirements/pytest.pip +++ b/requirements/pytest.pip @@ -8,7 +8,7 @@ attrs==21.4.0 # via # hypothesis # pytest -backports.functools-lru-cache==1.6.4 +backports-functools-lru-cache==1.6.4 # via pycontracts decorator==5.1.1 # via pycontracts @@ -40,7 +40,7 @@ pyparsing==3.0.7 # via # packaging # pycontracts -pytest==6.2.5 +pytest==7.0.0 # via # -r requirements/pytest.in # pytest-forked @@ -55,7 +55,7 @@ six==1.16.0 # via pycontracts sortedcontainers==2.4.0 # via hypothesis -toml==0.10.2 +tomli==2.0.0 # via pytest typing-extensions==4.0.1 # via importlib-metadata |