From 9b5e1b70bbf53c27f37b45a2de7961f1ad7f63cf Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Tue, 8 Aug 2023 19:33:52 -0400 Subject: [PATCH] chore: make upgrade --- requirements/dev.pip | 20 ++++++++++---------- requirements/kit.pip | 6 +++--- requirements/mypy.pip | 2 +- requirements/pip-tools.pip | 4 ++-- requirements/pip.pip | 2 +- requirements/pytest.pip | 2 +- requirements/tox.pip | 6 +++--- 7 files changed, 21 insertions(+), 21 deletions(-) diff --git a/requirements/dev.pip b/requirements/dev.pip index 20aa71841..309b6009c 100644 --- a/requirements/dev.pip +++ b/requirements/dev.pip @@ -16,7 +16,7 @@ cachetools==5.3.1 # via tox certifi==2023.7.22 # via requests -chardet==5.1.0 +chardet==5.2.0 # via tox charset-normalizer==3.2.0 # via requests @@ -49,7 +49,7 @@ flaky==3.7.0 # via -r requirements/pytest.in greenlet==2.0.2 # via -r requirements/dev.in -hypothesis==6.82.0 +hypothesis==6.82.3 # via -r requirements/pytest.in idna==3.4 # via requests @@ -57,7 +57,7 @@ importlib-metadata==6.8.0 # via # keyring # twine -importlib-resources==6.0.0 +importlib-resources==6.0.1 # via keyring iniconfig==2.0.0 # via pytest @@ -65,7 +65,7 @@ isort==5.12.0 # via pylint jaraco-classes==3.3.0 # via keyring -jedi==0.18.2 +jedi==0.19.0 # via pudb keyring==24.2.0 # via twine @@ -79,7 +79,7 @@ mccabe==0.7.0 # via pylint mdurl==0.1.2 # via markdown-it-py -more-itertools==10.0.0 +more-itertools==10.1.0 # via jaraco-classes packaging==23.1 # via @@ -92,7 +92,7 @@ parso==0.8.3 # via jedi pkginfo==1.9.6 # via twine -platformdirs==3.9.1 +platformdirs==3.10.0 # via # pylint # tox @@ -103,7 +103,7 @@ pluggy==1.2.0 # tox pudb==2022.1.3 # via -r requirements/dev.in -pygments==2.15.1 +pygments==2.16.1 # via # pudb # readme-renderer @@ -133,7 +133,7 @@ requests-toolbelt==1.0.0 # via twine rfc3986==2.0.0 # via twine -rich==13.4.2 +rich==13.5.2 # via twine six==1.16.0 # via bleach @@ -148,9 +148,9 @@ tomli==2.0.1 # pyproject-hooks # pytest # tox -tomlkit==0.11.8 +tomlkit==0.12.1 # via pylint -tox==4.6.4 +tox==4.7.0 # via # -r requirements/tox.in # tox-gh diff --git a/requirements/kit.pip b/requirements/kit.pip index df57eb899..2b9cbf861 100644 --- a/requirements/kit.pip +++ b/requirements/kit.pip @@ -14,7 +14,7 @@ build==0.10.0 # via -r requirements/kit.in certifi==2023.7.22 # via cibuildwheel -cibuildwheel==2.14.1 +cibuildwheel==2.15.0 # via -r requirements/kit.in colorama==0.4.6 # via -r requirements/kit.in @@ -24,7 +24,7 @@ packaging==23.1 # via # build # cibuildwheel -platformdirs==3.9.1 +platformdirs==3.10.0 # via cibuildwheel pyelftools==0.29 # via auditwheel @@ -37,7 +37,7 @@ tomli==2.0.1 # pyproject-hooks typing-extensions==4.7.1 # via cibuildwheel -wheel==0.41.0 +wheel==0.41.1 # via -r requirements/kit.in # The following packages are considered to be unsafe in a requirements file: diff --git a/requirements/mypy.pip b/requirements/mypy.pip index 7cf1cf3e9..e7bc86c75 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.0 +hypothesis==6.82.3 # via -r requirements/pytest.in iniconfig==2.0.0 # via pytest diff --git a/requirements/pip-tools.pip b/requirements/pip-tools.pip index 6c75f0b37..74b3b0525 100644 --- a/requirements/pip-tools.pip +++ b/requirements/pip-tools.pip @@ -10,7 +10,7 @@ click==8.1.6 # via pip-tools packaging==23.1 # via build -pip-tools==7.1.0 +pip-tools==7.2.0 # via -r requirements/pip-tools.in pyproject-hooks==1.0.0 # via build @@ -19,7 +19,7 @@ tomli==2.0.1 # build # pip-tools # pyproject-hooks -wheel==0.41.0 +wheel==0.41.1 # via pip-tools # The following packages are considered to be unsafe in a requirements file: diff --git a/requirements/pip.pip b/requirements/pip.pip index f921ccbdb..e868dc50d 100644 --- a/requirements/pip.pip +++ b/requirements/pip.pip @@ -8,7 +8,7 @@ distlib==0.3.7 # via virtualenv filelock==3.12.2 # via virtualenv -platformdirs==3.9.1 +platformdirs==3.10.0 # via virtualenv virtualenv==20.24.2 # via -r requirements/pip.in diff --git a/requirements/pytest.pip b/requirements/pytest.pip index 862abbf1c..2908daf30 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.0 +hypothesis==6.82.3 # via -r requirements/pytest.in iniconfig==2.0.0 # via pytest diff --git a/requirements/tox.pip b/requirements/tox.pip index 84169c338..eeaaf0455 100644 --- a/requirements/tox.pip +++ b/requirements/tox.pip @@ -6,7 +6,7 @@ # cachetools==5.3.1 # via tox -chardet==5.1.0 +chardet==5.2.0 # via tox colorama==0.4.6 # via @@ -22,7 +22,7 @@ packaging==23.1 # via # pyproject-api # tox -platformdirs==3.9.1 +platformdirs==3.10.0 # via # tox # virtualenv @@ -34,7 +34,7 @@ tomli==2.0.1 # via # pyproject-api # tox -tox==4.6.4 +tox==4.7.0 # via # -r requirements/tox.in # tox-gh