From 31fce7daf4802fd41d3413de32d0708ca024a35e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Jan 2026 11:04:09 +0000 Subject: [PATCH] Bump pathspec from 1.0.3 to 1.0.4 (#12005) Bumps [pathspec](https://github.com/cpburnz/python-pathspec) from 1.0.3 to 1.0.4.
Release notes

Sourced from pathspec's releases.

v1.0.4

Release v1.0.4. See CHANGES.rst.

Changelog

Sourced from pathspec's changelog.

1.0.4 (2026-01-26)

.. _Issue [#103](https://github.com/cpburnz/python-pathspec/issues/103): cpburnz/python-pathspec#103

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=pathspec&package-manager=pip&previous-version=1.0.3&new-version=1.0.4)](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 merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@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 | 2 +- requirements/dev.txt | 2 +- requirements/lint.txt | 2 +- requirements/test-common.txt | 2 +- requirements/test-ft.txt | 2 +- requirements/test.txt | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/requirements/constraints.txt b/requirements/constraints.txt index 9ae58557c42..9548648270f 100644 --- a/requirements/constraints.txt +++ b/requirements/constraints.txt @@ -130,7 +130,7 @@ packaging==26.0 # pytest # sphinx # wheel -pathspec==1.0.3 +pathspec==1.0.4 # via mypy pip-tools==7.5.2 # via -r requirements/dev.in diff --git a/requirements/dev.txt b/requirements/dev.txt index 96cf1896808..75dcafcafb7 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -127,7 +127,7 @@ packaging==26.0 # pytest # sphinx # wheel -pathspec==1.0.3 +pathspec==1.0.4 # via mypy pip-tools==7.5.2 # via -r requirements/dev.in diff --git a/requirements/lint.txt b/requirements/lint.txt index 9e99484aca0..d11ca0720cb 100644 --- a/requirements/lint.txt +++ b/requirements/lint.txt @@ -57,7 +57,7 @@ nodeenv==1.10.0 # via pre-commit packaging==26.0 # via pytest -pathspec==1.0.3 +pathspec==1.0.4 # via mypy platformdirs==4.5.1 # via virtualenv diff --git a/requirements/test-common.txt b/requirements/test-common.txt index 2c5cc95e0d8..b727efcd998 100644 --- a/requirements/test-common.txt +++ b/requirements/test-common.txt @@ -46,7 +46,7 @@ mypy-extensions==1.1.0 # via mypy packaging==26.0 # via pytest -pathspec==1.0.3 +pathspec==1.0.4 # via mypy pkgconfig==1.5.5 # via -r requirements/test-common.in diff --git a/requirements/test-ft.txt b/requirements/test-ft.txt index 3608d8b0a1c..ad0fbc95c52 100644 --- a/requirements/test-ft.txt +++ b/requirements/test-ft.txt @@ -73,7 +73,7 @@ packaging==26.0 # via # gunicorn # pytest -pathspec==1.0.3 +pathspec==1.0.4 # via mypy pkgconfig==1.5.5 # via -r requirements/test-common.in diff --git a/requirements/test.txt b/requirements/test.txt index e78f9898210..a85c93e6086 100644 --- a/requirements/test.txt +++ b/requirements/test.txt @@ -73,7 +73,7 @@ packaging==26.0 # via # gunicorn # pytest -pathspec==1.0.3 +pathspec==1.0.4 # via mypy pkgconfig==1.5.5 # via -r requirements/test-common.in