diff --git a/doc/changelog.d/71.dependencies.md b/doc/changelog.d/71.dependencies.md new file mode 100644 index 0000000..b0e2ccf --- /dev/null +++ b/doc/changelog.d/71.dependencies.md @@ -0,0 +1 @@ +Bump sphinx-gallery from 0.20.0 to 0.21.0 diff --git a/pyproject.toml b/pyproject.toml index c5edcca..873fe58 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -54,7 +54,7 @@ doc = [ "ansys-sphinx-theme[autoapi]==1.7.2", "sphinx-click==6.2.0", "sphinx-copybutton==0.5.2", - "sphinx-gallery==0.20.0", + "sphinx-gallery==0.21.0", ] examples = [ "pyvista", diff --git a/uv.lock b/uv.lock index 754232d..9cc5e16 100644 --- a/uv.lock +++ b/uv.lock @@ -109,13 +109,13 @@ dev = [ { name = "pyvista", specifier = "==0.47.0" }, { name = "sphinx-click", specifier = "==6.2.0" }, { name = "sphinx-copybutton", specifier = "==0.5.2" }, - { name = "sphinx-gallery", specifier = "==0.20.0" }, + { name = "sphinx-gallery", specifier = "==0.21.0" }, ] doc = [ { name = "ansys-sphinx-theme", extras = ["autoapi"], specifier = "==1.7.2" }, { name = "sphinx-click", specifier = "==6.2.0" }, { name = "sphinx-copybutton", specifier = "==0.5.2" }, - { name = "sphinx-gallery", specifier = "==0.20.0" }, + { name = "sphinx-gallery", specifier = "==0.21.0" }, ] examples = [{ name = "pyvista" }] tests = [ @@ -1595,16 +1595,16 @@ wheels = [ [[package]] name = "sphinx-gallery" -version = "0.20.0" +version = "0.21.0" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "pillow" }, { name = "sphinx", version = "9.0.4", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version < '3.12'" }, { name = "sphinx", version = "9.1.0", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version >= '3.12'" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/5f/14/9238ac61932299b38c20c7c37dbfe60348c0348ea4d400f9ef25875b3bf7/sphinx_gallery-0.20.0.tar.gz", hash = "sha256:70281510c6183d812d3595957005ccf555c5a793f207410f6cd16a25bf08d735", size = 473502, upload-time = "2025-12-02T15:51:37.277Z" } +sdist = { url = "https://files.pythonhosted.org/packages/fb/9d/91334ba9370de74564c8a1e0c54ce1bc638b35e00177cc02cb25c9c14348/sphinx_gallery-0.21.0.tar.gz", hash = "sha256:72a7734ad9100878345b8b65c249148cc0f1cd0e274adf3e3900214e4c2c5bee", size = 483616, upload-time = "2026-04-24T03:09:28.173Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/27/fd/818a53d4da56ef2da7b08f77bb3a825635941d1fcc6b6a490995dec1a81c/sphinx_gallery-0.20.0-py3-none-any.whl", hash = "sha256:188b7456e269649945825661b76cdbfbf0b70c2cfd5b75c9a11fe52519879e4d", size = 458655, upload-time = "2025-12-02T15:51:35.311Z" }, + { url = "https://files.pythonhosted.org/packages/b8/dd/d95843947392524418aa9fc4e8d205e82b4261ab2d2fab4abce7a14ee7c0/sphinx_gallery-0.21.0-py3-none-any.whl", hash = "sha256:f37bea4012f1cd7439c7782081e4259945207cf179e79b81330a6db3b18bca8b", size = 466808, upload-time = "2026-04-24T03:09:25.992Z" }, ] [[package]]