From d381ca10b5dbc3ff1fae10f43e650d497bc6f291 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 May 2025 03:43:49 +0000 Subject: [PATCH] build(deps): bump the dev-dependencies group with 2 updates Bumps the dev-dependencies group with 2 updates: [click](https://github.com/pallets/click) and [ansys-sphinx-theme[autoapi]](https://github.com/ansys/ansys-sphinx-theme). Updates `click` from 8.1.8 to 8.2.0 - [Release notes](https://github.com/pallets/click/releases) - [Changelog](https://github.com/pallets/click/blob/main/CHANGES.rst) - [Commits](https://github.com/pallets/click/compare/8.1.8...8.2.0) Updates `ansys-sphinx-theme[autoapi]` from 1.4.2 to 1.4.4 - [Release notes](https://github.com/ansys/ansys-sphinx-theme/releases) - [Commits](https://github.com/ansys/ansys-sphinx-theme/compare/v1.4.2...v1.4.4) --- updated-dependencies: - dependency-name: click dependency-version: 8.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: ansys-sphinx-theme[autoapi] dependency-version: 1.4.4 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 5d735380..9e847d96 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,12 +35,12 @@ dependencies = [ tests = [ "pytest==8.3.5", "pytest-cov==6.1.1", - "click==8.1.8", + "click==8.2.0", "PyGithub==2.6.1", "gitpython==3.1.44", ] doc = [ - "ansys-sphinx-theme[autoapi]==1.4.2", + "ansys-sphinx-theme[autoapi]==1.4.4", "numpydoc==1.8.0", "sphinx==8.2.3", "sphinx-autodoc-typehints==3.1.0",