From 12af3566f6bbaa23a38b76c501ddb99a7e94dc25 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 15 Mar 2026 21:04:51 +0000 Subject: [PATCH] [pip] (deps): Bump the dev-dependencies group across 1 directory with 7 updates Bumps the dev-dependencies group with 7 updates in the / directory: | Package | From | To | | --- | --- | --- | | [charset-normalizer](https://github.com/jawah/charset_normalizer) | `3.4.4` | `3.4.6` | | [filelock](https://github.com/tox-dev/py-filelock) | `3.25.0` | `3.25.2` | | [identify](https://github.com/pre-commit/identify) | `2.6.17` | `2.6.18` | | [platformdirs](https://github.com/tox-dev/platformdirs) | `4.9.2` | `4.9.4` | | [pytest-github-actions-annotate-failures](https://github.com/pytest-dev/pytest-github-actions-annotate-failures) | `0.3.0` | `0.4.0` | | [ruff](https://github.com/astral-sh/ruff) | `0.15.4` | `0.15.6` | | [virtualenv](https://github.com/pypa/virtualenv) | `21.1.0` | `21.2.0` | Updates `charset-normalizer` from 3.4.4 to 3.4.6 - [Release notes](https://github.com/jawah/charset_normalizer/releases) - [Changelog](https://github.com/jawah/charset_normalizer/blob/master/CHANGELOG.md) - [Commits](https://github.com/jawah/charset_normalizer/compare/3.4.4...3.4.6) Updates `filelock` from 3.25.0 to 3.25.2 - [Release notes](https://github.com/tox-dev/py-filelock/releases) - [Changelog](https://github.com/tox-dev/filelock/blob/main/docs/changelog.rst) - [Commits](https://github.com/tox-dev/py-filelock/compare/3.25.0...3.25.2) Updates `identify` from 2.6.17 to 2.6.18 - [Commits](https://github.com/pre-commit/identify/compare/v2.6.17...v2.6.18) Updates `platformdirs` from 4.9.2 to 4.9.4 - [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.2...4.9.4) Updates `pytest-github-actions-annotate-failures` from 0.3.0 to 0.4.0 - [Release notes](https://github.com/pytest-dev/pytest-github-actions-annotate-failures/releases) - [Commits](https://github.com/pytest-dev/pytest-github-actions-annotate-failures/compare/v0.3.0...v0.4.0) Updates `ruff` from 0.15.4 to 0.15.6 - [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.4...0.15.6) Updates `virtualenv` from 21.1.0 to 21.2.0 - [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.1.0...21.2.0) --- updated-dependencies: - dependency-name: charset-normalizer dependency-version: 3.4.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: filelock dependency-version: 3.25.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: identify dependency-version: 2.6.18 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: platformdirs dependency-version: 4.9.4 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: pytest-github-actions-annotate-failures dependency-version: 0.4.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: ruff dependency-version: 0.15.6 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: virtualenv dependency-version: 21.2.0 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 | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/requirements.txt b/requirements.txt index 7b40895..cddd9cc 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,7 +9,7 @@ certifi==2026.2.25 # via requests -charset-normalizer==3.4.4 +charset-normalizer==3.4.6 # via requests idna==3.11 # via requests diff --git a/requirements/requirements-dev.txt b/requirements/requirements-dev.txt index 038d327..4d043b4 100644 --- a/requirements/requirements-dev.txt +++ b/requirements/requirements-dev.txt @@ -23,7 +23,7 @@ certifi==2026.2.25 # via requests cfgv==3.5.0 # via pre-commit -charset-normalizer==3.4.4 +charset-normalizer==3.4.6 # via requests coverage==7.13.4 # via @@ -31,11 +31,11 @@ coverage==7.13.4 # pytest-cov distlib==0.4.0 # via virtualenv -filelock==3.25.0 +filelock==3.25.2 # via virtualenv freezegun==1.5.5 # via pytest-freezer -identify==2.6.17 +identify==2.6.18 # via pre-commit idna==3.11 # via requests @@ -49,7 +49,7 @@ nodeenv==1.10.0 # pyright packaging==26.0 # via pytest -platformdirs==4.9.2 +platformdirs==4.9.4 # via virtualenv pluggy==1.6.0 # via @@ -75,7 +75,7 @@ pytest-cov==7.0.0 # via hatch.envs.dev pytest-freezer==0.4.9 # via hatch.envs.dev -pytest-github-actions-annotate-failures==0.3.0 +pytest-github-actions-annotate-failures==0.4.0 # via hatch.envs.dev pytest-mock==3.15.1 # via hatch.envs.dev @@ -93,7 +93,7 @@ requests==2.32.5 # requests-mock requests-mock==1.12.1 # via hatch.envs.dev -ruff==0.15.4 +ruff==0.15.6 # via hatch.envs.dev six==1.17.0 # via python-dateutil @@ -103,5 +103,5 @@ typing-extensions==4.15.0 # pyright urllib3==2.6.3 # via requests -virtualenv==21.1.0 +virtualenv==21.2.0 # via pre-commit