From a88be7e10e2c31a673937deed82005218813bdaf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Aug 2026 14:55:23 +0000 Subject: [PATCH] build(deps): update platformdirs requirement from >=4.5.1 to >=4.11.1 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.5.1...4.11.1) --- updated-dependencies: - dependency-name: platformdirs dependency-version: 4.11.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 65d8ec5c..ae609172 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ dependencies = [ "requests>=2.34.2", "pyodata>=1.12.0", "PyYAML>=6.0.3", - "platformdirs>=4.5.1", + "platformdirs>=4.11.1", "truststore>=0.10.4", ] diff --git a/requirements.txt b/requirements.txt index 656bffc6..bfadd83a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ requests>=2.34.2 pyodata==1.12.0 PyYAML==6.0.3 -platformdirs>=4.5.1 +platformdirs>=4.11.1 truststore>=0.10.4