From de3557caaddb978e4b8799208fa3ac7ed40245da Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Jan 2024 19:21:56 +0000 Subject: [PATCH] Update pathvalidate requirement in /requirements 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/v2.3.0...v3.2.0) --- updated-dependencies: - dependency-name: pathvalidate dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements/embedded.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/embedded.txt b/requirements/embedded.txt index 5061d7f1..b43e8b90 100644 --- a/requirements/embedded.txt +++ b/requirements/embedded.txt @@ -6,4 +6,4 @@ dulwich>=0.20,<0.21 giturlparse>=0.9,<0.11 -pathvalidate>=2.3,<2.6 +pathvalidate>=2.3,<3.3