From 1466524e31d7919e8374c4869ccb6f41cf17c620 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 20:23:03 +0000 Subject: [PATCH 1/2] Update platformdirs requirement from <4.0,>=2.6 to >=2.6,<5.0 Updates the requirements on [platformdirs](https://github.com/platformdirs/platformdirs) to permit the latest version. - [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.0...4.0.0) --- updated-dependencies: - dependency-name: platformdirs dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 810541366..0e63a98ce 100644 --- a/setup.cfg +++ b/setup.cfg @@ -77,7 +77,7 @@ install_requires = cookiecutter >= 2.3.1, < 3.0 dmgbuild >= 1.6, < 2.0; sys_platform == "darwin" GitPython >= 3.1, < 4.0 - platformdirs >= 2.6, < 4.0 + platformdirs >= 2.6, < 5.0 psutil >= 5.9, < 6.0 requests >= 2.28, < 3.0 rich >= 12.6, < 14.0 From 55c882d366f0e985ca8627a5800d0b8201d629f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 20:23:15 +0000 Subject: [PATCH 2/2] Add changenote. [dependabot skip] --- changes/1534.misc.rst | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/1534.misc.rst diff --git a/changes/1534.misc.rst b/changes/1534.misc.rst new file mode 100644 index 000000000..b663c438e --- /dev/null +++ b/changes/1534.misc.rst @@ -0,0 +1 @@ +Update platformdirs requirement from <4.0,>=2.6 to >=2.6,<5.0.