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", ]