From e605976b914feb4adf9e45e9111a31c75607929c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 19 Jul 2026 21:03:49 +0000 Subject: [PATCH] [pip][dev] (deps-dev): Bump the dev-dependencies group with 4 updates Bumps the dev-dependencies group with 4 updates: [coverage](https://github.com/coveragepy/coveragepy), [filelock](https://github.com/tox-dev/py-filelock), [platformdirs](https://github.com/tox-dev/platformdirs) and [ruff](https://github.com/astral-sh/ruff). Updates `coverage` from 7.15.1 to 7.15.2 - [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.15.1...7.15.2) Updates `filelock` from 3.29.7 to 3.31.0 - [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.29.7...3.31.0) Updates `platformdirs` from 4.10.0 to 4.10.1 - [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.10.0...4.10.1) Updates `ruff` from 0.15.21 to 0.15.22 - [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.21...0.15.22) --- updated-dependencies: - dependency-name: coverage dependency-version: 7.15.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: filelock dependency-version: 3.31.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: platformdirs dependency-version: 4.10.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: ruff dependency-version: 0.15.22 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] --- requirements/requirements-dev.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/requirements/requirements-dev.txt b/requirements/requirements-dev.txt index 2d21e24..ec5cbbe 100644 --- a/requirements/requirements-dev.txt +++ b/requirements/requirements-dev.txt @@ -25,13 +25,13 @@ cfgv==3.5.0 # via pre-commit charset-normalizer==3.4.9 # via requests -coverage==7.15.1 +coverage==7.15.2 # via # hatch.envs.dev # pytest-cov distlib==0.4.3 # via virtualenv -filelock==3.29.7 +filelock==3.31.0 # via virtualenv freezegun==1.5.5 # via pytest-freezer @@ -49,7 +49,7 @@ nodeenv==1.10.0 # pyright packaging==26.2 # via pytest -platformdirs==4.10.0 +platformdirs==4.10.1 # 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.21 +ruff==0.15.22 # via hatch.envs.dev six==1.17.0 # via python-dateutil