From ec52c0f9fde85c6efcb0227c9ca13764c49528cd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Sep 2023 10:56:59 +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 0ea209a..fb4f0d5 100644 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ 'PyYAML>=5.1,<6.1', 'panoptes-client>=1.6,<2.0', 'humanize>=0.5.1,<4.8', - 'pathvalidate>=0.29.0,<2.6', + 'pathvalidate>=0.29.0,<3.3', ], entry_points=''' [console_scripts]