Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 18, 2025

Bumps griffe from 1.6.0 to 1.6.1.

Release notes

Sourced from griffe's releases.

1.6.1

1.6.1 - 2025-03-18

Compare with 1.6.0

Bug Fixes

  • Extend exports from already expanded modules (7e708cf by Timothée Mazzucotelli). Issue-746
  • Update imports when merging stubs (5a92379 by Timothée Mazzucotelli). Issue-746
  • Don't alias attributes when inspecting (8063ba9 by Timothée Mazzucotelli). Issue-366
  • Register top-module in collection earlier (2c389b5 by Timothée Mazzucotelli).
  • Prevent recursion errors by not looking into inherited members when resolving base classes (87cbaf8 by Timothée Mazzucotelli).
Changelog

Sourced from griffe's changelog.

1.6.1 - 2025-03-18

Compare with 1.6.0

Bug Fixes

  • Extend exports from already expanded modules (7e708cf by Timothée Mazzucotelli). Issue-746
  • Update imports when merging stubs (5a92379 by Timothée Mazzucotelli). Issue-746
  • Don't alias attributes when inspecting (8063ba9 by Timothée Mazzucotelli). Issue-366
  • Register top-module in collection earlier (2c389b5 by Timothée Mazzucotelli).
  • Prevent recursion errors by not looking into inherited members when resolving base classes (87cbaf8 by Timothée Mazzucotelli).
Commits
  • eca9626 chore: Prepare release 1.6.1
  • c6f3366 chore: Unify comment style
  • 7e708cf fix: Extend exports from already expanded modules
  • 5a92379 fix: Update imports when merging stubs
  • c86acd8 tests: Update merger tests to use shorter helper
  • 8ffd9fb chore: Template upgrade
  • f6387ae ci: Increase mkdocstrings lower bound
  • 8063ba9 fix: Don't alias attributes when inspecting
  • 2c389b5 fix: Register top-module in collection earlier
  • 2f05967 style: Format
  • 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 Mar 18, 2025
Bumps [griffe](https://github.com/mkdocstrings/griffe) from 1.6.0 to 1.6.1.
- [Release notes](https://github.com/mkdocstrings/griffe/releases)
- [Changelog](https://github.com/mkdocstrings/griffe/blob/main/CHANGELOG.md)
- [Commits](mkdocstrings/griffe@1.6.0...1.6.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pip/griffe-1.6.1 branch from 81bc1e6 to 917fae2 Compare March 18, 2025 23:08
@sungwy sungwy merged commit 480f6d6 into main Mar 18, 2025
7 checks passed
@sungwy sungwy deleted the dependabot/pip/griffe-1.6.1 branch March 18, 2025 23:59
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.6.0 to
1.6.1.
<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.6.1</h2>
<h2><a
href="https://github.com/mkdocstrings/griffe/releases/tag/1.6.1">1.6.1</a>
- 2025-03-18</h2>
<p><!-- raw HTML omitted --><a
href="https://github.com/mkdocstrings/griffe/compare/1.6.0...1.6.1">Compare
with 1.6.0</a><!-- raw HTML omitted --></p>
<h3>Bug Fixes</h3>
<ul>
<li>Extend exports from already expanded modules (<a
href="https://github.com/mkdocstrings/griffe/commit/7e708cf9ffe1845d310633e8486b99d32d5fca5c">7e708cf</a>
by Timothée Mazzucotelli). <a
href="https://github.com/mkdocstrings/mkdocstrings/discussions/746">Issue-746</a></li>
<li>Update imports when merging stubs (<a
href="https://github.com/mkdocstrings/griffe/commit/5a92379e42c5a8bebc9323aabbbc9df881463718">5a92379</a>
by Timothée Mazzucotelli). <a
href="https://github.com/mkdocstrings/mkdocstrings/discussions/746">Issue-746</a></li>
<li>Don't alias attributes when inspecting (<a
href="https://github.com/mkdocstrings/griffe/commit/8063ba9fd4b3d1f782515b81ba362c63d4ccd2bd">8063ba9</a>
by Timothée Mazzucotelli). <a
href="https://redirect.github.com/mkdocstrings/griffe/issues/366">Issue-366</a></li>
<li>Register top-module in collection earlier (<a
href="https://github.com/mkdocstrings/griffe/commit/2c389b57781c3c24a21141ad3d0103458418ec51">2c389b5</a>
by Timothée Mazzucotelli).</li>
<li>Prevent recursion errors by not looking into inherited members when
resolving base classes (<a
href="https://github.com/mkdocstrings/griffe/commit/87cbaf87f09103b5972a47fdf5437e00df6e830a">87cbaf8</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.6.1">1.6.1</a>
- 2025-03-18</h2>
<p><!-- raw HTML omitted --><a
href="https://github.com/mkdocstrings/griffe/compare/1.6.0...1.6.1">Compare
with 1.6.0</a><!-- raw HTML omitted --></p>
<h3>Bug Fixes</h3>
<ul>
<li>Extend exports from already expanded modules (<a
href="https://github.com/mkdocstrings/griffe/commit/7e708cf9ffe1845d310633e8486b99d32d5fca5c">7e708cf</a>
by Timothée Mazzucotelli). <a
href="https://github.com/mkdocstrings/mkdocstrings/discussions/746">Issue-746</a></li>
<li>Update imports when merging stubs (<a
href="https://github.com/mkdocstrings/griffe/commit/5a92379e42c5a8bebc9323aabbbc9df881463718">5a92379</a>
by Timothée Mazzucotelli). <a
href="https://github.com/mkdocstrings/mkdocstrings/discussions/746">Issue-746</a></li>
<li>Don't alias attributes when inspecting (<a
href="https://github.com/mkdocstrings/griffe/commit/8063ba9fd4b3d1f782515b81ba362c63d4ccd2bd">8063ba9</a>
by Timothée Mazzucotelli). <a
href="https://redirect.github.com/mkdocstrings/griffe/issues/366">Issue-366</a></li>
<li>Register top-module in collection earlier (<a
href="https://github.com/mkdocstrings/griffe/commit/2c389b57781c3c24a21141ad3d0103458418ec51">2c389b5</a>
by Timothée Mazzucotelli).</li>
<li>Prevent recursion errors by not looking into inherited members when
resolving base classes (<a
href="https://github.com/mkdocstrings/griffe/commit/87cbaf87f09103b5972a47fdf5437e00df6e830a">87cbaf8</a>
by Timothée Mazzucotelli).</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/mkdocstrings/griffe/commit/eca96260ee7937dc49f8611de2771099feda9f96"><code>eca9626</code></a>
chore: Prepare release 1.6.1</li>
<li><a
href="https://github.com/mkdocstrings/griffe/commit/c6f33666c4bd773a55e7b0b5c537dbcd543bf897"><code>c6f3366</code></a>
chore: Unify comment style</li>
<li><a
href="https://github.com/mkdocstrings/griffe/commit/7e708cf9ffe1845d310633e8486b99d32d5fca5c"><code>7e708cf</code></a>
fix: Extend exports from already expanded modules</li>
<li><a
href="https://github.com/mkdocstrings/griffe/commit/5a92379e42c5a8bebc9323aabbbc9df881463718"><code>5a92379</code></a>
fix: Update imports when merging stubs</li>
<li><a
href="https://github.com/mkdocstrings/griffe/commit/c86acd89499b3877ad3c1f5ce790932a49ee05ac"><code>c86acd8</code></a>
tests: Update merger tests to use shorter helper</li>
<li><a
href="https://github.com/mkdocstrings/griffe/commit/8ffd9fb48dff15c59a631b8da097bc46045ac9cf"><code>8ffd9fb</code></a>
chore: Template upgrade</li>
<li><a
href="https://github.com/mkdocstrings/griffe/commit/f6387ae39ecb35e38172095c2c5c719e2514315e"><code>f6387ae</code></a>
ci: Increase mkdocstrings lower bound</li>
<li><a
href="https://github.com/mkdocstrings/griffe/commit/8063ba9fd4b3d1f782515b81ba362c63d4ccd2bd"><code>8063ba9</code></a>
fix: Don't alias attributes when inspecting</li>
<li><a
href="https://github.com/mkdocstrings/griffe/commit/2c389b57781c3c24a21141ad3d0103458418ec51"><code>2c389b5</code></a>
fix: Register top-module in collection earlier</li>
<li><a
href="https://github.com/mkdocstrings/griffe/commit/2f05967a7fa8b3062a88a91c4df53a00ee2d840a"><code>2f05967</code></a>
style: Format</li>
<li>Additional commits viewable in <a
href="https://github.com/mkdocstrings/griffe/compare/1.6.0...1.6.1">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.6.0&new-version=1.6.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>
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

Morty Proxy This is a proxified and sanitized view of the page, visit original site.