From 5d24e1335560cbc68a5d47a6df4e80cca77ff325 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 May 2025 21:29:31 +0000 Subject: [PATCH] Bump the python group with 2 updates Bumps the python group with 2 updates: [jinja2](https://github.com/pallets/jinja) and [sphinx](https://github.com/sphinx-doc/sphinx). Updates `jinja2` from 3.1.5 to 3.1.6 - [Release notes](https://github.com/pallets/jinja/releases) - [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst) - [Commits](https://github.com/pallets/jinja/compare/3.1.5...3.1.6) Updates `sphinx` from 8.1.3 to 8.2.3 - [Release notes](https://github.com/sphinx-doc/sphinx/releases) - [Changelog](https://github.com/sphinx-doc/sphinx/blob/master/CHANGES.rst) - [Commits](https://github.com/sphinx-doc/sphinx/compare/v8.1.3...v8.2.3) --- updated-dependencies: - dependency-name: jinja2 dependency-version: 3.1.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python - dependency-name: sphinx dependency-version: 8.2.3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 5c2d05f..f5be839 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,11 +3,11 @@ name = "pyvec-docs" version = "0" requires-python = "==3.12.*" dependencies = [ - "jinja2==3.1.5", + "jinja2==3.1.6", "myst-parser==4.0.1", "requests==2.32.3", "sphinx-rtd-theme==3.0.2", - "sphinx==8.1.3", + "sphinx==8.2.3", "sphinxemoji==0.3.1", "strictyaml==1.7.3", ]