From df1ef3f5f376df7bbbe4a593f1e4cdf9b1300596 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 20:24:21 +0000 Subject: [PATCH] chore(deps-dev): bump pathspec from 1.0.4 to 1.1.1 Bumps [pathspec](https://github.com/cpburnz/python-pathspec) from 1.0.4 to 1.1.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/v1.0.4...v1.1.1) --- updated-dependencies: - dependency-name: pathspec dependency-version: 1.1.1 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index b4a0ebc..a678e65 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -55,7 +55,7 @@ packaging==26.1 # via # pytest # sphinx -pathspec==1.0.4 +pathspec==1.1.1 # via mypy pluggy==1.6.0 # via