diff --git a/requirements/dev.pip b/requirements/dev.pip index 07e1bb8cf..2479a6769 100644 --- a/requirements/dev.pip +++ b/requirements/dev.pip @@ -10,7 +10,7 @@ attrs==24.2.0 # via hypothesis backports-tarfile==1.2.0 # via jaraco-context -build==1.2.1 +build==1.2.2 # via check-manifest cachetools==5.5.0 # via tox @@ -41,7 +41,7 @@ exceptiongroup==1.2.2 # pytest execnet==2.1.1 # via pytest-xdist -filelock==3.15.4 +filelock==3.16.0 # via # tox # virtualenv @@ -49,7 +49,7 @@ flaky==3.8.1 # via -r requirements/pytest.in greenlet==3.0.3 # via -r requirements/dev.in -hypothesis==6.111.2 +hypothesis==6.112.0 # via -r requirements/pytest.in idna==3.8 # via requests @@ -82,7 +82,7 @@ mccabe==0.7.0 # via pylint mdurl==0.1.2 # via markdown-it-py -more-itertools==10.4.0 +more-itertools==10.5.0 # via # jaraco-classes # jaraco-functools @@ -99,7 +99,7 @@ parso==0.8.4 # via jedi pkginfo==1.10.0 # via twine -platformdirs==4.2.2 +platformdirs==4.3.1 # via # pylint # tox @@ -116,7 +116,7 @@ pygments==2.18.0 # pudb # readme-renderer # rich -pylint==3.2.6 +pylint==3.2.7 # via -r requirements/dev.in pyproject-api==1.7.1 # via tox @@ -157,7 +157,7 @@ tomli==2.0.1 # tox tomlkit==0.13.2 # via pylint -tox==4.18.0 +tox==4.18.1 # via # -r requirements/tox.in # tox-gh @@ -181,7 +181,7 @@ urwid==2.6.15 # urwid-readline urwid-readline==0.14 # via pudb -virtualenv==20.26.3 +virtualenv==20.26.4 # via # -r requirements/pip.in # tox @@ -195,7 +195,7 @@ zipp==3.20.1 # The following packages are considered to be unsafe in a requirements file: pip==24.2 # via -r requirements/pip.in -setuptools==74.0.0 +setuptools==74.1.2 # via # -r requirements/pip.in # check-manifest diff --git a/requirements/kit.pip b/requirements/kit.pip index 1ae5f524c..f2e95f76b 100644 --- a/requirements/kit.pip +++ b/requirements/kit.pip @@ -12,7 +12,7 @@ bashlex==0.18 # via cibuildwheel bracex==2.5 # via cibuildwheel -build==1.2.1 +build==1.2.2 # via -r requirements/kit.in certifi==2024.8.30 # via @@ -26,7 +26,7 @@ colorama==0.4.6 # via -r requirements/kit.in docutils==0.20.1 # via readme-renderer -filelock==3.15.4 +filelock==3.16.0 # via cibuildwheel idna==3.8 # via requests @@ -49,7 +49,7 @@ markdown-it-py==3.0.0 # via rich mdurl==0.1.2 # via markdown-it-py -more-itertools==10.4.0 +more-itertools==10.5.0 # via # jaraco-classes # jaraco-functools @@ -62,7 +62,7 @@ packaging==24.1 # cibuildwheel pkginfo==1.10.0 # via twine -platformdirs==4.2.2 +platformdirs==4.3.1 # via cibuildwheel pyelftools==0.31 # via auditwheel @@ -106,5 +106,5 @@ zipp==3.20.1 # importlib-resources # The following packages are considered to be unsafe in a requirements file: -setuptools==74.0.0 +setuptools==74.1.2 # via -r requirements/kit.in diff --git a/requirements/light-threads.pip b/requirements/light-threads.pip index f988856f7..a40f89a15 100644 --- a/requirements/light-threads.pip +++ b/requirements/light-threads.pip @@ -4,7 +4,7 @@ # # make upgrade # -cffi==1.17.0 +cffi==1.17.1 # via -r requirements/light-threads.in dnspython==2.6.1 # via eventlet @@ -25,7 +25,7 @@ zope-interface==7.0.3 # via gevent # The following packages are considered to be unsafe in a requirements file: -setuptools==74.0.0 +setuptools==74.1.2 # via # zope-event # zope-interface diff --git a/requirements/mypy.pip b/requirements/mypy.pip index 2189a9543..296be703f 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.111.2 +hypothesis==6.112.0 # via -r requirements/pytest.in iniconfig==2.0.0 # via pytest @@ -42,7 +42,7 @@ tomli==2.0.1 # via # mypy # pytest -types-requests==2.32.0.20240712 +types-requests==2.32.0.20240907 # via -r requirements/mypy.in types-tabulate==0.9.0.20240106 # via -r requirements/mypy.in diff --git a/requirements/pip-tools.pip b/requirements/pip-tools.pip index 382648f96..89e4e4a60 100644 --- a/requirements/pip-tools.pip +++ b/requirements/pip-tools.pip @@ -4,7 +4,7 @@ # # make upgrade # -build==1.2.1 +build==1.2.2 # via pip-tools click==8.1.7 # via pip-tools @@ -30,5 +30,5 @@ zipp==3.20.1 # The following packages are considered to be unsafe in a requirements file: pip==24.2 # via pip-tools -setuptools==74.0.0 +setuptools==74.1.2 # via pip-tools diff --git a/requirements/pip.pip b/requirements/pip.pip index 74ccbe614..bc4e9233f 100644 --- a/requirements/pip.pip +++ b/requirements/pip.pip @@ -6,15 +6,15 @@ # distlib==0.3.8 # via virtualenv -filelock==3.15.4 +filelock==3.16.0 # via virtualenv -platformdirs==4.2.2 +platformdirs==4.3.1 # via virtualenv -virtualenv==20.26.3 +virtualenv==20.26.4 # via -r requirements/pip.in # The following packages are considered to be unsafe in a requirements file: pip==24.2 # via -r requirements/pip.in -setuptools==74.0.0 +setuptools==74.1.2 # via -r requirements/pip.in diff --git a/requirements/pytest.pip b/requirements/pytest.pip index 816f0a7e3..16a71c4c3 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.111.2 +hypothesis==6.112.0 # via -r requirements/pytest.in iniconfig==2.0.0 # via pytest diff --git a/requirements/tox.pip b/requirements/tox.pip index 190d5dc3f..a9d7f8f9a 100644 --- a/requirements/tox.pip +++ b/requirements/tox.pip @@ -14,7 +14,7 @@ colorama==0.4.6 # tox distlib==0.3.8 # via virtualenv -filelock==3.15.4 +filelock==3.16.0 # via # tox # virtualenv @@ -22,7 +22,7 @@ packaging==24.1 # via # pyproject-api # tox -platformdirs==4.2.2 +platformdirs==4.3.1 # via # tox # virtualenv @@ -34,11 +34,11 @@ tomli==2.0.1 # via # pyproject-api # tox -tox==4.18.0 +tox==4.18.1 # via # -r requirements/tox.in # tox-gh tox-gh==1.3.2 # via -r requirements/tox.in -virtualenv==20.26.3 +virtualenv==20.26.4 # via tox