mirror of
https://github.com/malmeloo/FindMy.py.git
synced 2026-04-17 21:53:57 +02:00
chore(deps): update dependency sphinx-autoapi to v3.3.3
This commit is contained in:
13
poetry.lock
generated
13
poetry.lock
generated
@@ -1372,13 +1372,13 @@ test = ["cython (>=3.0)", "defusedxml (>=0.7.1)", "pytest (>=8.0)", "setuptools
|
||||
|
||||
[[package]]
|
||||
name = "sphinx-autoapi"
|
||||
version = "3.3.1"
|
||||
version = "3.3.3"
|
||||
description = "Sphinx API documentation generator"
|
||||
optional = false
|
||||
python-versions = ">=3.8"
|
||||
files = [
|
||||
{file = "sphinx_autoapi-3.3.1-py2.py3-none-any.whl", hash = "sha256:c31a5f41eabc9705d277b75f98e983d653e9af24e294dd576b2afa1719f72c1f"},
|
||||
{file = "sphinx_autoapi-3.3.1.tar.gz", hash = "sha256:e44a225827d0ef7178748225a66f30c95454dfd00ee3c22afbdfb8056f7dffb5"},
|
||||
{file = "sphinx_autoapi-3.3.3-py3-none-any.whl", hash = "sha256:5c7349b42d45a492a611cb81fb48583d5148e9eab7fc6b1f326dc9273b9191e3"},
|
||||
{file = "sphinx_autoapi-3.3.3.tar.gz", hash = "sha256:c44fd719580e9a3684ff82019f4f7f39fc970e3030ffd325936654a6f4d31f22"},
|
||||
]
|
||||
|
||||
[package.dependencies]
|
||||
@@ -1389,10 +1389,7 @@ astroid = [
|
||||
Jinja2 = "*"
|
||||
PyYAML = "*"
|
||||
sphinx = ">=6.1.0"
|
||||
stdlib-list = {version = "*", markers = "python_version < \"3.10\""}
|
||||
|
||||
[package.extras]
|
||||
docs = ["furo", "sphinx", "sphinx-design"]
|
||||
stdlib_list = {version = "*", markers = "python_version < \"3.10\""}
|
||||
|
||||
[[package]]
|
||||
name = "sphinxcontrib-applehelp"
|
||||
@@ -1948,4 +1945,4 @@ type = ["pytest-mypy"]
|
||||
[metadata]
|
||||
lock-version = "2.0"
|
||||
python-versions = ">=3.9,<3.13"
|
||||
content-hash = "a736677453b1393df21bea62a2f87bacccea4bd7615b16efe6ab07170ea651a6"
|
||||
content-hash = "10d8a5dfa9e1da82bf9f8eb3597a13845118b00be57caf446aba1d5568104742"
|
||||
|
||||
@@ -36,7 +36,7 @@ optional = true
|
||||
|
||||
[tool.poetry.group.docs.dependencies]
|
||||
sphinx = "^7.2.6"
|
||||
sphinx-autoapi = "3.3.1"
|
||||
sphinx-autoapi = "3.3.3"
|
||||
|
||||
[tool.pyright]
|
||||
venvPath = "."
|
||||
|
||||
Reference in New Issue
Block a user