From a45aa29886e9d7c3d9fe584aeb2c039f3cfdb696 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Apr 2026 11:00:17 +0000 Subject: [PATCH] Bump pathspec from 1.0.4 to 1.1.0 (#12417) Bumps [pathspec](https://github.com/cpburnz/python-pathspec) from 1.0.4 to 1.1.0.
Release notes

Sourced from pathspec's releases.

v1.1.0

Release v1.1.0. See CHANGES.rst.

Changelog

Sourced from pathspec's changelog.

1.1.0 (2026-04-22)

Bug fixes:

Improvements:

.. _Pull [#106](https://github.com/cpburnz/python-pathspec/issues/106): cpburnz/python-pathspec#106 .. _Issue [#108](https://github.com/cpburnz/python-pathspec/issues/108): cpburnz/python-pathspec#108 .. _Pull [#110](https://github.com/cpburnz/python-pathspec/issues/110): cpburnz/python-pathspec#110

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=pathspec&package-manager=pip&previous-version=1.0.4&new-version=1.1.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) ---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements/constraints.txt | 4 ++-- requirements/dev.txt | 2 +- requirements/lint.txt | 4 ++-- requirements/test-common.txt | 2 +- requirements/test-ft.txt | 2 +- requirements/test.txt | 2 +- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/requirements/constraints.txt b/requirements/constraints.txt index 8d97a6af2dd..bc21ba636bd 100644 --- a/requirements/constraints.txt +++ b/requirements/constraints.txt @@ -24,7 +24,7 @@ async-timeout==5.0.1 ; python_version < "3.11" # valkey babel==2.18.0 # via sphinx -backports-zstd==1.3.0 ; implementation_name == "cpython" +backports-zstd==1.3.0 ; implementation_name == "cpython" and python_version < "3.14" # via # -r requirements/lint.in # -r requirements/runtime-deps.in @@ -132,7 +132,7 @@ packaging==26.1 # pytest # sphinx # wheel -pathspec==1.0.4 +pathspec==1.1.0 # via mypy pip-tools==7.5.3 # via -r requirements/dev.in diff --git a/requirements/dev.txt b/requirements/dev.txt index f6615d6cc85..4c51f7a262e 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -129,7 +129,7 @@ packaging==26.1 # pytest # sphinx # wheel -pathspec==1.0.4 +pathspec==1.1.0 # via mypy pip-tools==7.5.3 # via -r requirements/dev.in diff --git a/requirements/lint.txt b/requirements/lint.txt index bb978af299c..e66dac7c97f 100644 --- a/requirements/lint.txt +++ b/requirements/lint.txt @@ -10,7 +10,7 @@ annotated-types==0.7.0 # via pydantic async-timeout==5.0.1 # via valkey -backports-zstd==1.3.0 ; implementation_name == "cpython" +backports-zstd==1.3.0 ; implementation_name == "cpython" and python_version < "3.14" # via -r requirements/lint.in blockbuster==1.5.26 # via -r requirements/lint.in @@ -59,7 +59,7 @@ nodeenv==1.10.0 # via pre-commit packaging==26.1 # via pytest -pathspec==1.0.4 +pathspec==1.1.0 # via mypy platformdirs==4.9.6 # via diff --git a/requirements/test-common.txt b/requirements/test-common.txt index b028ee72828..6d3d36255d0 100644 --- a/requirements/test-common.txt +++ b/requirements/test-common.txt @@ -46,7 +46,7 @@ mypy-extensions==1.1.0 # via mypy packaging==26.1 # via pytest -pathspec==1.0.4 +pathspec==1.1.0 # via mypy pkgconfig==1.6.0 # via -r requirements/test-common.in diff --git a/requirements/test-ft.txt b/requirements/test-ft.txt index c4f3685cbf7..8d015208296 100644 --- a/requirements/test-ft.txt +++ b/requirements/test-ft.txt @@ -73,7 +73,7 @@ packaging==26.1 # via # gunicorn # pytest -pathspec==1.0.4 +pathspec==1.1.0 # via mypy pkgconfig==1.6.0 # via -r requirements/test-common.in diff --git a/requirements/test.txt b/requirements/test.txt index 5ea4ab77a32..d6dedaacb2c 100644 --- a/requirements/test.txt +++ b/requirements/test.txt @@ -73,7 +73,7 @@ packaging==26.1 # via # gunicorn # pytest -pathspec==1.0.4 +pathspec==1.1.0 # via mypy pkgconfig==1.6.0 # via -r requirements/test-common.in