From 1c16e6b74a25f9f7cef845d8572ea56107d517c9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Jul 2021 10:05:07 +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:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 25c1278..86045f1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ click==8.0.1 colorama==0.4.4 -pathspec==0.8.1 +pathspec==0.9.0 PyYAML==5.4.1