From 12165d682e3f93b93758f6163dedfc0d34371fe1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Jun 2026 19:53:23 +0000 Subject: [PATCH] Update platformdirs requirement from ~=4.4 to ~=4.10 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.4.0...4.10.0) --- updated-dependencies: - dependency-name: platformdirs dependency-version: 4.10.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 ccfd555..faf5644 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ -platformdirs~=4.4 +platformdirs~=4.10 python-dateutil~=2.9 requests~=2.32