From 8dda75f1983f6fe7b3d52b6c1015c2c7d91f4287 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Mar 2023 22:20:45 +0000 Subject: [PATCH] :arrow_up: Bump platformdirs from 2.5.2 to 3.1.0 Bumps [platformdirs](https://github.com/platformdirs/platformdirs) from 2.5.2 to 3.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/2.5.2...3.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 eaefc96..fbdbe48 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -79,7 +79,7 @@ pexpect==4.8.0; sys_platform != "win32" and python_version >= "3.8" pickleshare==0.7.5; python_version >= "3.8" pillow==9.2.0; python_version >= "3.8" pkgutil-resolve-name==1.3.10; python_version < "3.9" and python_version >= "3.7" -platformdirs==2.5.2; python_version >= "3.7" and python_full_version >= "3.7.2" +platformdirs==3.1.0; python_version >= "3.7" and python_full_version >= "3.7.2" pluggy==1.0.0; python_version >= "3.6" pre-commit==2.20.0; python_version >= "3.7" prompt-toolkit==3.0.31; python_full_version >= "3.6.2" and python_version >= "3.8"