Skip to content

Commit

Permalink
build(deps-dev): update griffe requirement
Browse files Browse the repository at this point in the history
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@0.29.1...0.42.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 12, 2024
1 parent e942ce3 commit 151b6e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ pytest = "^7.2.0"
pre-commit = "^3.3.3"
pycln = "^2.1.5"
isort = "^5.12.0"
griffe = "^0.29.1"
griffe = ">=0.29.1,<0.43.0"
mkdocs-material = "^9.1.16"
mkdocstrings = "^0.22.0"
mkdocs-jupyter = "^0.24.1"
Expand Down

0 comments on commit 151b6e3

Please sign in to comment.