From 2b0b9f1848196205108e60825a68c31ce1c8b9ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Mar 2023 07:57:49 +0000 Subject: [PATCH] Bump pathspec from 0.10.3 to 0.11.1 Bumps [pathspec](https://github.com/cpburnz/python-pathspec) from 0.10.3 to 0.11.1. - [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.10.3...v0.11.1) --- updated-dependencies: - dependency-name: pathspec dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements/test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/test.txt b/requirements/test.txt index 2a7e0df..9a35a8a 100644 --- a/requirements/test.txt +++ b/requirements/test.txt @@ -5,7 +5,7 @@ pytest==7.2.0 mock==5.0.0 black==22.12.0 - pathspec==0.10.3 + pathspec==0.11.1 add-trailing-comma==2.4.0 autoflake==2.0.0 docformatter==1.5.1