From a81a984c29bd8237d1081be20d11c5bb44486a8a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 31 May 2026 21:04:59 +0000 Subject: [PATCH] [pip] (deps): Bump the dev-dependencies group with 5 updates Bumps the dev-dependencies group with 5 updates: | Package | From | To | | --- | --- | --- | | [idna](https://github.com/kjd/idna) | `3.16` | `3.17` | | [coverage](https://github.com/coveragepy/coveragepy) | `7.14.0` | `7.14.1` | | [platformdirs](https://github.com/tox-dev/platformdirs) | `4.9.6` | `4.10.0` | | [ruff](https://github.com/astral-sh/ruff) | `0.15.14` | `0.15.15` | | [virtualenv](https://github.com/pypa/virtualenv) | `21.3.3` | `21.4.2` | Updates `idna` from 3.16 to 3.17 - [Release notes](https://github.com/kjd/idna/releases) - [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.md) - [Commits](https://github.com/kjd/idna/compare/v3.16...v3.17) Updates `coverage` from 7.14.0 to 7.14.1 - [Release notes](https://github.com/coveragepy/coveragepy/releases) - [Changelog](https://github.com/coveragepy/coveragepy/blob/main/CHANGES.rst) - [Commits](https://github.com/coveragepy/coveragepy/compare/7.14.0...7.14.1) Updates `platformdirs` from 4.9.6 to 4.10.0 - [Release notes](https://github.com/tox-dev/platformdirs/releases) - [Changelog](https://github.com/tox-dev/platformdirs/blob/main/docs/changelog.rst) - [Commits](https://github.com/tox-dev/platformdirs/compare/4.9.6...4.10.0) Updates `ruff` from 0.15.14 to 0.15.15 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/ruff/compare/0.15.14...0.15.15) Updates `virtualenv` from 21.3.3 to 21.4.2 - [Release notes](https://github.com/pypa/virtualenv/releases) - [Changelog](https://github.com/pypa/virtualenv/blob/main/docs/changelog.rst) - [Commits](https://github.com/pypa/virtualenv/compare/21.3.3...21.4.2) --- updated-dependencies: - dependency-name: idna dependency-version: '3.17' dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: coverage dependency-version: 7.14.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: platformdirs dependency-version: 4.10.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: ruff dependency-version: 0.15.15 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: virtualenv dependency-version: 21.4.2 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- requirements/requirements-dev.txt | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/requirements.txt b/requirements.txt index d160582..524f7a5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,7 +11,7 @@ certifi==2026.5.20 # via requests charset-normalizer==3.4.7 # via requests -idna==3.16 +idna==3.17 # via requests makefun==1.16.0 # via hatch.envs.default diff --git a/requirements/requirements-dev.txt b/requirements/requirements-dev.txt index 41275d0..47cf23b 100644 --- a/requirements/requirements-dev.txt +++ b/requirements/requirements-dev.txt @@ -25,7 +25,7 @@ cfgv==3.5.0 # via pre-commit charset-normalizer==3.4.7 # via requests -coverage==7.14.0 +coverage==7.14.1 # via # hatch.envs.dev # pytest-cov @@ -37,7 +37,7 @@ freezegun==1.5.5 # via pytest-freezer identify==2.6.19 # via pre-commit -idna==3.16 +idna==3.17 # via requests iniconfig==2.3.0 # via pytest @@ -49,7 +49,7 @@ nodeenv==1.10.0 # pyright packaging==26.2 # via pytest -platformdirs==4.9.6 +platformdirs==4.10.0 # via virtualenv pluggy==1.6.0 # via @@ -93,7 +93,7 @@ requests==2.34.2 # requests-mock requests-mock==1.12.1 # via hatch.envs.dev -ruff==0.15.14 +ruff==0.15.15 # via hatch.envs.dev six==1.17.0 # via python-dateutil @@ -103,5 +103,5 @@ typing-extensions==4.15.0 # pyright urllib3==2.7.0 # via requests -virtualenv==21.3.3 +virtualenv==21.4.2 # via pre-commit