Skip to content

Commit 5d24e13

Browse files
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](pallets/jinja@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](sphinx-doc/sphinx@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] <[email protected]>
1 parent 0fd6cb6 commit 5d24e13

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ name = "pyvec-docs"
33
version = "0"
44
requires-python = "==3.12.*"
55
dependencies = [
6-
"jinja2==3.1.5",
6+
"jinja2==3.1.6",
77
"myst-parser==4.0.1",
88
"requests==2.32.3",
99
"sphinx-rtd-theme==3.0.2",
10-
"sphinx==8.1.3",
10+
"sphinx==8.2.3",
1111
"sphinxemoji==0.3.1",
1212
"strictyaml==1.7.3",
1313
]

0 commit comments

Comments
 (0)