From 9dea0f2b7e5fb63f3daeecb9b869b272fda40908 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Apr 2023 07:06:27 +0000 Subject: [PATCH] Bump platformdirs from 2.6.2 to 3.5.0 Bumps [platformdirs](https://github.com/platformdirs/platformdirs) from 2.6.2 to 3.5.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/2.6.2...3.5.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 6f01536..36cdc6c 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -21,7 +21,7 @@ mypy-extensions==1.0.0; python_version >= "3.7" mypy==0.991; python_version >= "3.7" nodeenv==1.7.0; python_version >= "3.7" and python_full_version < "3.0.0" or python_full_version >= "3.7.0" and python_version >= "3.7" packaging==23.0; python_version >= "3.7" -platformdirs==2.6.2; python_version >= "3.7" +platformdirs==3.5.0; python_version >= "3.7" pluggy==1.0.0; python_version >= "3.7" pre-commit==2.21.0; python_version >= "3.7" pytest-aiohttp==1.0.4; python_version >= "3.7"