diff --git a/pyproject.toml b/pyproject.toml index c99cd10..5482bdf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ dependencies = [ "click>=8.3.2", "jinja2>=3.1.6", "myst-parser>=5.0.0", - "pydantic>=2.13.0", + "pydantic>=2.13.3", "requests>=2.33.1", "sphinx-rtd-theme>=3.1.0", "sphinx<10", # see https://github.com/executablebooks/MyST-Parser/issues/1077 @@ -24,7 +24,7 @@ dev = [ ] [build-system] -requires = ["uv_build>=0.11.6,<0.12.0"] +requires = ["uv_build>=0.11.7,<0.12.0"] build-backend = "uv_build" [tool.pytest.ini_options]