From e6932d30f5b5ecf4ce63185f7058f8ec5d698376 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 May 2024 09:57:04 -0500 Subject: [PATCH] chore(deps-dev): bump griffe from 0.42.1 to 0.44.0 (#120) Bumps [griffe](https://github.com/mkdocstrings/griffe) from 0.42.1 to 0.44.0. - [Release notes](https://github.com/mkdocstrings/griffe/releases) - [Changelog](https://github.com/mkdocstrings/griffe/blob/main/CHANGELOG.md) - [Commits](https://github.com/mkdocstrings/griffe/compare/0.42.1...0.44.0) --- updated-dependencies: - dependency-name: griffe dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index b1afd64..be243af 100644 --- a/poetry.lock +++ b/poetry.lock @@ -670,13 +670,13 @@ tomli = {version = ">=2.0", markers = "python_version < \"3.11\""} [[package]] name = "griffe" -version = "0.42.1" +version = "0.44.0" description = "Signatures for entire Python programs. Extract the structure, the frame, the skeleton of your project, to generate API documentation or find breaking changes in your API." optional = false python-versions = ">=3.8" files = [ - {file = "griffe-0.42.1-py3-none-any.whl", hash = "sha256:7e805e35617601355edcac0d3511cedc1ed0cb1f7645e2d336ae4b05bbae7b3b"}, - {file = "griffe-0.42.1.tar.gz", hash = "sha256:57046131384043ed078692b85d86b76568a686266cc036b9b56b704466f803ce"}, + {file = "griffe-0.44.0-py3-none-any.whl", hash = "sha256:8a4471c469ba980b87c843f1168850ce39d0c1d0c7be140dca2480f76c8e5446"}, + {file = "griffe-0.44.0.tar.gz", hash = "sha256:34aee1571042f9bf00529bc715de4516fb6f482b164e90d030300601009e0223"}, ] [package.dependencies] @@ -2157,4 +2157,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = ">=3.8" -content-hash = "788e269ab2e80a7f5331afac03e3175104ee34389c53feb27690a59b0467cc8f" +content-hash = "969ecd7eb6027085b0631b9c16ec5ae49da2cb1357da94aeb037379d3a09d498" diff --git a/pyproject.toml b/pyproject.toml index 93cfe6e..6b2ea99 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ git-changelog = "^2.0.0" pytest-cov = ">=4.1,<6.0" safety = ">=2.3.5,<4.0.0" ipykernel = "^6.25.0" -griffe = ">=0.32.3,<0.43.0" +griffe = ">=0.32.3,<0.45.0" [tool.isort]