From be34dab075cce5d6ca1f283e37139d5e7fed8e1e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Dec 2023 19:16:10 +0000 Subject: [PATCH] Bump pathspec from 0.11.2 to 0.12.1 Bumps [pathspec](https://github.com/cpburnz/python-pathspec) from 0.11.2 to 0.12.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.11.2...v0.12.1) --- updated-dependencies: - dependency-name: pathspec dependency-type: indirect update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements/dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/dev-requirements.txt b/requirements/dev-requirements.txt index 92767571..c423103f 100644 --- a/requirements/dev-requirements.txt +++ b/requirements/dev-requirements.txt @@ -126,7 +126,7 @@ packaging==23.2 # sphinx parso==0.8.3 # via jedi -pathspec==0.11.2 +pathspec==0.12.1 # via black pexpect==4.8.0 # via ipython