From 7512010d534c0ffa0969c9b221faa6b7ecb2197a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 May 2025 04:25:31 +0000 Subject: [PATCH] chore(deps-dev): bump platformdirs from 4.3.7 to 4.3.8 Bumps [platformdirs](https://github.com/tox-dev/platformdirs) from 4.3.7 to 4.3.8. - [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.7...4.3.8) --- updated-dependencies: - dependency-name: platformdirs dependency-version: 4.3.8 dependency-type: direct:development update-type: version-update:semver-patch ... 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 1c906351..22871ad7 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.7 ; python_version >= '3.7' +platformdirs==4.3.8 ; python_version >= '3.7' pluggy==1.5.0 ; python_version >= '3.7'