From a473c431b6282351277c2aad818dbbddcd716aef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 14:01:23 +0000 Subject: [PATCH] chore(deps-dev): bump griffe from 1.3.2 to 1.5.1 Bumps [griffe](https://github.com/mkdocstrings/griffe) from 1.3.2 to 1.5.1. - [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/1.3.2...1.5.1) --- updated-dependencies: - dependency-name: griffe dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 19 +++++++++---------- pyproject.toml | 2 +- 2 files changed, 10 insertions(+), 11 deletions(-) diff --git a/poetry.lock b/poetry.lock index 7f83bdb7..bb610ca4 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.4 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. [[package]] name = "aiomysql" @@ -763,21 +763,18 @@ grpc = ["grpcio (>=1.44.0,<2.0.0.dev0)"] [[package]] name = "griffe" -version = "1.3.2.1.2.0" +version = "1.5.1" 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" +python-versions = ">=3.9" files = [ - {file = "griffe-1.3.2.1.2.0-py3-none-any.whl", hash = "sha256:0d4b2a84b8291726a392da2aa7d2ed4be2e1c18afef5bd482cefb7a1ed77f922"}, - {file = "griffe-1.3.2.1.2.0.tar.gz", hash = "sha256:a00143a4dddb2c84d5bb041ba120ff65867f8fb4feb3a06a58fdf8be988af65a"}, + {file = "griffe-1.5.1-py3-none-any.whl", hash = "sha256:ad6a7980f8c424c9102160aafa3bcdf799df0e75f7829d75af9ee5aef656f860"}, + {file = "griffe-1.5.1.tar.gz", hash = "sha256:72964f93e08c553257706d6cd2c42d1c172213feb48b2be386f243380b405d4b"}, ] [package.dependencies] colorama = ">=0.4" -[package.extras] -pypi = ["pip (>=24.0)", "platformdirs (>=4.2)", "wheel (>=0.42)"] - [[package]] name = "griffe-inherited-docstrings" version = "1.1.0" @@ -1426,8 +1423,8 @@ files = [ [package.dependencies] numpy = [ {version = ">=1.26.0", markers = "python_version >= \"3.12\""}, - {version = ">=1.23.2", markers = "python_version == \"3.11\""}, {version = ">=1.22.4", markers = "python_version < \"3.11\""}, + {version = ">=1.23.2", markers = "python_version == \"3.11\""}, ] python-dateutil = ">=2.8.2" pytz = ">=2020.1" @@ -1776,6 +1773,7 @@ description = "Pure-Python implementation of ASN.1 types and DER/BER/CER codecs optional = true python-versions = ">=3.8" files = [ + {file = "pyasn1-0.6.1-py3-none-any.whl", hash = "sha256:0d632f46f2ba09143da3a8afe9e33fb6f92fa2320ab7e886e2d0f7672af84629"}, {file = "pyasn1-0.6.1.tar.gz", hash = "sha256:6f580d2bdd84365380830acf45550f2511469f673cb4a5ae3857a3170128b034"}, ] @@ -1786,6 +1784,7 @@ description = "A collection of ASN.1-based protocols modules" optional = true python-versions = ">=3.8" files = [ + {file = "pyasn1_modules-0.4.1-py3-none-any.whl", hash = "sha256:49bfa96b45a292b711e986f222502c1c9a5e1f4e568fc30e2574a6c7d07838fd"}, {file = "pyasn1_modules-0.4.1.tar.gz", hash = "sha256:c28e2dbf9c06ad61c71a075c7e0f9fd0f1b0bb2d2ad4377f240d33ac2ab60a7c"}, ] @@ -2874,4 +2873,4 @@ sqlite3 = ["turu-sqlite3"] [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "5770a79e0eb55730271e6b076dbeb6a6a4be16414846f7e26993c4b667285e48" +content-hash = "601ec6039d488f2c972a8172d43127cf3f466c5e3eeafe8b419bf08c5539c38b" diff --git a/pyproject.toml b/pyproject.toml index 77ba9fb9..0e422bb5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -95,7 +95,7 @@ mkdocs-material = { extras = ["imaging"], version = "^9.5.3" } mkdocs-plugin-inline-svg = "^0.1.0" mkdocs-exclude = "^1.0.2" mkdocstrings = { extras = ["python"], version = ">=0.24,<0.27" } -griffe = ">=0.47.0,<1.4.0" +griffe = ">=0.47.0,<1.6.0" griffe-inherited-docstrings = "^1.0.0" mkdocs-awesome-pages-plugin = "^2.9.2"