diff --git a/requirements/dev.pip b/requirements/dev.pip index 807af8e55..c4d80d01a 100644 --- a/requirements/dev.pip +++ b/requirements/dev.pip @@ -14,7 +14,7 @@ build==1.2.1 # via check-manifest cachetools==5.3.3 # via tox -certifi==2024.2.2 +certifi==2024.6.2 # via requests chardet==5.2.0 # via tox @@ -49,7 +49,7 @@ flaky==3.8.1 # via -r requirements/pytest.in greenlet==3.0.3 # via -r requirements/dev.in -hypothesis==6.103.0 +hypothesis==6.103.1 # via -r requirements/pytest.in idna==3.7 # via requests @@ -82,13 +82,13 @@ mccabe==0.7.0 # via pylint mdurl==0.1.2 # via markdown-it-py -more-itertools==10.2.0 +more-itertools==10.3.0 # via # jaraco-classes # jaraco-functools nh3==0.2.17 # via readme-renderer -packaging==24.0 +packaging==24.1 # via # build # pudb @@ -97,7 +97,7 @@ packaging==24.0 # tox parso==0.8.4 # via jedi -pkginfo==1.10.0 +pkginfo==1.11.1 # via twine platformdirs==4.2.2 # via @@ -116,13 +116,13 @@ pygments==2.18.0 # pudb # readme-renderer # rich -pylint==3.2.2 +pylint==3.2.3 # via -r requirements/dev.in pyproject-api==1.6.1 # via tox pyproject-hooks==1.1.0 # via build -pytest==8.2.1 +pytest==8.2.2 # via # -r requirements/pytest.in # pytest-xdist @@ -157,7 +157,7 @@ tomli==2.0.1 # tox tomlkit==0.12.5 # via pylint -tox==4.15.0 +tox==4.15.1 # via # -r requirements/tox.in # tox-gh @@ -165,7 +165,7 @@ tox-gh==1.3.1 # via -r requirements/tox.in twine==5.1.0 # via -r requirements/dev.in -typing-extensions==4.12.0 +typing-extensions==4.12.2 # via # astroid # pylint @@ -175,7 +175,7 @@ urllib3==2.2.1 # via # requests # twine -urwid==2.6.12 +urwid==2.6.13 # via # pudb # urwid-readline @@ -187,13 +187,13 @@ virtualenv==20.26.2 # tox wcwidth==0.2.13 # via urwid -zipp==3.19.0 +zipp==3.19.2 # via # importlib-metadata # importlib-resources # The following packages are considered to be unsafe in a requirements file: -pip==24.0 +pip==24.1b2 # via -r requirements/pip.in setuptools==70.0.0 # via diff --git a/requirements/kit.pip b/requirements/kit.pip index a08a8650d..0d0ab96ba 100644 --- a/requirements/kit.pip +++ b/requirements/kit.pip @@ -12,9 +12,9 @@ bracex==2.4 # via cibuildwheel build==1.2.1 # via -r requirements/kit.in -certifi==2024.2.2 +certifi==2024.6.2 # via cibuildwheel -cibuildwheel==2.18.1 +cibuildwheel==2.19.0 # via -r requirements/kit.in colorama==0.4.6 # via -r requirements/kit.in @@ -22,7 +22,7 @@ filelock==3.14.0 # via cibuildwheel importlib-metadata==7.1.0 # via build -packaging==24.0 +packaging==24.1 # via # auditwheel # build @@ -37,11 +37,11 @@ tomli==2.0.1 # via # build # cibuildwheel -typing-extensions==4.12.0 +typing-extensions==4.12.2 # via cibuildwheel wheel==0.43.0 # via -r requirements/kit.in -zipp==3.19.0 +zipp==3.19.2 # via importlib-metadata # The following packages are considered to be unsafe in a requirements file: diff --git a/requirements/mypy.pip b/requirements/mypy.pip index d7196caa4..10407c215 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.103.0 +hypothesis==6.103.1 # via -r requirements/pytest.in iniconfig==2.0.0 # via pytest @@ -24,13 +24,13 @@ mypy==1.10.0 # via -r requirements/mypy.in mypy-extensions==1.0.0 # via mypy -packaging==24.0 +packaging==24.1 # via pytest pluggy==1.5.0 # via pytest pygments==2.18.0 # via -r requirements/pytest.in -pytest==8.2.1 +pytest==8.2.2 # via # -r requirements/pytest.in # pytest-xdist @@ -42,5 +42,5 @@ tomli==2.0.1 # via # mypy # pytest -typing-extensions==4.12.0 +typing-extensions==4.12.2 # via mypy diff --git a/requirements/pip-tools.pip b/requirements/pip-tools.pip index c118f2867..9432af385 100644 --- a/requirements/pip-tools.pip +++ b/requirements/pip-tools.pip @@ -10,7 +10,7 @@ click==8.1.7 # via pip-tools importlib-metadata==7.1.0 # via build -packaging==24.0 +packaging==24.1 # via build pip-tools==7.4.1 # via -r requirements/pip-tools.in @@ -24,7 +24,7 @@ tomli==2.0.1 # pip-tools wheel==0.43.0 # via pip-tools -zipp==3.19.0 +zipp==3.19.2 # via importlib-metadata # The following packages are considered to be unsafe in a requirements file: diff --git a/requirements/pip.pip b/requirements/pip.pip index 9cdf2124e..0d66190de 100644 --- a/requirements/pip.pip +++ b/requirements/pip.pip @@ -14,7 +14,7 @@ virtualenv==20.26.2 # via -r requirements/pip.in # The following packages are considered to be unsafe in a requirements file: -pip==24.0 +pip==24.1b2 # via -r requirements/pip.in setuptools==70.0.0 # via -r requirements/pip.in diff --git a/requirements/pytest.pip b/requirements/pytest.pip index 505d52a25..c8fa5c44a 100644 --- a/requirements/pytest.pip +++ b/requirements/pytest.pip @@ -16,17 +16,17 @@ execnet==2.1.1 # via pytest-xdist flaky==3.8.1 # via -r requirements/pytest.in -hypothesis==6.103.0 +hypothesis==6.103.1 # via -r requirements/pytest.in iniconfig==2.0.0 # via pytest -packaging==24.0 +packaging==24.1 # via pytest pluggy==1.5.0 # via pytest pygments==2.18.0 # via -r requirements/pytest.in -pytest==8.2.1 +pytest==8.2.2 # via # -r requirements/pytest.in # pytest-xdist diff --git a/requirements/tox.pip b/requirements/tox.pip index 10d7b534a..6b1956b93 100644 --- a/requirements/tox.pip +++ b/requirements/tox.pip @@ -18,7 +18,7 @@ filelock==3.14.0 # via # tox # virtualenv -packaging==24.0 +packaging==24.1 # via # pyproject-api # tox @@ -34,7 +34,7 @@ tomli==2.0.1 # via # pyproject-api # tox -tox==4.15.0 +tox==4.15.1 # via # -r requirements/tox.in # tox-gh