From 9800b1884be91c32f8cade4fbdebaf5a875b4a4b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Sep 2025 04:02:47 +0000 Subject: [PATCH] chore(deps-dev): bump platformdirs from 4.3.8 to 4.4.0 Bumps [platformdirs](https://github.com/tox-dev/platformdirs) from 4.3.8 to 4.4.0. - [Release notes](https://github.com/tox-dev/platformdirs/releases) - [Changelog](https://github.com/tox-dev/platformdirs/blob/main/CHANGES.rst) - [Commits](https://github.com/tox-dev/platformdirs/compare/4.3.8...4.4.0) --- updated-dependencies: - dependency-name: platformdirs dependency-version: 4.4.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 163ea8c8..f7f5df43 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -64,7 +64,7 @@ packaging==25.0 ; python_version >= '3.7' pathlib2==2.3.7.post1 -platformdirs==4.3.8 ; python_version >= '3.7' +platformdirs==4.4.0 ; python_version >= '3.7' pluggy==1.6.0 ; python_version >= '3.7'