diff --git a/poetry.lock b/poetry.lock index 28cb207..4b8dcf0 100644 --- a/poetry.lock +++ b/poetry.lock @@ -649,13 +649,13 @@ test = ["coverage[toml]", "ddt (>=1.1.1,!=1.4.3)", "mock", "mypy", "pre-commit", [[package]] name = "griffe" -version = "0.47.0" +version = "1.2.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.47.0-py3-none-any.whl", hash = "sha256:07a2fd6a8c3d21d0bbb0decf701d62042ccc8a576645c7f8799fe1f10de2b2de"}, - {file = "griffe-0.47.0.tar.gz", hash = "sha256:95119a440a3c932b13293538bdbc405bee4c36428547553dc6b327e7e7d35e5a"}, + {file = "griffe-1.2.0-py3-none-any.whl", hash = "sha256:a8b2fcb1ecdc5a412e646b0b4375eb20a5d2eac3a11dd8c10c56967a4097663c"}, + {file = "griffe-1.2.0.tar.gz", hash = "sha256:1c9f6ef7455930f3f9b0c4145a961c90385d1e2cbc496f7796fbff560ec60d31"}, ] [package.dependencies] @@ -663,17 +663,17 @@ colorama = ">=0.4" [[package]] name = "griffe-inherited-docstrings" -version = "1.0.0" +version = "1.0.1" description = "Griffe extension for inheriting docstrings." optional = false python-versions = ">=3.8" files = [ - {file = "griffe_inherited_docstrings-1.0.0-py3-none-any.whl", hash = "sha256:46a7861401022330d39d4e937e52bae4d8b309c943204720d737835214bad8bc"}, - {file = "griffe_inherited_docstrings-1.0.0.tar.gz", hash = "sha256:ae3e2362af11f1eb95eb81a0ddc744d4fd05649f4ec749ea4559da033d863a46"}, + {file = "griffe_inherited_docstrings-1.0.1-py3-none-any.whl", hash = "sha256:76854a4fc10acabe223cd5cbd42637e45cafb30dcaf36f120c4752fca99e48a8"}, + {file = "griffe_inherited_docstrings-1.0.1.tar.gz", hash = "sha256:c827ce1a571ada3fdc0f74be05ba31e40743cc909c9463fac60779a57d387e60"}, ] [package.dependencies] -griffe = ">=0.38" +griffe = ">=0.49" [[package]] name = "identify"