Skip to content

Commit b919e9d

Browse files
Bump pathspec from 1.0.2 to 1.0.3 (#11946)
Bumps [pathspec](https://github.com/cpburnz/python-pathspec) from 1.0.2 to 1.0.3. <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.3</h2> <p>Release v1.0.3. See <a href="https://github.com/cpburnz/python-pathspec/blob/v1.0.3/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.3 (2026-01-09)</h2> <p>Bug fixes:</p> <ul> <li><code>Issue [#101](https://github.com/cpburnz/python-pathspec/issues/101)</code>_: pyright strict errors with pathspec &gt;= 1.0.0.</li> <li><code>Issue [#102](https://github.com/cpburnz/python-pathspec/issues/102)</code>_: No module named 'tomllib'.</li> </ul> <p>.. _<code>Issue [#101](https://github.com/cpburnz/python-pathspec/issues/101)</code>: <a href="https://redirect.github.com/cpburnz/python-pathspec/issues/101">cpburnz/python-pathspec#101</a> .. _<code>Issue [#102](https://github.com/cpburnz/python-pathspec/issues/102)</code>: <a href="https://redirect.github.com/cpburnz/python-pathspec/issues/102">cpburnz/python-pathspec#102</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/cpburnz/python-pathspec/commit/db3f54e78f68824f641b186bf4a749d944e2153f"><code>db3f54e</code></a> Releasse v1.0.3</li> <li><a href="https://github.com/cpburnz/python-pathspec/commit/1b6bdda35a44cf48edc67a71d8020c26e84a40ec"><code>1b6bdda</code></a> Releasse v1.0.3</li> <li><a href="https://github.com/cpburnz/python-pathspec/commit/f9b556abd5eebe94ec70404f5c386bf4451f5437"><code>f9b556a</code></a> Fix docs</li> <li><a href="https://github.com/cpburnz/python-pathspec/commit/9867f1a954c68e8a4dc9cdcf8bfc5ad018a7951c"><code>9867f1a</code></a> Fix tests</li> <li><a href="https://github.com/cpburnz/python-pathspec/commit/85cb3cc18bf925bef3b00b74a8b11049826c0129"><code>85cb3cc</code></a> Fix docs</li> <li><a href="https://github.com/cpburnz/python-pathspec/commit/66281233ae20aa1de22345c1eb004dad9592b55d"><code>6628123</code></a> Fix 101 regression</li> <li>See full diff in <a href="https://github.com/cpburnz/python-pathspec/compare/v1.0.2...v1.0.3">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.2&new-version=1.0.3)](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 a47740c commit b919e9d

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
@@ -130,7 +130,7 @@ packaging==25.0
130130
# pytest
131131
# sphinx
132132
# wheel
133-
pathspec==1.0.2
133+
pathspec==1.0.3
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==25.0
127127
# pytest
128128
# sphinx
129129
# wheel
130-
pathspec==1.0.2
130+
pathspec==1.0.3
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==25.0
5959
# via pytest
60-
pathspec==1.0.2
60+
pathspec==1.0.3
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==25.0
4848
# via pytest
49-
pathspec==1.0.2
49+
pathspec==1.0.3
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==25.0
7373
# via
7474
# gunicorn
7575
# pytest
76-
pathspec==1.0.2
76+
pathspec==1.0.3
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==25.0
7373
# via
7474
# gunicorn
7575
# pytest
76-
pathspec==1.0.2
76+
pathspec==1.0.3
7777
# via mypy
7878
pkgconfig==1.5.5
7979
# via -r requirements/test-common.in

0 commit comments

Comments
 (0)