diff --git a/misc/requirements/requirements-dev.txt b/misc/requirements/requirements-dev.txt index 590ab1cb5..c3af33d1d 100644 --- a/misc/requirements/requirements-dev.txt +++ b/misc/requirements/requirements-dev.txt @@ -6,12 +6,12 @@ autocommand==2.2.2 backports.tarfile==1.2.0 bracex==2.5.post1 build==1.2.2.post1 -bump-my-version==0.32.2 +bump-my-version==1.0.0 certifi==2025.1.31 cffi==1.17.1 charset-normalizer==3.4.1 click==8.1.8 -cryptography==44.0.1 +cryptography==44.0.2 docutils==0.21.2 exceptiongroup==1.2.2 github3.py==4.0.1 @@ -29,25 +29,25 @@ jaraco.collections==5.1.0 jaraco.context==6.0.1 jaraco.functools==4.1.0 jaraco.text==3.12.1 -jeepney==0.8.0 +jeepney==0.9.0 keyring==25.6.0 manhole==1.8.1 markdown-it-py==3.0.0 mdurl==0.1.2 more-itertools==10.6.0 -nh3==0.2.20 +nh3==0.2.21 packaging==24.2 platformdirs==4.3.6 prompt_toolkit==3.0.50 pycparser==2.22 pydantic==2.10.6 -pydantic-settings==2.8.0 +pydantic-settings==2.8.1 pydantic_core==2.27.2 Pygments==2.19.1 PyJWT==2.10.1 Pympler==1.1 pyproject_hooks==1.2.0 -PyQt-builder==1.18.0 +PyQt-builder==1.18.1 python-dateutil==2.9.0.post0 python-dotenv==1.0.1 questionary==2.1.0 diff --git a/misc/requirements/requirements-mypy.txt b/misc/requirements/requirements-mypy.txt index 1620f3f9e..23c1a8e2d 100644 --- a/misc/requirements/requirements-mypy.txt +++ b/misc/requirements/requirements-mypy.txt @@ -15,5 +15,5 @@ types-colorama==0.4.15.20240311 types-docutils==0.21.0.20241128 types-Pygments==2.19.0.20250219 types-PyYAML==6.0.12.20241230 -types-setuptools==75.8.0.20250210 +types-setuptools==75.8.2.20250301 typing_extensions==4.12.2 diff --git a/misc/requirements/requirements-pylint.txt b/misc/requirements/requirements-pylint.txt index 6e37b87e1..603b803f4 100644 --- a/misc/requirements/requirements-pylint.txt +++ b/misc/requirements/requirements-pylint.txt @@ -4,11 +4,11 @@ astroid==3.3.8 certifi==2025.1.31 cffi==1.17.1 charset-normalizer==3.4.1 -cryptography==44.0.1 +cryptography==44.0.2 dill==0.3.9 github3.py==4.0.1 idna==3.10 -isort==6.0.0 +isort==6.0.1 mccabe==0.7.0 pefile==2024.8.26 platformdirs==4.3.6 diff --git a/misc/requirements/requirements-tests.txt b/misc/requirements/requirements-tests.txt index 124b8ab3f..a94896fe0 100644 --- a/misc/requirements/requirements-tests.txt +++ b/misc/requirements/requirements-tests.txt @@ -16,7 +16,7 @@ filelock==3.17.0 Flask==3.1.0 gherkin-official==29.0.0 hunter==3.7.0 -hypothesis==6.127.1 +hypothesis==6.127.4 idna==3.10 importlib_metadata==8.6.1 importlib_resources==6.5.2 @@ -40,7 +40,7 @@ platformdirs==4.3.6 pluggy==1.5.0 py-cpuinfo==9.0.0 Pygments==2.19.1 -pytest==8.3.4 +pytest==8.3.5 pytest-bdd==8.1.0 pytest-benchmark==5.1.0 pytest-cov==6.0.0 diff --git a/misc/requirements/requirements-tox.txt b/misc/requirements/requirements-tox.txt index 56f72afde..176dbd5aa 100644 --- a/misc/requirements/requirements-tox.txt +++ b/misc/requirements/requirements-tox.txt @@ -10,7 +10,7 @@ pip==25.0.1 platformdirs==4.3.6 pluggy==1.5.0 pyproject-api==1.9.0 -setuptools==75.8.0 +setuptools==75.8.2 tomli==2.2.1 tox==4.24.1 typing_extensions==4.12.2 diff --git a/scripts/dev/changelog_urls.json b/scripts/dev/changelog_urls.json index b57fd6df6..a20524984 100644 --- a/scripts/dev/changelog_urls.json +++ b/scripts/dev/changelog_urls.json @@ -2,7 +2,7 @@ "pylint": "https://pylint.pycqa.org/en/latest/whatsnew/3/index.html", "tomlkit": "https://github.com/sdispater/tomlkit/blob/master/CHANGELOG.md", "dill": "https://github.com/uqfoundation/dill/commits/master", - "isort": "https://github.com/PyCQA/isort/blob/main/CHANGELOG.md", + "isort": "https://github.com/PyCQA/isort/releases", "mccabe": "https://github.com/PyCQA/mccabe#changes", "pytest-cov": "https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst", "pytest-xdist": "https://github.com/pytest-dev/pytest-xdist/blob/master/CHANGELOG.rst",