From d365814bc8e6911d243f2f35e7b1f1dbd40803ef Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Tue, 20 Feb 2024 06:54:41 -0500 Subject: [PATCH] chore: make upgrade --- requirements/dev.pip | 10 +++++----- requirements/light-threads.pip | 4 ++-- requirements/mypy.pip | 4 ++-- requirements/pip-tools.pip | 6 ++++-- requirements/pytest.pip | 4 ++-- requirements/tox.pip | 2 +- 6 files changed, 16 insertions(+), 14 deletions(-) diff --git a/requirements/dev.pip b/requirements/dev.pip index c842b00e3..195904cf8 100644 --- a/requirements/dev.pip +++ b/requirements/dev.pip @@ -47,7 +47,7 @@ flaky==3.7.0 # via -r requirements/pytest.in greenlet==3.0.3 # via -r requirements/dev.in -hypothesis==6.98.4 +hypothesis==6.98.9 # via -r requirements/pytest.in idna==3.6 # via requests @@ -114,7 +114,7 @@ pyproject-api==1.6.1 # via tox pyproject-hooks==1.0.0 # via build -pytest==8.0.0 +pytest==8.0.1 # via # -r requirements/pytest.in # pytest-xdist @@ -150,7 +150,7 @@ tomli==2.0.1 # tox tomlkit==0.12.3 # via pylint -tox==4.12.1 +tox==4.13.0 # via # -r requirements/tox.in # tox-gh @@ -164,11 +164,11 @@ typing-extensions==4.9.0 # pylint # rich # urwid -urllib3==2.2.0 +urllib3==2.2.1 # via # requests # twine -urwid==2.5.3 +urwid==2.6.1 # via # pudb # urwid-readline diff --git a/requirements/light-threads.pip b/requirements/light-threads.pip index 4c31d6470..25e58cb4f 100644 --- a/requirements/light-threads.pip +++ b/requirements/light-threads.pip @@ -6,7 +6,7 @@ # cffi==1.16.0 # via -r requirements/light-threads.in -dnspython==2.5.0 +dnspython==2.6.1 # via eventlet eventlet==0.35.1 # via -r requirements/light-threads.in @@ -21,7 +21,7 @@ pycparser==2.21 # via cffi zope-event==5.0 # via gevent -zope-interface==6.1 +zope-interface==6.2 # via gevent # The following packages are considered to be unsafe in a requirements file: diff --git a/requirements/mypy.pip b/requirements/mypy.pip index 18266c880..8263a95b6 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.98.4 +hypothesis==6.98.9 # via -r requirements/pytest.in iniconfig==2.0.0 # via pytest @@ -30,7 +30,7 @@ pluggy==1.4.0 # via pytest pygments==2.17.2 # via -r requirements/pytest.in -pytest==8.0.0 +pytest==8.0.1 # via # -r requirements/pytest.in # pytest-xdist diff --git a/requirements/pip-tools.pip b/requirements/pip-tools.pip index 52b3fd73d..e18ace330 100644 --- a/requirements/pip-tools.pip +++ b/requirements/pip-tools.pip @@ -12,10 +12,12 @@ importlib-metadata==7.0.1 # via build packaging==23.2 # via build -pip-tools==7.3.0 +pip-tools==7.4.0 # via -r requirements/pip-tools.in pyproject-hooks==1.0.0 - # via build + # via + # build + # pip-tools tomli==2.0.1 # via # build diff --git a/requirements/pytest.pip b/requirements/pytest.pip index d38dc2839..502c0497a 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.98.4 +hypothesis==6.98.9 # via -r requirements/pytest.in iniconfig==2.0.0 # via pytest @@ -26,7 +26,7 @@ pluggy==1.4.0 # via pytest pygments==2.17.2 # via -r requirements/pytest.in -pytest==8.0.0 +pytest==8.0.1 # via # -r requirements/pytest.in # pytest-xdist diff --git a/requirements/tox.pip b/requirements/tox.pip index 7f449c1b9..3e1dce2c6 100644 --- a/requirements/tox.pip +++ b/requirements/tox.pip @@ -34,7 +34,7 @@ tomli==2.0.1 # via # pyproject-api # tox -tox==4.12.1 +tox==4.13.0 # via # -r requirements/tox.in # tox-gh