From b2d32db1c02bf5155b2b04c864ad9b6de3ac25f9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Sep 2026 03:07:46 +0000 Subject: [PATCH] Bump pathspec from 0.12.1 to 1.1.1 Bumps [pathspec](https://github.com/cpburnz/python-pathspec) from 0.12.1 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/v0.12.1...v1.1.1) --- updated-dependencies: - dependency-name: pathspec dependency-version: 1.1.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index a6e5a727..dbbc0808 100644 --- a/requirements.txt +++ b/requirements.txt @@ -24,7 +24,7 @@ mkdocs-material==9.7.7 ; python_version >= "3.12" and python_version < "4" mkdocs==1.6.1 ; python_version >= "3.12" and python_version < "4" packaging==26.3 ; python_version >= "3.12" and python_version < "4" paginate==0.5.7 ; python_version >= "3.12" and python_version < "4" -pathspec==0.12.1 ; python_version >= "3.12" and python_version < "4" +pathspec==1.1.1 ; python_version >= "3.12" and python_version < "4" platformdirs==4.11.5 ; python_version >= "3.12" and python_version < "4" pygments==2.21.0 ; python_version >= "3.12" and python_version < "4" pymdown-extensions==11.0.2 ; python_version >= "3.12" and python_version < "4"