From f23b6b7d2d2d1bd46d3309cad5cd04c997946830 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 30 Aug 2026 21:04:07 +0000 Subject: [PATCH] [pip][dev] (deps-dev): Bump the dev-dependencies group with 4 updates Bumps the dev-dependencies group with 4 updates: [filelock](https://github.com/tox-dev/py-filelock), [platformdirs](https://github.com/tox-dev/platformdirs), [ruff](https://github.com/astral-sh/ruff) and [virtualenv](https://github.com/pypa/virtualenv). Updates `filelock` from 3.32.3 to 3.32.4 - [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.32.3...3.32.4) Updates `platformdirs` from 4.11.3 to 4.11.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.11.3...4.11.4) Updates `ruff` from 0.16.4 to 0.16.5 - [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.16.4...0.16.5) Updates `virtualenv` from 21.7.4 to 21.7.5 - [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.7.4...21.7.5) --- updated-dependencies: - dependency-name: filelock dependency-version: 3.32.4 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: platformdirs dependency-version: 4.11.4 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: ruff dependency-version: 0.16.5 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: virtualenv dependency-version: 21.7.5 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 31b5a23..7e7329f 100644 --- a/requirements/requirements-dev.txt +++ b/requirements/requirements-dev.txt @@ -31,7 +31,7 @@ coverage==7.15.4 # pytest-cov distlib==0.4.3 # via virtualenv -filelock==3.32.3 +filelock==3.32.4 # via virtualenv freezegun==1.5.5 # via pytest-freezer @@ -49,7 +49,7 @@ nodeenv==1.10.0 # pyright packaging==26.3 # via pytest -platformdirs==4.11.3 +platformdirs==4.11.4 # 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.16.4 +ruff==0.16.5 # via hatch.envs.dev six==1.17.0 # via python-dateutil @@ -103,5 +103,5 @@ typing-extensions==4.16.0 # pyright urllib3==2.7.0 # via requests -virtualenv==21.7.4 +virtualenv==21.7.5 # via pre-commit