From 6ac7ba808e52777864a2581dce3283e2741bf883 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 03:52:54 +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](https://github.com/ansys/ansys-sphinx-theme). Updates `click` from 8.1.7 to 8.1.8 - [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.7...8.1.8) Updates `ansys-sphinx-theme` from 1.2.3 to 1.2.4 - [Release notes](https://github.com/ansys/ansys-sphinx-theme/releases) - [Commits](https://github.com/ansys/ansys-sphinx-theme/compare/v1.2.3...v1.2.4) --- updated-dependencies: - dependency-name: click dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: ansys-sphinx-theme 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 caff69ae..ca5047f1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,12 +35,12 @@ dependencies = [ tests = [ "pytest==8.3.4", "pytest-cov==6.0.0", - "click==8.1.7", + "click==8.1.8", "PyGithub==2.5.0", "gitpython==3.1.43", ] doc = [ - "ansys-sphinx-theme==1.2.3", + "ansys-sphinx-theme==1.2.4", "numpydoc==1.8.0", "sphinx==8.1.3", "sphinx-autoapi==3.4.0",