Skip to content

Update griffe requirement from <2,>=1 to >=1,<3#3062

Open
dependabot[bot] wants to merge 1 commit intodevfrom
dependabot/pip/dev/griffe-gte-1-and-lt-3
Open

Update griffe requirement from <2,>=1 to >=1,<3#3062
dependabot[bot] wants to merge 1 commit intodevfrom
dependabot/pip/dev/griffe-gte-1-and-lt-3

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 26, 2026

Updates the requirements on griffe to permit the latest version.

Release notes

Sourced from griffe's releases.

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).
Changelog

Sourced from griffe's changelog.

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

2.0.0 - 2026-02-09

Compare with 1.15.0

Breaking Changes

This version removes previously deprecated API:

  • ExportedName: Public object was removed
  • infer_docstring_style(options): Parameter was removed
  • parse_auto(options): Parameter was removed
  • parse_google(options): Parameter was removed
  • parse_numpy(options): Parameter was removed
  • parse_sphinx(options): Parameter was removed
  • assert_git_repo: Public object was removed
  • get_latest_tag: Public object was removed
  • get_repo_root: Public object was removed
  • tmp_worktree: Public object was removed

Features

  • Support merging overload annotations into implementation (584cdb5 by Timothée Mazzucotelli). Issue-442, PR-443
  • Add support for PEP 750 template strings (59266a9 by ellie). PR-440

Bug Fixes

Code Refactoring

... (truncated)

Commits
  • 6f30ebb chore: Prepare release 2.0.2
  • ce46ba3 build: Add py.typed marker to packages
  • 006282c chore: Fix publish duty
  • 8df2c40 chore: Prepare release 2.0.1
  • 1236192 chore: Update ty comments
  • 75c1236 fix: Allow setting type parameters through aliases
  • 862a891 chore: Template upgrade
  • 2666aaa chore: Update sponsors section in README
  • e30c321 style: Format code for Python 3.10
  • 051394a chore: Add back title to type-check duty
  • Additional commits viewable in compare view

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)

Updates the requirements on [griffe](https://github.com/mkdocstrings/griffe) to permit the latest version.
- [Release notes](https://github.com/mkdocstrings/griffe/releases)
- [Changelog](https://github.com/mkdocstrings/griffe/blob/main/CHANGELOG.md)
- [Commits](mkdocstrings/griffe@1.0.0...2.0.2)

---
updated-dependencies:
- dependency-name: griffe
  dependency-version: 2.0.2
  dependency-type: direct:development
...

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 Apr 26, 2026
@github-actions
Copy link
Copy Markdown
Contributor

📊 Performance Benchmark Report

Comparing dev (baseline) vs dependabot/pip/dev/griffe-gte-1-and-lt-3 (current)

📈 Detailed Results (All Benchmarks)

📋 Complete results for all benchmarks - includes both significant and insignificant changes

🧪 Test Name 📏 Base 📏 Current 📈 Change 🎯 Status
Bloom Filter Dns Mutation Tracking Performance 4.39ms 4.34ms -1.1%
Bloom Filter Large Scale Dns Brute Force 18.36ms 17.73ms -3.4%
Large Closest Match Lookup 341.85ms 335.58ms -1.8%
Realistic Closest Match Workload 182.24ms 179.86ms -1.3%
Event Memory Medium Scan 1784 B/event 1784 B/event +0.0%
Event Memory Large Scan 1768 B/event 1768 B/event +0.0%
Event Validation Full Scan Startup Small Batch 386.32ms 370.88ms -4.0%
Event Validation Full Scan Startup Large Batch 536.96ms 520.51ms -3.1%
Make Event Autodetection Small 25.28ms 25.15ms -0.5%
Make Event Autodetection Large 256.99ms 254.24ms -1.1%
Make Event Explicit Types 10.72ms 10.77ms +0.4%
Excavate Single Thread Small 3.463s 3.449s -0.4%
Excavate Single Thread Large 8.716s 8.728s +0.1%
Excavate Parallel Tasks Small 3.666s 3.635s -0.9%
Excavate Parallel Tasks Large 6.827s 6.769s -0.8%
Is Ip Performance 3.27ms 3.16ms -3.3%
Make Ip Type Performance 11.68ms 10.93ms -6.4%
Mixed Ip Operations 4.61ms 4.44ms -3.6%
Memory Use Web Crawl 45.2 MB 50.4 MB +11.6% 🟡🟡 ⚠️
Memory Use Subdomain Enum 19.4 MB 19.4 MB -0.1%
Scan Throughput 100 7.161s 7.165s +0.1%
Scan Throughput 1000 35.969s 33.010s -8.2%
Typical Queue Shuffle 67.67µs 61.54µs -9.1%
Priority Queue Shuffle 750.05µs 706.26µs -5.8%

🎯 Performance Summary

! 1 regression ⚠️
  23 unchanged ✅

🔍 Significant Changes (>10%)

  • Memory Use Web Crawl: 11.6% 🐌 more memory

🐍 Python Version 3.11.15

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