Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 5, 2025

Bumps griffe from 1.7.3 to 1.9.0.

Release notes

Sourced from griffe's releases.

1.9.0

1.9.0 - 2025-07-28

Compare with 1.8.0

Features

1.8.0

1.8.0 - 2025-07-23

Compare with 1.7.3

Features

  • Add method to functions and classes to build and return a stringified signature (8ef1486 by ISOREX). Discussion-376, PR-381, Co-authored-by: Timothée Mazzucotelli [email protected]
  • Enhance Sphinx-style parameter parsing to handle invalid type info (cbce5a2 by Edouard Choinière). PR-396
  • Parse Sphinx parameter types as expressions (70dda21 by Edouard Choinière). PR-392

Bug Fixes

Code Refactoring

  • Be more consistent regarding not overriding submodules with aliases (be1963c by Timothée Mazzucotelli).
  • Allow ExprName.parent to be of type griffe.Function (acafbd8 by Edouard Choinière). Issue-391, PR-395
  • Normalize labels for attributes (1b376cd by Timothée Mazzucotelli).
Changelog

Sourced from griffe's changelog.

1.9.0 - 2025-07-28

Compare with 1.8.0

Features

1.8.0 - 2025-07-23

Compare with 1.7.3

Features

  • Add method to functions and classes to build and return a stringified signature (8ef1486 by ISOREX). Discussion-376, PR-381, Co-authored-by: Timothée Mazzucotelli [email protected]
  • Enhance Sphinx-style parameter parsing to handle invalid type info (cbce5a2 by Edouard Choinière). PR-396
  • Parse Sphinx parameter types as expressions (70dda21 by Edouard Choinière). PR-392

Bug Fixes

Code Refactoring

  • Be more consistent regarding not overriding submodules with aliases (be1963c by Timothée Mazzucotelli).
  • Allow ExprName.parent to be of type griffe.Function (acafbd8 by Edouard Choinière). Issue-391, PR-395
  • Normalize labels for attributes (1b376cd by Timothée Mazzucotelli).
Commits
  • 032779a chore: Prepare release 1.9.0
  • be28e9c feat: Support PEP 695 generics
  • 27a385b chore: Prepare release 1.8.0
  • 8ef1486 feat: Add method to functions and classes to build and return a stringified s...
  • b346190 fix: Avoid SyntaxError when loading modules encoded in UTF8 with BOM
  • a8c5585 fix: Correctly parenthesize expressions
  • 0a05186 ci: Ignore Mypy warnings
  • cbce5a2 feat: Enhance Sphinx-style parameter parsing to handle invalid type info
  • 2d77bf1 Merge branch 'main' of github.com:mkdocstrings/griffe
  • be1963c refactor: Be more consistent regarding not overriding submodules with aliases
  • Additional commits viewable in compare view

Dependabot compatibility score

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 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 <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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Aug 5, 2025
@dependabot dependabot bot force-pushed the dependabot/pip/griffe-1.9.0 branch 2 times, most recently from 87a45d0 to 2f942c6 Compare August 5, 2025 07:24
Bumps [griffe](https://github.com/mkdocstrings/griffe) from 1.7.3 to 1.9.0.
- [Release notes](https://github.com/mkdocstrings/griffe/releases)
- [Changelog](https://github.com/mkdocstrings/griffe/blob/main/CHANGELOG.md)
- [Commits](mkdocstrings/griffe@1.7.3...1.9.0)

---
updated-dependencies:
- dependency-name: griffe
  dependency-version: 1.9.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/pip/griffe-1.9.0 branch from 2f942c6 to e7a2dab Compare August 5, 2025 07:50
@kevinjqliu kevinjqliu merged commit 7b0c856 into main Aug 5, 2025
10 checks passed
@kevinjqliu kevinjqliu deleted the dependabot/pip/griffe-1.9.0 branch August 5, 2025 15:06
gabeiglio pushed a commit to Netflix/iceberg-python that referenced this pull request Aug 13, 2025
Bumps [griffe](https://github.com/mkdocstrings/griffe) from 1.7.3 to
1.9.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/mkdocstrings/griffe/releases">griffe's
releases</a>.</em></p>
<blockquote>
<h2>1.9.0</h2>
<h2><a
href="https://github.com/mkdocstrings/griffe/releases/tag/1.9.0">1.9.0</a>
- 2025-07-28</h2>
<p><!-- raw HTML omitted --><a
href="https://github.com/mkdocstrings/griffe/compare/1.8.0...1.9.0">Compare
with 1.8.0</a><!-- raw HTML omitted --></p>
<h3>Features</h3>
<ul>
<li>Support PEP 695 generics (<a
href="https://github.com/mkdocstrings/griffe/commit/be28e9c9835a709fca0a78990c56e8d652a71a8c">be28e9c</a>
by Victor Westerhuis). <a
href="https://redirect.github.com/mkdocstrings/griffe/issues/342">Issue-342</a>,
<a
href="https://redirect.github.com/mkdocstrings/griffe/pull/348">PR-348</a>,
Co-authored-by: Timothée Mazzucotelli <a
href="mailto:[email protected]">[email protected]</a></li>
</ul>
<h2>1.8.0</h2>
<h2><a
href="https://github.com/mkdocstrings/griffe/releases/tag/1.8.0">1.8.0</a>
- 2025-07-23</h2>
<p><!-- raw HTML omitted --><a
href="https://github.com/mkdocstrings/griffe/compare/1.7.3...1.8.0">Compare
with 1.7.3</a><!-- raw HTML omitted --></p>
<h3>Features</h3>
<ul>
<li>Add method to functions and classes to build and return a
stringified signature (<a
href="https://github.com/mkdocstrings/griffe/commit/8ef1486e9b1f0872cca3b1cd2419144b702a0c1e">8ef1486</a>
by ISOREX). <a
href="https://github.com/mkdocstrings/griffe/discussions/376">Discussion-376</a>,
<a
href="https://redirect.github.com/mkdocstrings/griffe/pull/381">PR-381</a>,
Co-authored-by: Timothée Mazzucotelli <a
href="mailto:[email protected]">[email protected]</a></li>
<li>Enhance Sphinx-style parameter parsing to handle invalid type info
(<a
href="https://github.com/mkdocstrings/griffe/commit/cbce5a2c2429dc92e15ac3a8fe53db55825ebd6c">cbce5a2</a>
by Edouard Choinière). <a
href="https://redirect.github.com/mkdocstrings/griffe/pull/396">PR-396</a></li>
<li>Parse Sphinx parameter types as expressions (<a
href="https://github.com/mkdocstrings/griffe/commit/70dda21d15dfdf5807dde370fb636d69eea6272b">70dda21</a>
by Edouard Choinière). <a
href="https://redirect.github.com/mkdocstrings/griffe/pull/392">PR-392</a></li>
</ul>
<h3>Bug Fixes</h3>
<ul>
<li>Avoid SyntaxError when loading modules encoded in UTF8 with BOM (<a
href="https://github.com/mkdocstrings/griffe/commit/b3461901ae08204ea6184025a006f5d34152d30d">b346190</a>
by John Hennig). <a
href="https://redirect.github.com/mkdocstrings/griffe/issues/386">Issue-386</a>,
<a
href="https://redirect.github.com/mkdocstrings/griffe/pull/387">PR-387</a>,
Co-authored-by: Timothée Mazzucotelli <a
href="mailto:[email protected]">[email protected]</a></li>
<li>Correctly parenthesize expressions (<a
href="https://github.com/mkdocstrings/griffe/commit/a8c5585c8a45a4d6b67bd5dc36d7054478d3873d">a8c5585</a>
by Abraham Cheung). <a
href="https://redirect.github.com/mkdocstrings/griffe/pull/389">PR-389</a>,
Co-authored-by: Timothée Mazzucotelli <a
href="mailto:[email protected]">[email protected]</a></li>
</ul>
<h3>Code Refactoring</h3>
<ul>
<li>Be more consistent regarding not overriding submodules with aliases
(<a
href="https://github.com/mkdocstrings/griffe/commit/be1963cca6d7d49bcc41fdf05570b1bfba934330">be1963c</a>
by Timothée Mazzucotelli).</li>
<li>Allow <code>ExprName.parent</code> to be of type
<code>griffe.Function</code> (<a
href="https://github.com/mkdocstrings/griffe/commit/acafbd8b6d97fe8370f3eb730e2154e19b2c1a54">acafbd8</a>
by Edouard Choinière). <a
href="https://github.com/mkdocstrings/griffe/discussions/391">Issue-391</a>,
<a
href="https://redirect.github.com/mkdocstrings/griffe/pull/395">PR-395</a></li>
<li>Normalize labels for attributes (<a
href="https://github.com/mkdocstrings/griffe/commit/1b376cd39ce99730910d8344abbfd5c53ce28300">1b376cd</a>
by Timothée Mazzucotelli).</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/mkdocstrings/griffe/blob/main/CHANGELOG.md">griffe's
changelog</a>.</em></p>
<blockquote>
<h2><a
href="https://github.com/mkdocstrings/griffe/releases/tag/1.9.0">1.9.0</a>
- 2025-07-28</h2>
<p><!-- raw HTML omitted --><a
href="https://github.com/mkdocstrings/griffe/compare/1.8.0...1.9.0">Compare
with 1.8.0</a><!-- raw HTML omitted --></p>
<h3>Features</h3>
<ul>
<li>Support PEP 695 generics (<a
href="https://github.com/mkdocstrings/griffe/commit/be28e9c9835a709fca0a78990c56e8d652a71a8c">be28e9c</a>
by Victor Westerhuis). <a
href="https://redirect.github.com/mkdocstrings/griffe/issues/342">Issue-342</a>,
<a
href="https://redirect.github.com/mkdocstrings/griffe/pull/348">PR-348</a>,
Co-authored-by: Timothée Mazzucotelli <a
href="mailto:[email protected]">[email protected]</a></li>
</ul>
<h2><a
href="https://github.com/mkdocstrings/griffe/releases/tag/1.8.0">1.8.0</a>
- 2025-07-23</h2>
<p><!-- raw HTML omitted --><a
href="https://github.com/mkdocstrings/griffe/compare/1.7.3...1.8.0">Compare
with 1.7.3</a><!-- raw HTML omitted --></p>
<h3>Features</h3>
<ul>
<li>Add method to functions and classes to build and return a
stringified signature (<a
href="https://github.com/mkdocstrings/griffe/commit/8ef1486e9b1f0872cca3b1cd2419144b702a0c1e">8ef1486</a>
by ISOREX). <a
href="https://github.com/mkdocstrings/griffe/discussions/376">Discussion-376</a>,
<a
href="https://redirect.github.com/mkdocstrings/griffe/pull/381">PR-381</a>,
Co-authored-by: Timothée Mazzucotelli <a
href="mailto:[email protected]">[email protected]</a></li>
<li>Enhance Sphinx-style parameter parsing to handle invalid type info
(<a
href="https://github.com/mkdocstrings/griffe/commit/cbce5a2c2429dc92e15ac3a8fe53db55825ebd6c">cbce5a2</a>
by Edouard Choinière). <a
href="https://redirect.github.com/mkdocstrings/griffe/pull/396">PR-396</a></li>
<li>Parse Sphinx parameter types as expressions (<a
href="https://github.com/mkdocstrings/griffe/commit/70dda21d15dfdf5807dde370fb636d69eea6272b">70dda21</a>
by Edouard Choinière). <a
href="https://redirect.github.com/mkdocstrings/griffe/pull/392">PR-392</a></li>
</ul>
<h3>Bug Fixes</h3>
<ul>
<li>Avoid SyntaxError when loading modules encoded in UTF8 with BOM (<a
href="https://github.com/mkdocstrings/griffe/commit/b3461901ae08204ea6184025a006f5d34152d30d">b346190</a>
by John Hennig). <a
href="https://redirect.github.com/mkdocstrings/griffe/issues/386">Issue-386</a>,
<a
href="https://redirect.github.com/mkdocstrings/griffe/pull/387">PR-387</a>,
Co-authored-by: Timothée Mazzucotelli <a
href="mailto:[email protected]">[email protected]</a></li>
<li>Correctly parenthesize expressions (<a
href="https://github.com/mkdocstrings/griffe/commit/a8c5585c8a45a4d6b67bd5dc36d7054478d3873d">a8c5585</a>
by Abraham Cheung). <a
href="https://redirect.github.com/mkdocstrings/griffe/pull/389">PR-389</a>,
Co-authored-by: Timothée Mazzucotelli <a
href="mailto:[email protected]">[email protected]</a></li>
</ul>
<h3>Code Refactoring</h3>
<ul>
<li>Be more consistent regarding not overriding submodules with aliases
(<a
href="https://github.com/mkdocstrings/griffe/commit/be1963cca6d7d49bcc41fdf05570b1bfba934330">be1963c</a>
by Timothée Mazzucotelli).</li>
<li>Allow <code>ExprName.parent</code> to be of type
<code>griffe.Function</code> (<a
href="https://github.com/mkdocstrings/griffe/commit/acafbd8b6d97fe8370f3eb730e2154e19b2c1a54">acafbd8</a>
by Edouard Choinière). <a
href="https://github.com/mkdocstrings/griffe/discussions/391">Issue-391</a>,
<a
href="https://redirect.github.com/mkdocstrings/griffe/pull/395">PR-395</a></li>
<li>Normalize labels for attributes (<a
href="https://github.com/mkdocstrings/griffe/commit/1b376cd39ce99730910d8344abbfd5c53ce28300">1b376cd</a>
by Timothée Mazzucotelli).</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/mkdocstrings/griffe/commit/032779aa3bdfbdaeb6411da4f8853318ff2e8424"><code>032779a</code></a>
chore: Prepare release 1.9.0</li>
<li><a
href="https://github.com/mkdocstrings/griffe/commit/be28e9c9835a709fca0a78990c56e8d652a71a8c"><code>be28e9c</code></a>
feat: Support PEP 695 generics</li>
<li><a
href="https://github.com/mkdocstrings/griffe/commit/27a385b435d3c09eedeffe980416f7012e65ed6f"><code>27a385b</code></a>
chore: Prepare release 1.8.0</li>
<li><a
href="https://github.com/mkdocstrings/griffe/commit/8ef1486e9b1f0872cca3b1cd2419144b702a0c1e"><code>8ef1486</code></a>
feat: Add method to functions and classes to build and return a
stringified s...</li>
<li><a
href="https://github.com/mkdocstrings/griffe/commit/b3461901ae08204ea6184025a006f5d34152d30d"><code>b346190</code></a>
fix: Avoid SyntaxError when loading modules encoded in UTF8 with
BOM</li>
<li><a
href="https://github.com/mkdocstrings/griffe/commit/a8c5585c8a45a4d6b67bd5dc36d7054478d3873d"><code>a8c5585</code></a>
fix: Correctly parenthesize expressions</li>
<li><a
href="https://github.com/mkdocstrings/griffe/commit/0a051861d4fc3e064f2d19d53e1abab112316771"><code>0a05186</code></a>
ci: Ignore Mypy warnings</li>
<li><a
href="https://github.com/mkdocstrings/griffe/commit/cbce5a2c2429dc92e15ac3a8fe53db55825ebd6c"><code>cbce5a2</code></a>
feat: Enhance Sphinx-style parameter parsing to handle invalid type
info</li>
<li><a
href="https://github.com/mkdocstrings/griffe/commit/2d77bf16a0b6f823e2bbe54a49f2c26e4cd1e290"><code>2d77bf1</code></a>
Merge branch 'main' of github.com:mkdocstrings/griffe</li>
<li><a
href="https://github.com/mkdocstrings/griffe/commit/be1963cca6d7d49bcc41fdf05570b1bfba934330"><code>be1963c</code></a>
refactor: Be more consistent regarding not overriding submodules with
aliases</li>
<li>Additional commits viewable in <a
href="https://github.com/mkdocstrings/griffe/compare/1.7.3...1.9.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=griffe&package-manager=pip&previous-version=1.7.3&new-version=1.9.0)](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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant