From 61669bed400b06f138c4b072c0c4c2c8fdb1336b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Mar 2025 06:17:01 +0000 Subject: [PATCH] chore(deps-dev): bump platformdirs from 4.3.6 to 4.3.7 Bumps [platformdirs](https://github.com/tox-dev/platformdirs) from 4.3.6 to 4.3.7. - [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.6...4.3.7) --- updated-dependencies: - dependency-name: platformdirs 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 6411a4ac..4ae27056 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -64,7 +64,7 @@ packaging==24.2 ; python_version >= '3.7' pathlib2==2.3.7.post1 -platformdirs==4.3.6 ; python_version >= '3.7' +platformdirs==4.3.7 ; python_version >= '3.7' pluggy==1.5.0 ; python_version >= '3.7'