Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 31, 2023

Bumps griffe from 0.27.3 to 0.32.3.

Release notes

Sourced from griffe's releases.

0.32.3

0.32.3 - 2023-07-17

Compare with 0.32.2

Bug Fixes

Code Refactoring

  • Improve log message when trying to stubs-merge objects of different kinds (d34a3ba by Timothée Mazzucotelli).
  • De-duplicate stubs merging log message (cedc062 by Timothée Mazzucotelli).

0.32.2

0.32.2 - 2023-07-17

Compare with 0.32.1

Bug Fixes

0.32.1

0.32.1 - 2023-07-15

Compare with 0.32.0

Bug Fixes

Code Refactoring

0.32.0

0.32.0 - 2023-07-13

Compare with 0.31.0

Deprecations

  • Classes [InspectorExtension][griffe.extensions.base.InspectorExtension] and [VisitorExtension][griffe.extensions.base.VisitorExtension] are deprecated in favor of [Extension][griffe.extensions.base.Extension]. As a side-effect, the [hybrid][griffe.extensions.hybrid.HybridExtension] extension is also deprecated. See how to use and write extensions.

Breaking Changes

... (truncated)

Changelog

Sourced from griffe's changelog.

0.32.3 - 2023-07-17

Compare with 0.32.2

Bug Fixes

Code Refactoring

  • Improve log message when trying to stubs-merge objects of different kinds (d34a3ba by Timothée Mazzucotelli).
  • De-duplicate stubs merging log message (cedc062 by Timothée Mazzucotelli).

0.32.2 - 2023-07-17

Compare with 0.32.1

Bug Fixes

0.32.1 - 2023-07-15

Compare with 0.32.0

Bug Fixes

Code Refactoring

0.32.0 - 2023-07-13

Compare with 0.31.0

Deprecations

  • Classes [InspectorExtension][griffe.extensions.base.InspectorExtension] and [VisitorExtension][griffe.extensions.base.VisitorExtension] are deprecated in favor of [Extension][griffe.extensions.base.Extension]. As a side-effect, the [hybrid][griffe.extensions.hybrid.HybridExtension] extension is also deprecated. See how to use and write extensions.

Breaking Changes

  • Module griffe.agents.base was removed
  • Module griffe.docstrings.markdown was removed
  • Class ASTNode was removed

... (truncated)

Commits
  • 86f152e chore: Prepare release 0.32.3
  • 6a63b37 fix: Fix detecting whether an object should be an alias during inspection
  • d34a3ba refactor: Improve log message when trying to stubs-merge objects of different...
  • cedc062 refactor: De-duplicate stubs merging log message
  • 56e407a chore: Prepare release 0.32.2
  • df6e636 fix: Keep parentheses around tuples, except within subscripts
  • 52a7348 docs: Show inherited members
  • ab5d872 chore: Template upgrade
  • 84ae809 chore: Prepare release 0.32.1
  • 21d5832 refactor: Simplify AST imports, stop using deprecated code from ast
  • 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 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 Jul 31, 2023
@codecov
Copy link

codecov bot commented Jul 31, 2023

Codecov Report

Merging #847 (7ecb73c) into main (163a488) will not change coverage.
Report is 2 commits behind head on main.
The diff coverage is n/a.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #847   +/-   ##
=======================================
  Coverage   93.48%   93.48%           
=======================================
  Files         102      102           
  Lines       14606    14606           
  Branches       25       25           
=======================================
  Hits        13655    13655           
  Misses        945      945           
  Partials        6        6           

Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 163a488...7ecb73c. Read the comment docs.

@codspeed-hq
Copy link

codspeed-hq bot commented Jul 31, 2023

CodSpeed Performance Report

Merging #847 will degrade performances by 16.29%

Comparing dependabot/pip/griffe-0.32.3 (7ecb73c) with main (163a488)

Summary

🔥 3 improvements
❌ 3 regressions
✅ 129 untouched benchmarks

⚠️ Please fix the performance issues or acknowledge them on CodSpeed.

Benchmarks breakdown

Benchmark main dependabot/pip/griffe-0.32.3 Change
🔥 test_core_python 497.4 µs 445.1 µs +11.74%
test_core_future_str 26.3 µs 29.9 µs -12.05%
test_date_from_str 22.2 µs 25.7 µs -13.82%
🔥 test_date_from_datetime 38.1 µs 34.1 µs +11.77%
🔥 test_int_error 96.9 µs 74.8 µs +29.61%
test_core_model_py_extra 55.9 µs 66.8 µs -16.29%

@dependabot dependabot bot force-pushed the dependabot/pip/griffe-0.32.3 branch from e41f3b6 to dc98440 Compare July 31, 2023 22:37
Bumps [griffe](https://github.com/mkdocstrings/griffe) from 0.27.3 to 0.32.3.
- [Release notes](https://github.com/mkdocstrings/griffe/releases)
- [Changelog](https://github.com/mkdocstrings/griffe/blob/main/CHANGELOG.md)
- [Commits](mkdocstrings/griffe@0.27.3...0.32.3)

---
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 force-pushed the dependabot/pip/griffe-0.32.3 branch from dc98440 to 7ecb73c Compare August 1, 2023 06:10
@davidhewitt davidhewitt enabled auto-merge (squash) August 1, 2023 06:10
@davidhewitt davidhewitt merged commit 4ec40e0 into main Aug 1, 2023
@davidhewitt davidhewitt deleted the dependabot/pip/griffe-0.32.3 branch August 1, 2023 06:28
davidhewitt pushed a commit to pydantic/pydantic that referenced this pull request Oct 20, 2025
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

Original-commit-hash: 4ec40e0
davidhewitt pushed a commit to pydantic/pydantic that referenced this pull request Oct 22, 2025
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

Original-commit-link: pydantic/pydantic-core@4ec40e0
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.

2 participants