From a9e06078b0db6b908438f0bef7f6a291c8ff65f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Jan 2023 08:03:25 +0000 Subject: [PATCH] Bump pathspec from 0.8.1 to 0.11.0 Bumps [pathspec](https://github.com/cpburnz/python-pathspec) from 0.8.1 to 0.11.0. - [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.8.1...v0.11.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 4ee79ded..7183d0f9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -51,7 +51,7 @@ numpy==1.19.5 packaging==21.0 pandas==1.1.5 parso==0.8.2 -pathspec==0.8.1 +pathspec==0.11.0 pd==0.0.1 peewee==3.14.4 pefile==2021.5.24