Skip to content

Commit

Permalink
Bump pathspec from 0.10.2 to 0.12.1 in /src (#89)
Browse files Browse the repository at this point in the history
Bumps [pathspec](https://github.com/cpburnz/python-pathspec) from 0.10.2
to 0.12.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>v0.12.1</h2>
<p>Release v0.12.1. See <a
href="https://github.com/cpburnz/python-pathspec/blob/v0.12.1/CHANGES.rst">CHANGES.rst</a>.</p>
<h2>v0.12.0</h2>
<p>Release v0.12.0. See <a
href="https://github.com/cpburnz/python-pathspec/blob/v0.12.0/CHANGES.rst">CHANGES.rst</a>.</p>
<h2>v0.11.2</h2>
<p>Release v0.11.2. See <a
href="https://github.com/cpburnz/python-pathspec/blob/v0.11.2/CHANGES.rst">CHANGES.rst</a>.</p>
<h2>v0.11.1</h2>
<p>Release v0.11.1. See <a
href="https://github.com/cpburnz/python-pathspec/blob/v0.11.1/CHANGES.rst">CHANGES.rst</a>.</p>
<h2>v0.11.0</h2>
<p>Release v0.11.0. See <a
href="https://github.com/cpburnz/python-pathspec/blob/v0.11.0/CHANGES.rst">CHANGES.rst</a>.</p>
<h2>v0.10.3</h2>
<p>Release v0.10.3. See <a
href="https://github.com/cpburnz/python-pathspec/blob/v0.10.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>0.12.1 (2023-12-10)</h2>
<p>Bug fixes:</p>
<ul>
<li><code>Issue
[#84](https://github.com/cpburnz/python-pathspec/issues/84)</code>_:
PathSpec.match_file() returns None since 0.12.0.</li>
</ul>
<p>.. _<code>Issue
[#84](https://github.com/cpburnz/python-pathspec/issues/84)</code>: <a
href="https://redirect.github.com/cpburnz/python-pathspec/issues/84">cpburnz/python-pathspec#84</a></p>
<h2>0.12.0 (2023-12-09)</h2>
<p>Major changes:</p>
<ul>
<li>Dropped support of EOL Python 3.7. See <code>Pull
[#82](https://github.com/cpburnz/python-pathspec/issues/82)</code>_.</li>
</ul>
<p>API changes:</p>
<ul>
<li>Signature of protected method
<code>pathspec.pathspec.PathSpec._match_file()</code> (with a leading
underscore) has been changed from <code>def _match_file(patterns:
Iterable[Pattern], file: str) -&gt; bool</code> to <code>def
_match_file(patterns: Iterable[Tuple[int, Pattern]], file: str) -&gt;
Tuple[Optional[bool], Optional[int]]</code>.</li>
</ul>
<p>New features:</p>
<ul>
<li>Added <code>pathspec.pathspec.PathSpec.check_*()</code> methods.
These methods behave similarly to <code>.match_*()</code> but return
additional information in the <code>pathspec.util.CheckResult</code>
objects (e.g., <code>CheckResult.index</code> indicates the index of the
last pattern that matched the file).</li>
<li>Added <code>pathspec.pattern.RegexPattern.pattern</code> attribute
which stores the original, uncompiled pattern.</li>
</ul>
<p>Bug fixes:</p>
<ul>
<li><code>Issue
[#81](https://github.com/cpburnz/python-pathspec/issues/81)</code>_:
GitIgnoreSpec behaviors differ from git.</li>
<li><code>Pull
[#83](https://github.com/cpburnz/python-pathspec/issues/83)</code>_: Fix
ReadTheDocs builds.</li>
</ul>
<p>Improvements:</p>
<ul>
<li>Mark Python 3.12 as supported. See <code>Pull
[#82](https://github.com/cpburnz/python-pathspec/issues/82)</code>_.</li>
<li>Improve test debugging.</li>
<li>Improve type hint on <em>on_error</em> parameter on
<code>pathspec.pathspec.PathSpec.match_tree_entries()</code>.</li>
<li>Improve type hint on <em>on_error</em> parameter on
<code>pathspec.util.iter_tree_entries()</code>.</li>
</ul>
<p>.. _<code>Issue
[#81](https://github.com/cpburnz/python-pathspec/issues/81)</code>: <a
href="https://redirect.github.com/cpburnz/python-pathspec/issues/81">cpburnz/python-pathspec#81</a>
.. _<code>Pull
[#82](https://github.com/cpburnz/python-pathspec/issues/82)</code>: <a
href="https://redirect.github.com/cpburnz/python-pathspec/pull/82">cpburnz/python-pathspec#82</a>
.. _<code>Pull
[#83](https://github.com/cpburnz/python-pathspec/issues/83)</code>: <a
href="https://redirect.github.com/cpburnz/python-pathspec/pull/83">cpburnz/python-pathspec#83</a></p>
<h2>0.11.2 (2023-07-28)</h2>
<p>New features:</p>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/cpburnz/python-pathspec/commit/6485791e1b5cf2ef4e756ae392fa80f2c5045d4c"><code>6485791</code></a>
Release v0.12.1</li>
<li><a
href="https://github.com/cpburnz/python-pathspec/commit/81368adefcf18b97457958cb50bb04785e63cc6e"><code>81368ad</code></a>
Fix issue <a
href="https://redirect.github.com/cpburnz/python-pathspec/issues/84">#84</a></li>
<li><a
href="https://github.com/cpburnz/python-pathspec/commit/37e289515fbae7e92077a2438996046e79cae5bf"><code>37e2895</code></a>
Release v0.12.0</li>
<li><a
href="https://github.com/cpburnz/python-pathspec/commit/f6bfc89d56734589c0a6e9737413b849b49705ac"><code>f6bfc89</code></a>
Fix docs build</li>
<li><a
href="https://github.com/cpburnz/python-pathspec/commit/101e6284b77a1a38cf1fff70075cc660d4119e0f"><code>101e628</code></a>
Fix doc build</li>
<li><a
href="https://github.com/cpburnz/python-pathspec/commit/42bee7699ceaac630dd67fbb07a7a015dc53e8d1"><code>42bee76</code></a>
Fix Python 3.8 regression</li>
<li><a
href="https://github.com/cpburnz/python-pathspec/commit/5fda810ef51900b7d46a728d247a7f70cb6543cd"><code>5fda810</code></a>
Fix issue 81</li>
<li><a
href="https://github.com/cpburnz/python-pathspec/commit/5bd2db7bd2125475a3396a4547d0c0eb418b88a2"><code>5bd2db7</code></a>
Improve debugging</li>
<li><a
href="https://github.com/cpburnz/python-pathspec/commit/f092e3248bdc7c80bfdfce20f0a0c660f8caf2e6"><code>f092e32</code></a>
Improve debugging</li>
<li><a
href="https://github.com/cpburnz/python-pathspec/commit/67ddd73f790b77445868e05ee0b9305fc87c6db9"><code>67ddd73</code></a>
DEV</li>
<li>Additional commits viewable in <a
href="https://github.com/cpburnz/python-pathspec/compare/v0.10.2...v0.12.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=0.10.2&new-version=0.12.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 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>
  • Loading branch information
dependabot[bot] committed Feb 14, 2024
1 parent 6e38910 commit 6f3d798
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion py_proto/src/requirements.txt
Expand Up @@ -54,7 +54,7 @@ nodeenv==1.8.0
# via
# -r src/requirements.txt
# pre-commit
pathspec==0.10.2
pathspec==0.12.1
# via
# -r src/requirements.txt
# black
Expand Down

0 comments on commit 6f3d798

Please sign in to comment.