From a4a44b3891f7f20d91ce90f86ab34f91f6784ba1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Aug 2025 20:23:26 +0000 Subject: [PATCH] Update platformdirs requirement from <4.4,>3.0 to >3.0,<4.5 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.4.0) --- updated-dependencies: - dependency-name: platformdirs dependency-version: 4.4.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..4c3d5ec1b 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.5", "polars>=0.20,<1.33", "pyarrow>=9,<22", "s3fs>=2022.11.0, <2025.8.0",