From 33d7c49173f12239c1b4936db4f0b9e442efeb6e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Jun 2025 03:39:40 +0000 Subject: [PATCH] build(deps): bump the dev-dependencies group with 2 updates Bumps the dev-dependencies group with 2 updates: [pytest](https://github.com/pytest-dev/pytest) and [ansys-sphinx-theme[autoapi]](https://github.com/ansys/ansys-sphinx-theme). Updates `pytest` from 8.3.5 to 8.4.0 - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/8.3.5...8.4.0) Updates `ansys-sphinx-theme[autoapi]` from 1.5.0 to 1.5.2 - [Release notes](https://github.com/ansys/ansys-sphinx-theme/releases) - [Commits](https://github.com/ansys/ansys-sphinx-theme/compare/v1.5.0...v1.5.2) --- updated-dependencies: - dependency-name: pytest dependency-version: 8.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: ansys-sphinx-theme[autoapi] dependency-version: 1.5.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 0a848811..6c42caf2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,14 +33,14 @@ dependencies = [ [project.optional-dependencies] tests = [ - "pytest==8.3.5", + "pytest==8.4.0", "pytest-cov==6.1.1", "click==8.2.1", "PyGithub==2.6.1", "gitpython==3.1.44", ] doc = [ - "ansys-sphinx-theme[autoapi]==1.5.0", + "ansys-sphinx-theme[autoapi]==1.5.2", "numpydoc==1.8.0", "sphinx==8.2.3", "sphinx-autodoc-typehints==3.1.0",