diff --git a/pyproject.toml b/pyproject.toml index 863ba19..b53fda2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,11 +3,11 @@ name = "pyvec-docs" version = "0" requires-python = "==3.12.*" dependencies = [ - "click>=8.3.3", + "click>=8.4.0", "jinja2>=3.1.6", - "myst-parser>=5.0.0", + "myst-parser>=5.1.0", "pydantic>=2.13.4", - "requests>=2.34.0", + "requests>=2.34.2", "sphinx-rtd-theme>=3.1.0", "sphinx<10", # see https://github.com/executablebooks/MyST-Parser/issues/1077 "sphinxemoji>=0.3.2", @@ -24,7 +24,7 @@ dev = [ ] [build-system] -requires = ["uv_build>=0.11.13,<0.12.0"] +requires = ["uv_build>=0.11.15,<0.12.0"] build-backend = "uv_build" [tool.pytest.ini_options]