From 8646509e7c119b16439bf477fc656cc81698eae7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 14 Aug 2024 10:36:11 +0000 Subject: [PATCH] build(deps): bump the dev-dependencies group across 1 directory with 4 updates Updates the requirements on [python-pptx](https://github.com/scanny/python-pptx), [ansys-sphinx-theme](https://github.com/ansys/ansys-sphinx-theme), [numpydoc](https://github.com/numpy/numpydoc) and [sphinx-gallery](https://github.com/sphinx-gallery/sphinx-gallery) to permit the latest version. Updates `python-pptx` to 1.0.2 - [Changelog](https://github.com/scanny/python-pptx/blob/master/HISTORY.rst) - [Commits](https://github.com/scanny/python-pptx/compare/v0.6.23...v1.0.2) Updates `ansys-sphinx-theme` from 1.0.3 to 1.0.4 - [Release notes](https://github.com/ansys/ansys-sphinx-theme/releases) - [Commits](https://github.com/ansys/ansys-sphinx-theme/compare/v1.0.3...v1.0.4) Updates `numpydoc` from 1.7.0 to 1.8.0 - [Release notes](https://github.com/numpy/numpydoc/releases) - [Changelog](https://github.com/numpy/numpydoc/blob/main/RELEASE.rst) - [Commits](https://github.com/numpy/numpydoc/compare/v1.7.0...v1.8.0) Updates `sphinx-gallery` from 0.17.0 to 0.17.1 - [Release notes](https://github.com/sphinx-gallery/sphinx-gallery/releases) - [Changelog](https://github.com/sphinx-gallery/sphinx-gallery/blob/master/.github_changelog_generator) - [Commits](https://github.com/sphinx-gallery/sphinx-gallery/compare/v0.17.0...v0.17.1) --- updated-dependencies: - dependency-name: python-pptx dependency-type: direct:production dependency-group: dev-dependencies - dependency-name: ansys-sphinx-theme dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: numpydoc dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: sphinx-gallery dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] --- pyproject.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index bc0bfd8..2d03acd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ dependencies = [ "fastapi >= 0.111.1,<1", "langchain >= 0.2.11,<1", "pydantic >= 2.8.2,<3", - "python_pptx >= 0.6.23,<1", + "python_pptx >= 0.6.23,< 2", "PyYAML >= 6.0.1,<7", "httpx >= 0.27.0", "pdfminer.six == 20240706", @@ -42,13 +42,13 @@ tests = [ "pytest-asyncio >= 0.23.8,<1", ] doc = [ - "ansys-sphinx-theme==1.0.3", - "numpydoc==1.7.0", + "ansys-sphinx-theme==1.0.4", + "numpydoc==1.8.0", "sphinx==8.0.2", "sphinx-autoapi==3.2.1", "sphinx-copybutton==0.5.2", "sphinx_design==0.6.1", - "sphinx-gallery==0.17.0", + "sphinx-gallery==0.17.1", "sphinx-jinja==2.0.2", ]