From 925971ff94b10e6d018196e83ab8725762faf7eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 23 Dec 2023 19:36:31 +0100 Subject: [PATCH] Update pathspec requirement from <0.11.3,>=0.9.0 to >=0.9.0,<0.12.2 (#602) Updates the requirements on [pathspec](https://github.com/cpburnz/python-pathspec) to permit the latest version. - [Release notes](https://github.com/cpburnz/python-pathspec/releases) - [Changelog](https://github.com/cpburnz/python-pathspec/blob/master/CHANGES.rst) - [Commits](https://github.com/cpburnz/python-pathspec/compare/v0.9.0...v0.12.1) --- updated-dependencies: - dependency-name: pathspec dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 7ff190a7..a96af611 100644 --- a/setup.py +++ b/setup.py @@ -44,7 +44,7 @@ "robotframework>=4.0", "click==8.1.*", "colorama>=0.4.3,<0.4.7", - "pathspec>=0.9.0,<0.11.3", + "pathspec>=0.9.0,<0.12.2", "tomli==2.0.*", "rich_click>=1.4,<1.7.3", "jinja2>=3.0,<4.0",