Skip to content

Bump griffe from 1.1.1 to 2.2.0 - #887

Open
dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/pip/griffe-2.2.0
Open

Bump griffe from 1.1.1 to 2.2.0#887
dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/pip/griffe-2.2.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 21, 2026

Copy link
Copy Markdown

Bumps griffe from 1.1.1 to 2.2.0.

Release notes

Sourced from griffe's releases.

2.2.0

2.2.0 - 2026-08-16

Compare with 2.1.0

Features

  • Support await expressions (6b3caab by Vincent Gao). PR-479
  • Support unpacking in dict comprehensions (2d39391 by mushitoriami). PR-475

Bug Fixes

  • Forward warn_missing_types to Sphinx return section reader (a15e782 by Timothée Mazzucotelli). Issue-mkdocstrings-python-337
  • Make stringified expressions valid and faithful Python (eb85f0d by Vincent Gao). PR-478
  • Empty tuples can never be implicit (82e728d by Vincent Gao). PR-474, Co-authored-by: Timothée Mazzucotelli dev@pawamoy.fr
  • Render f-strings and t-strings with correct quote delimiters (90e28d4 by Bartosz Sławecki). Issue-444, PR-455
  • Detect basic admonitions 'example', 'note' and 'warning' in Google/Numpy docstrings when inferring style (f30306f by Timothée Mazzucotelli).
  • Render dict **-unpacking as **value instead of None: value (74ddbbf by Vincent Gao). PR-467

2.1.0

2.1.0 - 2026-06-19

Compare with 2.0.2

Build

  • Add tests to source distributions for griffecli and griffelib packages. Issue-452

Features

Bug Fixes

  • Rename tests module to avoid exclusion by packagers (5b3e392 by Timothée Mazzucotelli). Issue-461
  • Don't try merging overload annotations into non-function objects (1b6b053 by Timothée Mazzucotelli). Issue-451

2.0.2

2.0.2 - 2026-03-27

Compare with 2.0.1

Build

  • Add py.typed marker to packages (ce46ba3 by Timothée Mazzucotelli).

2.0.1

2.0.1 - 2026-03-23

Compare with 2.0.0

... (truncated)

Changelog

Sourced from griffe's changelog.

2.2.0 - 2026-08-16

Compare with 2.1.0

Features

  • Support await expressions (6b3caab by Vincent Gao). PR-479
  • Support unpacking in dict comprehensions (2d39391 by mushitoriami). PR-475

Bug Fixes

  • Forward warn_missing_types to Sphinx return section reader (a15e782 by Timothée Mazzucotelli). Issue-mkdocstrings-python-337
  • Make stringified expressions valid and faithful Python (eb85f0d by Vincent Gao). PR-478
  • Empty tuples can never be implicit (82e728d by Vincent Gao). PR-474, Co-authored-by: Timothée Mazzucotelli dev@pawamoy.fr
  • Render f-strings and t-strings with correct quote delimiters (90e28d4 by Bartosz Sławecki). Issue-444, PR-455
  • Detect basic admonitions 'example', 'note' and 'warning' in Google/Numpy docstrings when inferring style (f30306f by Timothée Mazzucotelli).
  • Render dict **-unpacking as **value instead of None: value (74ddbbf by Vincent Gao). PR-467

2.1.0 - 2026-06-19

Compare with 2.0.2

Build

  • Add tests to source distributions for griffecli and griffelib packages. Issue-452

Features

Bug Fixes

  • Rename tests module to avoid exclusion by packagers (5b3e392 by Timothée Mazzucotelli). Issue-461
  • Don't try merging overload annotations into non-function objects (1b6b053 by Timothée Mazzucotelli). Issue-451

2.0.2 - 2026-03-27

Compare with 2.0.1

Build

  • Add py.typed marker to packages (ce46ba3 by Timothée Mazzucotelli).

2.0.1 - 2026-03-23

Compare with 2.0.0

Bug Fixes

  • Allow setting type parameters through aliases (75c1236 by Timothée Mazzucotelli). Issue-449

... (truncated)

Commits
  • a345344 chore: Prepare release 2.2.0
  • 227933c docs: Document that __all__ is actually specified in the language reference...
  • 66fad76 chore: Add license header to all Python modules
  • b68ed98 chore: Update Ruff/ty and fix lints
  • a15e782 fix: Forward warn_missing_types to Sphinx return section reader
  • 277bfdc docs: Update comment about public import conventions
  • 6b3caab feat: Support await expressions
  • eb85f0d fix: Make stringified expressions valid and faithful Python
  • 82e728d fix: Empty tuples can never be implicit
  • 2d39391 feat: Support unpacking in dict comprehensions
  • 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 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)

Bumps [griffe](https://github.com/mkdocstrings/griffe) from 1.1.1 to 2.2.0.
- [Release notes](https://github.com/mkdocstrings/griffe/releases)
- [Changelog](https://github.com/mkdocstrings/griffe/blob/main/CHANGELOG.md)
- [Commits](mkdocstrings/griffe@1.1.1...2.2.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Aug 21, 2026
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Aug 21, 2026
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.

0 participants