From 49419af4cba444c1d4e92290f5a82f8ed9c803ac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jul 2026 19:53:20 +0000 Subject: [PATCH] Update platformdirs requirement from ~=4.10 to ~=4.11 Updates the requirements on [platformdirs](https://github.com/tox-dev/platformdirs) to permit the latest version. - [Release notes](https://github.com/tox-dev/platformdirs/releases) - [Changelog](https://github.com/tox-dev/platformdirs/blob/main/docs/changelog.rst) - [Commits](https://github.com/tox-dev/platformdirs/compare/4.10.0...4.11.0) --- updated-dependencies: - dependency-name: platformdirs dependency-version: 4.11.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 17b9f4b..92614be 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ -platformdirs~=4.10 +platformdirs~=4.11 python-dateutil~=2.9 requests~=2.34