diff --git a/poetry.lock b/poetry.lock index d2dd1878b..2121a01b2 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 2.1.4 and should not be changed by hand. +# This file is automatically @generated by Poetry 2.1.1 and should not be changed by hand. [[package]] name = "alabaster" @@ -824,7 +824,7 @@ description = "Read metadata from Python packages" optional = false python-versions = ">=3.9" groups = ["dev"] -markers = "python_version == \"3.9\"" +markers = "python_version < \"3.10\"" files = [ {file = "importlib_metadata-8.7.0-py3-none-any.whl", hash = "sha256:e5dd1551894c77868a30651cef00984d50e1002d06942a7101d34870c5f02afd"}, {file = "importlib_metadata-8.7.0.tar.gz", hash = "sha256:d13b81ad223b890aa16c5471f2ac3056cf76c5f10f82d6f9292f0b415f389000"}, @@ -2734,7 +2734,6 @@ description = "Sphinx spelling extension" optional = false python-versions = ">=3.7" groups = ["dev"] -markers = "python_version < \"3.12\"" files = [ {file = "sphinxcontrib-spelling-8.0.0.tar.gz", hash = "sha256:199d0a16902ad80c387c2966dc9eb10f565b1fb15ccce17210402db7c2443e5c"}, {file = "sphinxcontrib_spelling-8.0.0-py3-none-any.whl", hash = "sha256:b27e0a16aef00bcfc888a6490dc3f16651f901dc475446c6882834278c8dc7b3"}, @@ -2752,42 +2751,16 @@ type = "legacy" url = "https://pypi.org/simple" reference = "pypi-public" -[[package]] -name = "sphinxcontrib-spelling" -version = "8.0.1" -description = "Sphinx spelling extension" -optional = false -python-versions = ">=3.10" -groups = ["dev"] -markers = "python_version >= \"3.12\"" -files = [ - {file = "sphinxcontrib_spelling-8.0.1-py3-none-any.whl", hash = "sha256:21704857c1b5e26e06bb07d15927df41c9d7ecfc1843169ecd22cb59f24069ac"}, - {file = "sphinxcontrib_spelling-8.0.1.tar.gz", hash = "sha256:f0447b6413c78b613b916c7891e36be85a105d1919c99784c53dfea2d8f8040f"}, -] - -[package.dependencies] -PyEnchant = ">=3.1.1" -requests = ">=2.32.3" -Sphinx = ">=3.0.0" - -[package.extras] -test = ["coverage (>=4.0,!=4.4)", "pytest", "pytest-cov"] - -[package.source] -type = "legacy" -url = "https://pypi.org/simple" -reference = "pypi-public" - [[package]] name = "sphinxext-opengraph" -version = "0.10.0" +version = "0.12.0" description = "Sphinx Extension to enable OGP support" optional = false python-versions = ">=3.9" groups = ["dev"] files = [ - {file = "sphinxext_opengraph-0.10.0-py3-none-any.whl", hash = "sha256:8afd33f96a02d9506d9dc8f284840888ca8948482ac93015a68d88493df43712"}, - {file = "sphinxext_opengraph-0.10.0.tar.gz", hash = "sha256:5781149c1dfc306c3701661acdd02c512c2e6f21d2253487bf0b39639017fc24"}, + {file = "sphinxext_opengraph-0.12.0-py3-none-any.whl", hash = "sha256:f60892d5fa4cc25889b0baa5ec1c778a8ef87aa7c1f4bb5f93f11befdb0d7b9c"}, + {file = "sphinxext_opengraph-0.12.0.tar.gz", hash = "sha256:38bc17addd5d8bccc148daa7c6c13845c329c2687378ee8fdfc81942cc72a79d"}, ] [package.dependencies] @@ -2809,7 +2782,7 @@ description = "A list of Python Standard Libraries (2.7 through 3.13)." optional = false python-versions = ">=3.9" groups = ["dev"] -markers = "python_version == \"3.9\"" +markers = "python_version < \"3.10\"" files = [ {file = "stdlib_list-0.11.1-py3-none-any.whl", hash = "sha256:9029ea5e3dfde8cd4294cfd4d1797be56a67fc4693c606181730148c3fd1da29"}, {file = "stdlib_list-0.11.1.tar.gz", hash = "sha256:95ebd1d73da9333bba03ccc097f5bac05e3aa03e6822a0c0290f87e1047f1857"}, @@ -3142,7 +3115,7 @@ description = "Backport of pathlib-compatible object wrapper for zip files" optional = false python-versions = ">=3.9" groups = ["dev"] -markers = "python_version == \"3.9\"" +markers = "python_version < \"3.10\"" files = [ {file = "zipp-3.23.0-py3-none-any.whl", hash = "sha256:071652d6115ed432f5ce1d34c336c0adfd6a884660d1e9712a256d3d3bd4b14e"}, {file = "zipp-3.23.0.tar.gz", hash = "sha256:a07157588a12518c9d4034df3fbbee09c814741a33ff63c05fa29d26a2404166"}, @@ -3164,4 +3137,4 @@ reference = "pypi-public" [metadata] lock-version = "2.1" python-versions = ">=3.9,<4.0" -content-hash = "52dfcc9070de268a823ec73548fd0e5b3a4d89329dc6f99e55605db023d27ce8" +content-hash = "60f40a6d06f17c58d755e095d8ac1e073aad271dd21852744acd5819900e9262" diff --git a/pyproject.toml b/pyproject.toml index ff96e2ac6..c03f4e106 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ sphinx-autoapi = "^3.6.0" sphinx-autodoc-typehints = "^2.3.0" sphinxcontrib-spelling = "^8.0.0" sphinx-copybutton = "^0.5.2" -sphinxext-opengraph = "^0.10.0" +sphinxext-opengraph = "^0.12.0" sphinx-rtd-theme = "^3.0.2" toml = "^0.10.2" types-python-dateutil = "^2.9.0"