From 9644a86d5fdf1f303805b0d2e719a3854fbfdb35 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Jun 2024 16:34:00 +0200 Subject: [PATCH] Bump version 0.2.5 --- doc/changelog.d/69.dependencies.md | 1 + pyproject.toml | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 doc/changelog.d/69.dependencies.md diff --git a/doc/changelog.d/69.dependencies.md b/doc/changelog.d/69.dependencies.md new file mode 100644 index 00000000..0ffd15b4 --- /dev/null +++ b/doc/changelog.d/69.dependencies.md @@ -0,0 +1 @@ +build(deps): bump ansys-sphinx-theme from 0.16.2 to 0.16.5 in the doc-dependencies group \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index 0f31c33c..31b41044 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "flit_core.buildapi" [project] name = "ansys-tools-visualization-interface" -version = "0.2.4" +version = "0.2.5" description = "A Python visualization interface for PyAnsys libraries" readme = "README.rst" requires-python = ">=3.9,<4" @@ -34,7 +34,7 @@ dependencies = [ [project.optional-dependencies] tests = ["pytest==8.2.1", "pytest-pyvista==0.1.9", "pytest-cov==5.0.0"] doc = [ - "ansys-sphinx-theme==0.16.2", + "ansys-sphinx-theme==0.16.5", "jupyter_sphinx==0.5.3", "jupytext==1.16.2", "nbsphinx==0.9.4",