From 17582e09e4eedc1fb890ab9db6df61d57854f907 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 May 2026 14:41:22 +0000 Subject: [PATCH] Update platformdirs requirement from ~=4.2 to ~=4.4 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.2.0...4.4.0) --- updated-dependencies: - dependency-name: platformdirs dependency-version: 4.4.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 300c9d2..ccfd555 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ -platformdirs~=4.2 +platformdirs~=4.4 python-dateutil~=2.9 requests~=2.32