Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump griffe from 1.3.2 to 1.5.6 #166

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 1, 2025

Bumps griffe from 1.3.2 to 1.5.6.

Release notes

Sourced from griffe's releases.

1.5.6

1.5.6 - 2025-01-30

Compare with 1.5.5

Bug Fixes

  • Handle get/set descriptor objects as properties during dynamic analysis (bc3c75a by Timothée Mazzucotelli). Issue-354

Code Refactoring

  • Remove Google parser support for Deprecated sections (previously never used) (425aece by Timothée Mazzucotelli).

1.5.5

1.5.5 - 2025-01-16

Compare with 1.5.4

Bug Fixes

  • Fix check command's Markdown output format not displaying parameter names (5e7af22 by Timothée Mazzucotelli).
  • Don't output empty change for removed objects when using GitHub output format (check command) (6842372 by Timothée Mazzucotelli). Issue-349

1.5.4

1.5.4 - 2024-12-26

Compare with 1.5.3

Bug Fixes

  • Append trailing comma to length-1 tuples (4fccca7 by Timothée Mazzucotelli). Issue-343

Performance Improvements

  • Avoid dictionary creation when accessing members of non-classes with subscript syntax (0279998 by Timothée Mazzucotelli).

1.5.3

1.5.3 - 2024-12-26

Compare with 1.5.2

Code Refactoring

  • Stop caching objects' inherited members, aliases' members and inherited members, classes' resolved bases (e8db3a2 by Timothée Mazzucotelli). Issue-346

1.5.2

1.5.2 - 2024-12-26

Compare with 1.5.1

... (truncated)

Changelog

Sourced from griffe's changelog.

1.5.6 - 2025-01-30

Compare with 1.5.5

Bug Fixes

  • Handle get/set descriptor objects as properties during dynamic analysis (bc3c75a by Timothée Mazzucotelli). Issue-354

Code Refactoring

  • Remove Google parser support for Deprecated sections (previously never used) (425aece by Timothée Mazzucotelli).

1.5.5 - 2025-01-16

Compare with 1.5.4

Bug Fixes

  • Fix check command's Markdown output format not displaying parameter names (5e7af22 by Timothée Mazzucotelli).
  • Don't output empty change for removed objects when using GitHub output format (check command) (6842372 by Timothée Mazzucotelli). Issue-349

1.5.4 - 2024-12-26

Compare with 1.5.3

Bug Fixes

  • Append trailing comma to length-1 tuples (4fccca7 by Timothée Mazzucotelli). Issue-343

Performance Improvements

  • Avoid dictionary creation when accessing members of non-classes with subscript syntax (0279998 by Timothée Mazzucotelli).

1.5.3 - 2024-12-26

Compare with 1.5.2

Code Refactoring

  • Stop caching objects' inherited members, aliases' members and inherited members, classes' resolved bases (e8db3a2 by Timothée Mazzucotelli). Issue-346

1.5.2 - 2024-12-26

Compare with 1.5.1

Bug Fixes

  • Always resolve aliases when checking APIs (0b4f0da by Timothée Mazzucotelli).
  • Don't use same branch name when creating a worktree (6d6c996 by Timothée Mazzucotelli). Issue-337
  • Fetch attribute annotations from inherited members too when parsing docstrings (88fb6b6 by Timothée Mazzucotelli). Issue-mkdocstrings/python#175

... (truncated)

Commits
  • 5c6e77f chore: Prepare release 1.5.6
  • bc3c75a fix: Handle get/set descriptor objects as properties during dynamic analysis
  • 425aece refactor: Remove Google parser support for Deprecated sections (previously ne...
  • 38d8770 Revert "fix: Parse Deprecated sections in Google-style docstrings"
  • 3ad6333 fix: Parse Deprecated sections in Google-style docstrings
  • 0d71c2f style: Format
  • 23bbbf6 ci: Ignore Ruff's A005
  • 87b2f18 chore: Prepare release 1.5.5
  • 1081fd5 docs: Add how-to set objects' docstring styles
  • a22237a docs: Explicitly list Google-style parser's parameters and document them
  • 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)

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

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Requests to change dependency version label Feb 1, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Requests to change dependency version
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants