diff --git a/doc/requirements.pip b/doc/requirements.pip index b478736a5..203fbde66 100644 --- a/doc/requirements.pip +++ b/doc/requirements.pip @@ -109,7 +109,7 @@ urllib3==2.2.3 # via requests uvicorn==0.32.1 # via sphinx-autobuild -watchfiles==0.24.0 +watchfiles==1.0.0 # via sphinx-autobuild websockets==14.1 # via sphinx-autobuild diff --git a/requirements/dev.pip b/requirements/dev.pip index 4a03b46c8..9b4e0b4d1 100644 --- a/requirements/dev.pip +++ b/requirements/dev.pip @@ -49,7 +49,7 @@ flaky==3.8.1 # via -r /Users/ned/coverage/trunk/requirements/pytest.in greenlet==3.1.1 # via -r requirements/dev.in -hypothesis==6.119.4 +hypothesis==6.122.1 # via -r /Users/ned/coverage/trunk/requirements/pytest.in idna==3.10 # via requests @@ -84,7 +84,7 @@ more-itertools==10.5.0 # via # jaraco-classes # jaraco-functools -nh3==0.2.18 +nh3==0.2.19 # via readme-renderer packaging==24.2 # via @@ -93,9 +93,10 @@ packaging==24.2 # pyproject-api # pytest # tox + # twine parso==0.8.4 # via jedi -pkginfo==1.10.0 +pkginfo==1.11.2 # via twine platformdirs==4.3.6 # via @@ -114,13 +115,13 @@ pygments==2.18.0 # pudb # readme-renderer # rich -pylint==3.3.1 +pylint==3.3.2 # via -r requirements/dev.in pyproject-api==1.8.0 # via tox pyproject-hooks==1.2.0 # via build -pytest==8.3.3 +pytest==8.3.4 # via # -r /Users/ned/coverage/trunk/requirements/pytest.in # pytest-xdist @@ -145,7 +146,7 @@ sortedcontainers==2.4.0 # via hypothesis tabulate==0.9.0 # via -r requirements/dev.in -tomli==2.1.0 +tomli==2.2.1 # via # build # check-manifest @@ -161,7 +162,7 @@ tox==4.23.2 # tox-gh tox-gh==1.4.4 # via -r /Users/ned/coverage/trunk/requirements/tox.in -twine==5.1.1 +twine==6.0.1 # via -r requirements/dev.in typing-extensions==4.12.2 # via @@ -180,7 +181,7 @@ urwid==2.6.16 # urwid-readline urwid-readline==0.15.1 # via pudb -virtualenv==20.27.1 +virtualenv==20.28.0 # via # -r /Users/ned/coverage/trunk/requirements/pip.in # tox diff --git a/requirements/kit.pip b/requirements/kit.pip index b51ad77b9..bc4ed38fc 100644 --- a/requirements/kit.pip +++ b/requirements/kit.pip @@ -53,7 +53,7 @@ more-itertools==10.5.0 # via # jaraco-classes # jaraco-functools -nh3==0.2.18 +nh3==0.2.19 # via readme-renderer packaging==24.2 # via @@ -61,7 +61,8 @@ packaging==24.2 # build # cibuildwheel # dependency-groups -pkginfo==1.10.0 + # twine +pkginfo==1.11.2 # via twine platformdirs==4.3.6 # via cibuildwheel @@ -85,12 +86,12 @@ rfc3986==2.0.0 # via twine rich==13.9.4 # via twine -tomli==2.1.0 +tomli==2.2.1 # via # build # cibuildwheel # dependency-groups -twine==5.1.1 +twine==6.0.1 # via -r requirements/kit.in typing-extensions==4.12.2 # via diff --git a/requirements/light-threads.pip b/requirements/light-threads.pip index 552de105c..de4b688d0 100644 --- a/requirements/light-threads.pip +++ b/requirements/light-threads.pip @@ -21,7 +21,7 @@ pycparser==2.22 # via cffi zope-event==5.0 # via gevent -zope-interface==7.1.1 +zope-interface==7.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 c100c98e4..00d64d995 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 /Users/ned/coverage/trunk/requirements/pytest.in -hypothesis==6.119.4 +hypothesis==6.122.1 # via -r /Users/ned/coverage/trunk/requirements/pytest.in iniconfig==2.0.0 # via pytest @@ -30,7 +30,7 @@ pluggy==1.5.0 # via pytest pygments==2.18.0 # via -r /Users/ned/coverage/trunk/requirements/pytest.in -pytest==8.3.3 +pytest==8.3.4 # via # -r /Users/ned/coverage/trunk/requirements/pytest.in # pytest-xdist @@ -38,7 +38,7 @@ pytest-xdist==3.6.1 # via -r /Users/ned/coverage/trunk/requirements/pytest.in sortedcontainers==2.4.0 # via hypothesis -tomli==2.1.0 +tomli==2.2.1 # via # mypy # pytest diff --git a/requirements/pip-tools.pip b/requirements/pip-tools.pip index b5b3faf21..dfc318db1 100644 --- a/requirements/pip-tools.pip +++ b/requirements/pip-tools.pip @@ -18,7 +18,7 @@ pyproject-hooks==1.2.0 # via # build # pip-tools -tomli==2.1.0 +tomli==2.2.1 # via # build # pip-tools diff --git a/requirements/pip.pip b/requirements/pip.pip index 8aee2b947..ca05cfba6 100644 --- a/requirements/pip.pip +++ b/requirements/pip.pip @@ -10,7 +10,7 @@ filelock==3.16.1 # via virtualenv platformdirs==4.3.6 # via virtualenv -virtualenv==20.27.1 +virtualenv==20.28.0 # via -r requirements/pip.in # The following packages are considered to be unsafe in a requirements file: diff --git a/requirements/pytest.pip b/requirements/pytest.pip index 0cdb5f58f..104049b4c 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.119.4 +hypothesis==6.122.1 # via -r requirements/pytest.in iniconfig==2.0.0 # via pytest @@ -26,7 +26,7 @@ pluggy==1.5.0 # via pytest pygments==2.18.0 # via -r requirements/pytest.in -pytest==8.3.3 +pytest==8.3.4 # via # -r requirements/pytest.in # pytest-xdist @@ -34,5 +34,5 @@ pytest-xdist==3.6.1 # via -r requirements/pytest.in sortedcontainers==2.4.0 # via hypothesis -tomli==2.1.0 +tomli==2.2.1 # via pytest diff --git a/requirements/tox.pip b/requirements/tox.pip index 12eb64d96..eae58f487 100644 --- a/requirements/tox.pip +++ b/requirements/tox.pip @@ -30,7 +30,7 @@ pluggy==1.5.0 # via tox pyproject-api==1.8.0 # via tox -tomli==2.1.0 +tomli==2.2.1 # via # pyproject-api # tox @@ -42,5 +42,5 @@ tox-gh==1.4.4 # via -r requirements/tox.in typing-extensions==4.12.2 # via tox -virtualenv==20.27.1 +virtualenv==20.28.0 # via tox