From 118b7b198a0783e53492b6afacf371fc15fccf3d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Oct 2025 12:06:24 +0000 Subject: [PATCH] Update platformdirs requirement from <4.4,>3.0 to >3.0,<4.6 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/CHANGES.rst) - [Commits](https://github.com/tox-dev/platformdirs/compare/3.0.1...4.5.0) --- updated-dependencies: - dependency-name: platformdirs dependency-version: 4.5.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9b12d6bb7..ac0523c57 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ dependencies = [ "fsspec>=2022.11.0,<2025.8.0", "orjson>=3.8,<3.12", "pandas>= 1.4,< 2.4", - "platformdirs>3.0,<4.4", + "platformdirs>3.0,<4.6", "polars>=0.20,<1.33", "pyarrow>=9,<22", "s3fs>=2022.11.0, <2025.8.0",