diff --git a/requirements/dev.pip b/requirements/dev.pip index 2f4634e77..4f6523db3 100644 --- a/requirements/dev.pip +++ b/requirements/dev.pip @@ -4,7 +4,7 @@ # # make upgrade # -astroid==3.2.2 +astroid==3.2.3 # via pylint attrs==23.2.0 # via hypothesis @@ -12,9 +12,9 @@ backports-tarfile==1.2.0 # via jaraco-context build==1.2.1 # via check-manifest -cachetools==5.3.3 +cachetools==5.4.0 # via tox -certifi==2024.6.2 +certifi==2024.7.4 # via requests chardet==5.2.0 # via tox @@ -35,13 +35,13 @@ distlib==0.3.8 # via virtualenv docutils==0.20.1 # via readme-renderer -exceptiongroup==1.2.1 +exceptiongroup==1.2.2 # via # hypothesis # pytest execnet==2.1.1 # via pytest-xdist -filelock==3.15.3 +filelock==3.15.4 # via # tox # virtualenv @@ -49,11 +49,11 @@ flaky==3.8.1 # via -r requirements/pytest.in greenlet==3.0.3 # via -r requirements/dev.in -hypothesis==6.103.2 +hypothesis==6.108.2 # via -r requirements/pytest.in idna==3.7 # via requests -importlib-metadata==7.2.0 +importlib-metadata==8.0.0 # via # build # keyring @@ -86,7 +86,7 @@ more-itertools==10.3.0 # via # jaraco-classes # jaraco-functools -nh3==0.2.17 +nh3==0.2.18 # via readme-renderer packaging==24.1 # via @@ -97,7 +97,7 @@ packaging==24.1 # tox parso==0.8.4 # via jedi -pkginfo==1.11.1 +pkginfo==1.10.0 # via twine platformdirs==4.2.2 # via @@ -108,7 +108,7 @@ pluggy==1.5.0 # via # pytest # tox -pudb==2024.1 +pudb==2024.1.1 # via -r requirements/dev.in pygments==2.18.0 # via @@ -116,7 +116,7 @@ pygments==2.18.0 # pudb # readme-renderer # rich -pylint==3.2.3 +pylint==3.2.5 # via -r requirements/dev.in pyproject-api==1.7.1 # via tox @@ -155,15 +155,15 @@ tomli==2.0.1 # pyproject-api # pytest # tox -tomlkit==0.12.5 +tomlkit==0.13.0 # via pylint -tox==4.15.1 +tox==4.16.0 # via # -r requirements/tox.in # tox-gh -tox-gh==1.3.1 +tox-gh==1.3.2 # via -r requirements/tox.in -twine==5.1.0 +twine==5.1.1 # via -r requirements/dev.in typing-extensions==4.12.2 # via @@ -175,7 +175,7 @@ urllib3==2.2.2 # via # requests # twine -urwid==2.6.14 +urwid==2.6.15 # via # pudb # urwid-readline @@ -193,9 +193,9 @@ zipp==3.19.2 # importlib-resources # The following packages are considered to be unsafe in a requirements file: -pip==24.1 +pip==24.1.2 # via -r requirements/pip.in -setuptools==70.1.0 +setuptools==71.0.4 # via # -r requirements/pip.in # check-manifest diff --git a/requirements/kit.pip b/requirements/kit.pip index 076da7a57..75858a982 100644 --- a/requirements/kit.pip +++ b/requirements/kit.pip @@ -14,23 +14,23 @@ bracex==2.4 # via cibuildwheel build==1.2.1 # via -r requirements/kit.in -certifi==2024.6.2 +certifi==2024.7.4 # via # cibuildwheel # requests charset-normalizer==3.3.2 # via requests -cibuildwheel==2.19.1 +cibuildwheel==2.19.2 # via -r requirements/kit.in colorama==0.4.6 # via -r requirements/kit.in docutils==0.20.1 # via readme-renderer -filelock==3.15.3 +filelock==3.15.4 # via cibuildwheel idna==3.7 # via requests -importlib-metadata==7.2.0 +importlib-metadata==8.0.0 # via # build # keyring @@ -53,14 +53,14 @@ more-itertools==10.3.0 # via # jaraco-classes # jaraco-functools -nh3==0.2.17 +nh3==0.2.18 # via readme-renderer packaging==24.1 # via # auditwheel # build # cibuildwheel -pkginfo==1.11.1 +pkginfo==1.10.0 # via twine platformdirs==4.2.2 # via cibuildwheel @@ -88,7 +88,7 @@ tomli==2.0.1 # via # build # cibuildwheel -twine==5.1.0 +twine==5.1.1 # via -r requirements/kit.in typing-extensions==4.12.2 # via @@ -106,5 +106,5 @@ zipp==3.19.2 # importlib-resources # The following packages are considered to be unsafe in a requirements file: -setuptools==70.1.0 +setuptools==71.0.4 # via -r requirements/kit.in diff --git a/requirements/light-threads.pip b/requirements/light-threads.pip index e371af3c6..77cbae290 100644 --- a/requirements/light-threads.pip +++ b/requirements/light-threads.pip @@ -25,7 +25,7 @@ zope-interface==6.4.post2 # via gevent # The following packages are considered to be unsafe in a requirements file: -setuptools==70.1.0 +setuptools==71.0.4 # via # zope-event # zope-interface diff --git a/requirements/mypy.pip b/requirements/mypy.pip index 4d6477309..6e804c9df 100644 --- a/requirements/mypy.pip +++ b/requirements/mypy.pip @@ -8,7 +8,7 @@ attrs==23.2.0 # via hypothesis colorama==0.4.6 # via -r requirements/pytest.in -exceptiongroup==1.2.1 +exceptiongroup==1.2.2 # via # hypothesis # pytest @@ -16,11 +16,11 @@ execnet==2.1.1 # via pytest-xdist flaky==3.8.1 # via -r requirements/pytest.in -hypothesis==6.103.2 +hypothesis==6.108.2 # via -r requirements/pytest.in iniconfig==2.0.0 # via pytest -mypy==1.10.0 +mypy==1.11.0 # via -r requirements/mypy.in mypy-extensions==1.0.0 # via mypy @@ -42,7 +42,7 @@ tomli==2.0.1 # via # mypy # pytest -types-requests==2.32.0.20240622 +types-requests==2.32.0.20240712 # 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 ba853807c..e017048c2 100644 --- a/requirements/pip-tools.pip +++ b/requirements/pip-tools.pip @@ -8,7 +8,7 @@ build==1.2.1 # via pip-tools click==8.1.7 # via pip-tools -importlib-metadata==7.2.0 +importlib-metadata==8.0.0 # via build packaging==24.1 # via build @@ -28,7 +28,7 @@ zipp==3.19.2 # via importlib-metadata # The following packages are considered to be unsafe in a requirements file: -pip==24.1 +pip==24.1.2 # via pip-tools -setuptools==70.1.0 +setuptools==71.0.4 # via pip-tools diff --git a/requirements/pip.pip b/requirements/pip.pip index fe6819374..9ad0ff579 100644 --- a/requirements/pip.pip +++ b/requirements/pip.pip @@ -6,7 +6,7 @@ # distlib==0.3.8 # via virtualenv -filelock==3.15.3 +filelock==3.15.4 # via virtualenv platformdirs==4.2.2 # via virtualenv @@ -14,7 +14,7 @@ virtualenv==20.26.3 # via -r requirements/pip.in # The following packages are considered to be unsafe in a requirements file: -pip==24.1 +pip==24.1.2 # via -r requirements/pip.in -setuptools==70.1.0 +setuptools==71.0.4 # via -r requirements/pip.in diff --git a/requirements/pytest.pip b/requirements/pytest.pip index b2da89ddc..358278fbc 100644 --- a/requirements/pytest.pip +++ b/requirements/pytest.pip @@ -8,7 +8,7 @@ attrs==23.2.0 # via hypothesis colorama==0.4.6 # via -r requirements/pytest.in -exceptiongroup==1.2.1 +exceptiongroup==1.2.2 # via # hypothesis # pytest @@ -16,7 +16,7 @@ execnet==2.1.1 # via pytest-xdist flaky==3.8.1 # via -r requirements/pytest.in -hypothesis==6.103.2 +hypothesis==6.108.2 # via -r requirements/pytest.in iniconfig==2.0.0 # via pytest diff --git a/requirements/tox.pip b/requirements/tox.pip index 80366621a..7bec3da1c 100644 --- a/requirements/tox.pip +++ b/requirements/tox.pip @@ -4,7 +4,7 @@ # # make upgrade # -cachetools==5.3.3 +cachetools==5.4.0 # via tox chardet==5.2.0 # via tox @@ -14,7 +14,7 @@ colorama==0.4.6 # tox distlib==0.3.8 # via virtualenv -filelock==3.15.3 +filelock==3.15.4 # via # tox # virtualenv @@ -34,11 +34,11 @@ tomli==2.0.1 # via # pyproject-api # tox -tox==4.15.1 +tox==4.16.0 # via # -r requirements/tox.in # tox-gh -tox-gh==1.3.1 +tox-gh==1.3.2 # via -r requirements/tox.in virtualenv==20.26.3 # via tox