diff --git a/pyproject.toml b/pyproject.toml index e1092e1..c99cd10 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,14 +3,14 @@ name = "pyvec-docs" version = "0" requires-python = "==3.12.*" dependencies = [ - "click>=8.3.1", + "click>=8.3.2", "jinja2>=3.1.6", - "myst-parser>=4.0.1", - "pydantic>=2.12.4", - "requests>=2.32.5", - "sphinx-rtd-theme>=3.0.2", + "myst-parser>=5.0.0", + "pydantic>=2.13.0", + "requests>=2.33.1", + "sphinx-rtd-theme>=3.1.0", "sphinx<10", # see https://github.com/executablebooks/MyST-Parser/issues/1077 - "sphinxemoji>=0.3.1", + "sphinxemoji>=0.3.2", ] [project.scripts] @@ -19,12 +19,12 @@ pyvec-docs = "pyvec_docs.cli:main" [dependency-groups] dev = [ "pytest-ruff>=0.5", - "pytest>=9.0.1", + "pytest>=9.0.3", "sphinx-autobuild>=2025.8.25", ] [build-system] -requires = ["uv_build>=0.7.3,<0.12.0"] +requires = ["uv_build>=0.11.6,<0.12.0"] build-backend = "uv_build" [tool.pytest.ini_options]