From 096e11dba32993bb5deca35c8cc655216a6372a5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Nov 2023 07:19:20 +0000 Subject: [PATCH] chore(deps-dev): bump platformdirs from 3.11.0 to 4.0.0 Bumps [platformdirs](https://github.com/platformdirs/platformdirs) from 3.11.0 to 4.0.0. - [Release notes](https://github.com/platformdirs/platformdirs/releases) - [Changelog](https://github.com/platformdirs/platformdirs/blob/main/CHANGES.rst) - [Commits](https://github.com/platformdirs/platformdirs/compare/3.11.0...4.0.0) --- updated-dependencies: - dependency-name: platformdirs dependency-type: direct:development update-type: version-update:semver-major ... 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 8ac143ff..cb6ef5f0 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -66,7 +66,7 @@ packaging==23.2 ; python_version >= '3.7' pathlib2==2.3.7.post1 -platformdirs==3.11.0 ; python_version >= '3.7' +platformdirs==4.0.0 ; python_version >= '3.7' pluggy==1.3.0 ; python_version >= '3.7'