Skip to content

Commit c17e33f

Browse files
Bump pathspec from 1.1.0 to 1.1.1 (#12426)
Bumps [pathspec](https://github.com/cpburnz/python-pathspec) from 1.1.0 to 1.1.1. <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.1.1</h2> <p>Release v1.1.1. See <a href="https://github.com/cpburnz/python-pathspec/blob/v1.1.1/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.1.1 (2026-04-26)</h2> <p>Improvements:</p> <ul> <li>Improved type checking with mypy and pyright.</li> </ul> <p>Bug fixes:</p> <ul> <li>Fixed typing on <code>PathSpec[TPattern]</code> to <code>PathSpec[TPattern_co]</code>.</li> <li>Added missing variant type-hint <code>type[Pattern]</code> to <code>PathSpec.from_lines()</code> parameter <code>pattern_factory</code>.</li> <li>Fixed possible type error when using <code>+</code> and <code>+=</code> operators on <code>PathSpec</code>.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/cpburnz/python-pathspec/commit/ecf71a99ca739479d450b9830f43416ea0c519c7"><code>ecf71a9</code></a> Release v1.1.1</li> <li><a href="https://github.com/cpburnz/python-pathspec/commit/6727491ff877e570e450b078c345d9346db7e531"><code>6727491</code></a> Improve type checking with mypy and pyright</li> <li>See full diff in <a href="https://github.com/cpburnz/python-pathspec/compare/v1.1.0...v1.1.1">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.1.0&new-version=1.1.1)](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 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 1842c3e commit c17e33f

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

requirements/constraints.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ packaging==26.1
132132
# pytest
133133
# sphinx
134134
# wheel
135-
pathspec==1.1.0
135+
pathspec==1.1.1
136136
# via mypy
137137
pip-tools==7.5.3
138138
# via -r requirements/dev.in

requirements/dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ packaging==26.1
129129
# pytest
130130
# sphinx
131131
# wheel
132-
pathspec==1.1.0
132+
pathspec==1.1.1
133133
# via mypy
134134
pip-tools==7.5.3
135135
# via -r requirements/dev.in

requirements/lint.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ nodeenv==1.10.0
5959
# via pre-commit
6060
packaging==26.1
6161
# via pytest
62-
pathspec==1.1.0
62+
pathspec==1.1.1
6363
# via mypy
6464
platformdirs==4.9.6
6565
# via

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.1
4848
# via pytest
49-
pathspec==1.1.0
49+
pathspec==1.1.1
5050
# via mypy
5151
pkgconfig==1.6.0
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.1
7373
# via
7474
# gunicorn
7575
# pytest
76-
pathspec==1.1.0
76+
pathspec==1.1.1
7777
# via mypy
7878
pkgconfig==1.6.0
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.1
7373
# via
7474
# gunicorn
7575
# pytest
76-
pathspec==1.1.0
76+
pathspec==1.1.1
7777
# via mypy
7878
pkgconfig==1.6.0
7979
# via -r requirements/test-common.in

0 commit comments

Comments
 (0)