diff --git a/poetry.lock b/poetry.lock index ef264d43..b1601e04 100644 --- a/poetry.lock +++ b/poetry.lock @@ -232,13 +232,13 @@ dev = ["flake8", "markdown", "twine", "wheel"] [[package]] name = "griffe" -version = "0.47.0" +version = "0.48.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-0.48.0-py3-none-any.whl", hash = "sha256:f944c6ff7bd31cf76f264adcd6ab8f3d00a2f972ae5cc8db2d7b6dcffeff65a2"}, + {file = "griffe-0.48.0.tar.gz", hash = "sha256:f099461c02f016b6be4af386d5aa92b01fb4efe6c1c2c360dda9a5d0a863bb7f"}, ] [package.dependencies] @@ -965,4 +965,4 @@ watchmedo = ["PyYAML (>=3.10)"] [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "d413dadaa8511e523d141ef09c6e2f8fbc545471a3bec48d6178f4b588f58778" +content-hash = "1b41680ba006c79ecb466f1ce6804087499c29757366a9cd00990d6b99918bf3" diff --git a/pyproject.toml b/pyproject.toml index 233990e6..9a311113 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ safe-ds-stubgen = "safeds_stubgen.main:main" [tool.poetry.dependencies] python = "^3.11" mypy = "^1.6.1" -griffe = ">=0.47.0,<0.48" +griffe = ">=0.47.0,<0.49" [tool.poetry.group.dev.dependencies] pytest = ">=7.4.3,<9.0.0"