chore(deps): update dependency griffe to ~=1.14.0 #586
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
~=1.13.0->~=1.14.0Release Notes
mkdocstrings/griffe (griffe)
v1.14.0Compare Source
Compare with 1.13.0
Deprecations
on_aliasevent's signature changed fromon_alias(self, *, node: AST | ObjectNode, alias: Alias, agent: Visitor | Inspector, **kwargs)(an [analysis event][analysis-events]) toon_alias(self, *, alias: Alias, loader: GriffeLoader, **kwargs)([a load event][load-events]). Use the new signature, or rename your method toon_alias_instanceto keep the old signature (on_alias_instanceis a new analysis event that replaces the oldon_aliasone). Backward compatibility is maintained until next major version.on_wildcard_expansionevent is deprecated. Instead, use theon_aliasevent, and check the [wildcard_imported][griffe.Alias.wildcard_imported] boolean attribute of aliases.on_package_loadedevent is renamed toon_package. Backward compatibility is maintained until next major version.assert_git_repo,get_repo_root,get_latest_tagandtmp_worktree) is deprecated, as they are not a core part of the library's functionality. These utilities are now part of our internal API.Features
analysisattribute on objects and aliases, telling whether they were loaded through static or dynamic analysis, or created manually (d792a56 by Timothée Mazzucotelli).source_linkproperty (see [Source information][source-information] in our docs) (2a8d824 by Timothée Mazzucotelli). Issue-361, Issue-mkdocstrings-python-253wildcard_importedboolean attribute to aliases, deprecateon_wildcard_expansionevent (821300d by Timothée Mazzucotelli).Code Refactoring
on_aliasandon_package_loaded(d3e50db by Timothée Mazzucotelli).Configuration
📅 Schedule: Branch creation - "before 7am every weekday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.