From d8bee71905c3f9dff40fe917c7415496a6c471ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Nov 2023 23:27:44 +0000 Subject: [PATCH] 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 9bcf4f0..df4ebd5 100644 --- a/requirements.dev.txt +++ b/requirements.dev.txt @@ -4,7 +4,7 @@ iniconfig==2.0.0 isort==5.12.0 mccabe==0.7.0 packaging==23.2 -platformdirs==3.11.0 +platformdirs==4.0.0 pluggy==1.3.0 pylint==3.0.1 pytest==7.4.2