diff --git a/requirements/dev.pip b/requirements/dev.pip index bd61cf8fa..4cfa6e345 100644 --- a/requirements/dev.pip +++ b/requirements/dev.pip @@ -4,13 +4,11 @@ # # make upgrade # -astroid==2.15.6 +astroid==2.15.8 # via pylint attrs==23.1.0 # via hypothesis -bleach==6.0.0 - # via readme-renderer -build==0.10.0 +build==1.0.3 # via check-manifest cachetools==5.3.1 # via tox @@ -41,7 +39,7 @@ exceptiongroup==1.1.3 # pytest execnet==2.0.2 # via pytest-xdist -filelock==3.12.2 +filelock==3.12.4 # via # tox # virtualenv @@ -49,15 +47,16 @@ flaky==3.7.0 # via -r requirements/pytest.in greenlet==2.0.2 # via -r requirements/dev.in -hypothesis==6.82.6 +hypothesis==6.87.0 # via -r requirements/pytest.in idna==3.4 # via requests importlib-metadata==6.8.0 # via + # build # keyring # twine -importlib-resources==6.0.1 +importlib-resources==6.1.0 # via keyring iniconfig==2.0.0 # via pytest @@ -81,6 +80,8 @@ mdurl==0.1.2 # via markdown-it-py more-itertools==10.1.0 # via jaraco-classes +nh3==0.2.14 + # via readme-renderer packaging==23.1 # via # build @@ -108,19 +109,19 @@ pygments==2.16.1 # pudb # readme-renderer # rich -pylint==2.17.5 +pylint==2.17.6 # via -r requirements/dev.in -pyproject-api==1.5.4 +pyproject-api==1.6.1 # via tox pyproject-hooks==1.0.0 # via build -pytest==7.4.0 +pytest==7.4.2 # via # -r requirements/pytest.in # pytest-xdist pytest-xdist==3.3.1 # via -r requirements/pytest.in -readme-renderer==41.0 +readme-renderer==42.0 # via # -r requirements/dev.in # twine @@ -133,10 +134,8 @@ requests-toolbelt==1.0.0 # via twine rfc3986==2.0.0 # via twine -rich==13.5.2 +rich==13.5.3 # via twine -six==1.16.0 - # via bleach sortedcontainers==2.4.0 # via hypothesis tomli==2.0.1 @@ -150,7 +149,7 @@ tomli==2.0.1 # tox tomlkit==0.12.1 # via pylint -tox==4.10.0 +tox==4.11.3 # via # -r requirements/tox.in # tox-gh @@ -158,30 +157,28 @@ tox-gh==1.3.1 # via -r requirements/tox.in twine==4.0.2 # via -r requirements/dev.in -typing-extensions==4.7.1 +typing-extensions==4.8.0 # via # astroid # pylint # rich -urllib3==2.0.4 +urllib3==2.0.5 # via # requests # twine -urwid==2.1.2 +urwid==2.2.2 # via # pudb # urwid-readline urwid-readline==0.13 # via pudb -virtualenv==20.24.3 +virtualenv==20.24.5 # via # -r requirements/pip.in # tox -webencodings==0.5.1 - # via bleach wrapt==1.15.0 # via astroid -zipp==3.16.2 +zipp==3.17.0 # via # importlib-metadata # importlib-resources @@ -189,7 +186,7 @@ zipp==3.16.2 # The following packages are considered to be unsafe in a requirements file: pip==23.2.1 # via -r requirements/pip.in -setuptools==68.1.2 +setuptools==68.2.2 # via # -r requirements/pip.in # check-manifest diff --git a/requirements/kit.pip b/requirements/kit.pip index 8c12f0cdc..bd3acb94b 100644 --- a/requirements/kit.pip +++ b/requirements/kit.pip @@ -8,25 +8,27 @@ auditwheel==5.4.0 # via -r requirements/kit.in bashlex==0.18 # via cibuildwheel -bracex==2.3.post1 +bracex==2.4 # via cibuildwheel -build==0.10.0 +build==1.0.3 # via -r requirements/kit.in certifi==2023.7.22 # via cibuildwheel -cibuildwheel==2.15.0 +cibuildwheel==2.16.1 # via -r requirements/kit.in colorama==0.4.6 # via -r requirements/kit.in -filelock==3.12.2 +filelock==3.12.4 # via cibuildwheel +importlib-metadata==6.8.0 + # via build packaging==23.1 # via # build # cibuildwheel platformdirs==3.10.0 # via cibuildwheel -pyelftools==0.29 +pyelftools==0.30 # via auditwheel pyproject-hooks==1.0.0 # via build @@ -35,11 +37,13 @@ tomli==2.0.1 # build # cibuildwheel # pyproject-hooks -typing-extensions==4.7.1 +typing-extensions==4.8.0 # via cibuildwheel wheel==0.41.2 # via -r requirements/kit.in +zipp==3.17.0 + # via importlib-metadata # The following packages are considered to be unsafe in a requirements file: -setuptools==68.1.2 +setuptools==68.2.2 # via -r requirements/kit.in diff --git a/requirements/light-threads.pip b/requirements/light-threads.pip index 37e0ffea0..c5195d3d6 100644 --- a/requirements/light-threads.pip +++ b/requirements/light-threads.pip @@ -4,14 +4,16 @@ # # make upgrade # -cffi==1.15.1 +cffi==1.16.0 # via -r requirements/light-threads.in dnspython==2.4.2 # via eventlet eventlet==0.33.3 # via -r requirements/light-threads.in gevent==23.7.0 - # via -r requirements/light-threads.in + # via + # -c requirements/pins.pip + # -r requirements/light-threads.in greenlet==2.0.2 # via # -r requirements/light-threads.in @@ -27,7 +29,7 @@ zope-interface==6.0 # via gevent # The following packages are considered to be unsafe in a requirements file: -setuptools==68.1.2 +setuptools==68.2.2 # via # zope-event # zope-interface diff --git a/requirements/mypy.pip b/requirements/mypy.pip index 2e7c868c4..b3cfc4563 100644 --- a/requirements/mypy.pip +++ b/requirements/mypy.pip @@ -16,7 +16,7 @@ execnet==2.0.2 # via pytest-xdist flaky==3.7.0 # via -r requirements/pytest.in -hypothesis==6.82.6 +hypothesis==6.87.0 # via -r requirements/pytest.in iniconfig==2.0.0 # via pytest @@ -28,7 +28,7 @@ packaging==23.1 # via pytest pluggy==1.3.0 # via pytest -pytest==7.4.0 +pytest==7.4.2 # via # -r requirements/pytest.in # pytest-xdist @@ -40,5 +40,5 @@ tomli==2.0.1 # via # mypy # pytest -typing-extensions==4.7.1 +typing-extensions==4.8.0 # via mypy diff --git a/requirements/pins.pip b/requirements/pins.pip index 97e4b2974..dad91cc19 100644 --- a/requirements/pins.pip +++ b/requirements/pins.pip @@ -2,6 +2,12 @@ # For details: https://github.com/nedbat/coveragepy/blob/master/NOTICE.txt # Version pins, for use as a constraints file. +# gevent depends on greenlet>=3.0rc3, which causes problems: +# The conflict is caused by: +# The user requested greenlet==2.0.2 +# eventlet 0.33.3 depends on greenlet>=0.3 +# gevent 23.9.1 depends on greenlet>=3.0rc3; platform_python_implementation == "CPython" and python_version >= "3.11" +gevent<23.9 # sphinx-rtd-theme wants <7 # https://github.com/readthedocs/sphinx_rtd_theme/issues/1463 diff --git a/requirements/pip-tools.pip b/requirements/pip-tools.pip index ffc1c3f0a..f7aee164e 100644 --- a/requirements/pip-tools.pip +++ b/requirements/pip-tools.pip @@ -4,10 +4,12 @@ # # make upgrade # -build==0.10.0 +build==1.0.3 # via pip-tools click==8.1.7 # via pip-tools +importlib-metadata==6.8.0 + # via build packaging==23.1 # via build pip-tools==7.3.0 @@ -21,9 +23,11 @@ tomli==2.0.1 # pyproject-hooks wheel==0.41.2 # via pip-tools +zipp==3.17.0 + # via importlib-metadata # The following packages are considered to be unsafe in a requirements file: pip==23.2.1 # via pip-tools -setuptools==68.1.2 +setuptools==68.2.2 # via pip-tools diff --git a/requirements/pip.pip b/requirements/pip.pip index 82156b109..712f4c06f 100644 --- a/requirements/pip.pip +++ b/requirements/pip.pip @@ -6,15 +6,15 @@ # distlib==0.3.7 # via virtualenv -filelock==3.12.2 +filelock==3.12.4 # via virtualenv platformdirs==3.10.0 # via virtualenv -virtualenv==20.24.3 +virtualenv==20.24.5 # via -r requirements/pip.in # The following packages are considered to be unsafe in a requirements file: pip==23.2.1 # via -r requirements/pip.in -setuptools==68.1.2 +setuptools==68.2.2 # via -r requirements/pip.in diff --git a/requirements/pytest.pip b/requirements/pytest.pip index 2a17c05ab..fbd25861f 100644 --- a/requirements/pytest.pip +++ b/requirements/pytest.pip @@ -16,7 +16,7 @@ execnet==2.0.2 # via pytest-xdist flaky==3.7.0 # via -r requirements/pytest.in -hypothesis==6.82.6 +hypothesis==6.87.0 # via -r requirements/pytest.in iniconfig==2.0.0 # via pytest @@ -24,7 +24,7 @@ packaging==23.1 # via pytest pluggy==1.3.0 # via pytest -pytest==7.4.0 +pytest==7.4.2 # via # -r requirements/pytest.in # pytest-xdist diff --git a/requirements/tox.pip b/requirements/tox.pip index e5018d0b4..58571c5ef 100644 --- a/requirements/tox.pip +++ b/requirements/tox.pip @@ -14,7 +14,7 @@ colorama==0.4.6 # tox distlib==0.3.7 # via virtualenv -filelock==3.12.2 +filelock==3.12.4 # via # tox # virtualenv @@ -28,17 +28,17 @@ platformdirs==3.10.0 # virtualenv pluggy==1.3.0 # via tox -pyproject-api==1.5.4 +pyproject-api==1.6.1 # via tox tomli==2.0.1 # via # pyproject-api # tox -tox==4.10.0 +tox==4.11.3 # via # -r requirements/tox.in # tox-gh tox-gh==1.3.1 # via -r requirements/tox.in -virtualenv==20.24.3 +virtualenv==20.24.5 # via tox