From a15d4431dd4cb2a54c7d031417474aa841f5a103 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Wed, 9 Oct 2024 06:05:32 -0400 Subject: [PATCH] chore: make upgrade --- requirements/dev.pip | 22 ++++++++++++---------- requirements/kit.pip | 18 ++++++++++-------- requirements/light-threads.pip | 2 +- requirements/mypy.pip | 4 ++-- requirements/pip-tools.pip | 6 +++--- requirements/pytest.pip | 4 ++-- requirements/tox.pip | 6 ++++-- 7 files changed, 34 insertions(+), 28 deletions(-) diff --git a/requirements/dev.pip b/requirements/dev.pip index 8a3fcbc7b..a94983dfd 100644 --- a/requirements/dev.pip +++ b/requirements/dev.pip @@ -4,13 +4,13 @@ # # make upgrade # -astroid==3.3.4 +astroid==3.3.5 # via pylint attrs==24.2.0 # via hypothesis backports-tarfile==1.2.0 # via jaraco-context -build==1.2.2 +build==1.2.2.post1 # via check-manifest cachetools==5.5.0 # via tox @@ -18,9 +18,9 @@ certifi==2024.8.30 # via requests chardet==5.2.0 # via tox -charset-normalizer==3.3.2 +charset-normalizer==3.4.0 # via requests -check-manifest==0.49 +check-manifest==0.50 # via -r requirements/dev.in cogapp==3.4.1 # via -r requirements/dev.in @@ -29,7 +29,7 @@ colorama==0.4.6 # -r requirements/pytest.in # -r requirements/tox.in # tox -dill==0.3.8 +dill==0.3.9 # via pylint distlib==0.3.8 # via virtualenv @@ -49,7 +49,7 @@ flaky==3.8.1 # via -r requirements/pytest.in greenlet==3.1.1 # via -r requirements/dev.in -hypothesis==6.112.1 +hypothesis==6.113.0 # via -r requirements/pytest.in idna==3.10 # via requests @@ -118,7 +118,7 @@ pylint==3.3.1 # via -r requirements/dev.in pyproject-api==1.8.0 # via tox -pyproject-hooks==1.1.0 +pyproject-hooks==1.2.0 # via build pytest==8.3.3 # via @@ -139,13 +139,13 @@ requests-toolbelt==1.0.0 # via twine rfc3986==2.0.0 # via twine -rich==13.8.1 +rich==13.9.2 # via twine sortedcontainers==2.4.0 # via hypothesis tabulate==0.9.0 # via -r requirements/dev.in -tomli==2.0.1 +tomli==2.0.2 # via # build # check-manifest @@ -155,7 +155,7 @@ tomli==2.0.1 # tox tomlkit==0.13.2 # via pylint -tox==4.20.0 +tox==4.21.2 # via # -r requirements/tox.in # tox-gh @@ -167,6 +167,8 @@ typing-extensions==4.12.2 # via # astroid # pylint + # rich + # tox # urwid urllib3==2.2.3 # via diff --git a/requirements/kit.pip b/requirements/kit.pip index c2b52665b..ef09b7e1e 100644 --- a/requirements/kit.pip +++ b/requirements/kit.pip @@ -10,17 +10,17 @@ backports-tarfile==1.2.0 # via jaraco-context bashlex==0.18 # via cibuildwheel -bracex==2.5 +bracex==2.5.post1 # via cibuildwheel -build==1.2.2 +build==1.2.2.post1 # via -r requirements/kit.in certifi==2024.8.30 # via # cibuildwheel # requests -charset-normalizer==3.3.2 +charset-normalizer==3.4.0 # via requests -cibuildwheel==2.21.1 +cibuildwheel==2.21.3 # via -r requirements/kit.in colorama==0.4.6 # via -r requirements/kit.in @@ -68,7 +68,7 @@ pygments==2.18.0 # via # readme-renderer # rich -pyproject-hooks==1.1.0 +pyproject-hooks==1.2.0 # via build readme-renderer==44.0 # via twine @@ -80,16 +80,18 @@ requests-toolbelt==1.0.0 # via twine rfc3986==2.0.0 # via twine -rich==13.8.1 +rich==13.9.2 # via twine -tomli==2.0.1 +tomli==2.0.2 # via # build # cibuildwheel twine==5.1.1 # via -r requirements/kit.in typing-extensions==4.12.2 - # via cibuildwheel + # via + # cibuildwheel + # rich urllib3==2.2.3 # via # requests diff --git a/requirements/light-threads.pip b/requirements/light-threads.pip index 48f05d70c..194598d7f 100644 --- a/requirements/light-threads.pip +++ b/requirements/light-threads.pip @@ -6,7 +6,7 @@ # cffi==1.17.1 # via -r requirements/light-threads.in -dnspython==2.6.1 +dnspython==2.7.0 # via eventlet eventlet==0.37.0 # via -r requirements/light-threads.in diff --git a/requirements/mypy.pip b/requirements/mypy.pip index 5b2444863..668996e0b 100644 --- a/requirements/mypy.pip +++ b/requirements/mypy.pip @@ -16,7 +16,7 @@ execnet==2.1.1 # via pytest-xdist flaky==3.8.1 # via -r requirements/pytest.in -hypothesis==6.112.1 +hypothesis==6.113.0 # via -r requirements/pytest.in iniconfig==2.0.0 # via pytest @@ -38,7 +38,7 @@ pytest-xdist==3.6.1 # via -r requirements/pytest.in sortedcontainers==2.4.0 # via hypothesis -tomli==2.0.1 +tomli==2.0.2 # via # mypy # pytest diff --git a/requirements/pip-tools.pip b/requirements/pip-tools.pip index 3c5e803f8..ccb0f850c 100644 --- a/requirements/pip-tools.pip +++ b/requirements/pip-tools.pip @@ -4,7 +4,7 @@ # # make upgrade # -build==1.2.2 +build==1.2.2.post1 # via pip-tools click==8.1.7 # via pip-tools @@ -14,11 +14,11 @@ packaging==24.1 # via build pip-tools==7.4.1 # via -r requirements/pip-tools.in -pyproject-hooks==1.1.0 +pyproject-hooks==1.2.0 # via # build # pip-tools -tomli==2.0.1 +tomli==2.0.2 # via # build # pip-tools diff --git a/requirements/pytest.pip b/requirements/pytest.pip index c5994c2b6..7976b995d 100644 --- a/requirements/pytest.pip +++ b/requirements/pytest.pip @@ -16,7 +16,7 @@ execnet==2.1.1 # via pytest-xdist flaky==3.8.1 # via -r requirements/pytest.in -hypothesis==6.112.1 +hypothesis==6.113.0 # via -r requirements/pytest.in iniconfig==2.0.0 # via pytest @@ -34,5 +34,5 @@ pytest-xdist==3.6.1 # via -r requirements/pytest.in sortedcontainers==2.4.0 # via hypothesis -tomli==2.0.1 +tomli==2.0.2 # via pytest diff --git a/requirements/tox.pip b/requirements/tox.pip index 58b1a216f..8f51175c1 100644 --- a/requirements/tox.pip +++ b/requirements/tox.pip @@ -30,15 +30,17 @@ pluggy==1.5.0 # via tox pyproject-api==1.8.0 # via tox -tomli==2.0.1 +tomli==2.0.2 # via # pyproject-api # tox -tox==4.20.0 +tox==4.21.2 # via # -r requirements/tox.in # tox-gh tox-gh==1.4.1 # via -r requirements/tox.in +typing-extensions==4.12.2 + # via tox virtualenv==20.26.6 # via tox