From ed52eba01dcaa4dcdda040b3d6e9d1809c241e20 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Dec 2025 16:24:48 +0000 Subject: [PATCH] Update pathvalidate requirement from <2.6,>=0.29.0 to >=0.29.0,<3.3 Updates the requirements on [pathvalidate](https://github.com/thombashi/pathvalidate) to permit the latest version. - [Release notes](https://github.com/thombashi/pathvalidate/releases) - [Commits](https://github.com/thombashi/pathvalidate/compare/v0.29.0...v3.2.0) --- updated-dependencies: - dependency-name: pathvalidate dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 1353273..c8e66f5 100644 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ 'PyYAML>=5.1,<6.1', 'panoptes-client>=1.7,<2.0', 'humanize>=0.5.1,<4.8', - 'pathvalidate>=0.29.0,<2.6', + 'pathvalidate>=0.29.0,<3.4', ], entry_points=''' [console_scripts]