From f2dceefb29564c4bdda54f30701ac7d1605ca047 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Dec 2023 23:10:12 +0000 Subject: [PATCH] Bump platformdirs from 3.11.0 to 4.1.0 Bumps [platformdirs](https://github.com/platformdirs/platformdirs) from 3.11.0 to 4.1.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.1.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..0f4f48a 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.1.0 pluggy==1.3.0 pylint==3.0.1 pytest==7.4.2