From d143e37dfec1f4bf1160fdac45ee79b16434982d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Jul 2021 14:22:30 +0000 Subject: [PATCH] Bump pathspec from 0.8.1 to 0.9.0 Bumps [pathspec](https://github.com/cpburnz/python-path-specification) from 0.8.1 to 0.9.0. - [Release notes](https://github.com/cpburnz/python-path-specification/releases) - [Changelog](https://github.com/cpburnz/python-path-specification/blob/master/CHANGES.rst) - [Commits](https://github.com/cpburnz/python-path-specification/compare/v0.8.1...v0.9.0) --- updated-dependencies: - dependency-name: pathspec dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 7c7ff64..b2b496b 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -17,7 +17,7 @@ isort==5.7.0 mccabe==0.6.1 mypy-extensions==0.4.3 packaging==21.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3' -pathspec==0.8.1 +pathspec==0.9.0 pluggy==0.13.1; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3' py==1.10.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3' pycodestyle==2.6.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'