Skip to content

build(deps): bump griffe from 0.48.0 to 1.6.0#205

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/griffe-1.6.0
Closed

build(deps): bump griffe from 0.48.0 to 1.6.0#205
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/griffe-1.6.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps griffe from 0.48.0 to 1.6.0.

Release notes

Sourced from griffe's releases.

1.6.0

1.6.0 - 2025-03-01

Compare with 1.5.7

Features

  • Allow passing literal docstring styles everywhere in the API, not just Parser enumeration values (053bf20 by Timothée Mazzucotelli).

Bug Fixes

1.5.7

1.5.7 - 2025-02-11

Compare with 1.5.6

Bug Fixes

  • Don't conflate passed argument with class member (instance attribute) (4791b0b by Timothée Mazzucotelli). Issue-357

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

... (truncated)

Changelog

Sourced from griffe's changelog.

1.6.0 - 2025-03-01

Compare with 1.5.7

Features

  • Allow passing literal docstring styles everywhere in the API, not just Parser enumeration values (053bf20 by Timothée Mazzucotelli).

Bug Fixes

1.5.7 - 2025-02-11

Compare with 1.5.6

Bug Fixes

  • Don't conflate passed argument with class member (instance attribute) (4791b0b by Timothée Mazzucotelli). Issue-357

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

... (truncated)

Commits
  • e163cfb chore: Prepare release 1.6.0
  • 087832f fix: Follow symlinks when finding modules
  • 053bf20 feat: Allow passing literal docstring styles everywhere in the API, not just ...
  • 9929f47 chore: Clean up (remove unused private variable)
  • d1b6c00 chore: Add note about ExprConstant not being used
  • 3684cd6 docs: Remove redundant titles/sections
  • 040adcf Merge branch 'main' of github.com:mkdocstrings/griffe
  • 628d5e8 tests: Change test_load_builtin_modules to use module present in PyPy
  • bb185f7 docs: Render members of object base models to avoid cross-ref ambiguities
  • 6245de8 docs: Fix mkdocstrings instructions
  • 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 requested a review from lars-reimann as a code owner March 1, 2025 19:31
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Mar 1, 2025
@dependabot dependabot bot force-pushed the dependabot/pip/griffe-1.6.0 branch from fe8da92 to 3fedcd2 Compare March 7, 2025 16:14
Bumps [griffe](https://github.com/mkdocstrings/griffe) from 0.48.0 to 1.6.0.
- [Release notes](https://github.com/mkdocstrings/griffe/releases)
- [Changelog](https://github.com/mkdocstrings/griffe/blob/main/CHANGELOG.md)
- [Commits](mkdocstrings/griffe@0.48.0...1.6.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pip/griffe-1.6.0 branch from 3fedcd2 to 5b74a3b Compare March 7, 2025 16:21
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github Apr 1, 2025

Superseded by #209.

@dependabot dependabot bot closed this Apr 1, 2025
@dependabot dependabot bot deleted the dependabot/pip/griffe-1.6.0 branch April 1, 2025 01:07
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