Skip to content

Commit 4e096c9

Browse files
deps: update pathspec requirement from >=0.11.0 to >=1.1.1
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](cpburnz/python-pathspec@v0.11.0...v1.1.1) --- updated-dependencies: - dependency-name: pathspec dependency-version: 1.1.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 56d138e commit 4e096c9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ classifiers = [
2626
dependencies = [
2727
"click>=8.1.0",
2828
"rich>=13.0.0",
29-
"pathspec>=0.11.0",
29+
"pathspec>=1.1.1",
3030
"pyyaml>=6.0",
3131
]
3232

0 commit comments

Comments
 (0)