Skip to content

Commit 31fce7d

Browse files
Bump pathspec from 1.0.3 to 1.0.4 (aio-libs#12005)
Bumps [pathspec](https://github.com/cpburnz/python-pathspec) from 1.0.3 to 1.0.4. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/cpburnz/python-pathspec/releases">pathspec's releases</a>.</em></p> <blockquote> <h2>v1.0.4</h2> <p>Release v1.0.4. See <a href="https://github.com/cpburnz/python-pathspec/blob/v1.0.4/CHANGES.rst">CHANGES.rst</a>.</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/cpburnz/python-pathspec/blob/master/CHANGES.rst">pathspec's changelog</a>.</em></p> <blockquote> <h2>1.0.4 (2026-01-26)</h2> <ul> <li><code>Issue [#103](https://github.com/cpburnz/python-pathspec/issues/103)</code>_: Using re2 fails if pyre2 is also installed.</li> </ul> <p>.. _<code>Issue [#103](https://github.com/cpburnz/python-pathspec/issues/103)</code>: <a href="https://redirect.github.com/cpburnz/python-pathspec/issues/103">cpburnz/python-pathspec#103</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/cpburnz/python-pathspec/commit/39f02a9bd9de3b9b99bba5f794d63d2087a50fec"><code>39f02a9</code></a> Release v1.0.4</li> <li><a href="https://github.com/cpburnz/python-pathspec/commit/529c0f81b7ba4ed9ad88468f23181a6f74693c56"><code>529c0f8</code></a> Improve testpypi</li> <li><a href="https://github.com/cpburnz/python-pathspec/commit/01057ced620946879a84c2d78043c01fdf4fba38"><code>01057ce</code></a> Fix 103</li> <li><a href="https://github.com/cpburnz/python-pathspec/commit/593a85942f54a64269ff1d55969ff9bf1dd049c9"><code>593a859</code></a> Improve testpypi</li> <li>See full diff in <a href="https://github.com/cpburnz/python-pathspec/compare/v1.0.3...v1.0.4">compare view</a></li> </ul> </details> <br /> [![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) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 <dependency name> 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) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 447440b commit 31fce7d

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

requirements/constraints.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ packaging==26.0
130130
# pytest
131131
# sphinx
132132
# wheel
133-
pathspec==1.0.3
133+
pathspec==1.0.4
134134
# via mypy
135135
pip-tools==7.5.2
136136
# via -r requirements/dev.in

requirements/dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ packaging==26.0
127127
# pytest
128128
# sphinx
129129
# wheel
130-
pathspec==1.0.3
130+
pathspec==1.0.4
131131
# via mypy
132132
pip-tools==7.5.2
133133
# via -r requirements/dev.in

requirements/lint.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ nodeenv==1.10.0
5757
# via pre-commit
5858
packaging==26.0
5959
# via pytest
60-
pathspec==1.0.3
60+
pathspec==1.0.4
6161
# via mypy
6262
platformdirs==4.5.1
6363
# via virtualenv

requirements/test-common.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ mypy-extensions==1.1.0
4646
# via mypy
4747
packaging==26.0
4848
# via pytest
49-
pathspec==1.0.3
49+
pathspec==1.0.4
5050
# via mypy
5151
pkgconfig==1.5.5
5252
# via -r requirements/test-common.in

requirements/test-ft.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ packaging==26.0
7373
# via
7474
# gunicorn
7575
# pytest
76-
pathspec==1.0.3
76+
pathspec==1.0.4
7777
# via mypy
7878
pkgconfig==1.5.5
7979
# via -r requirements/test-common.in

requirements/test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ packaging==26.0
7373
# via
7474
# gunicorn
7575
# pytest
76-
pathspec==1.0.3
76+
pathspec==1.0.4
7777
# via mypy
7878
pkgconfig==1.5.5
7979
# via -r requirements/test-common.in

0 commit comments

Comments
 (0)