From 847d7b8c622823673e5776f63e1c7a617c2f92ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 18:22:54 +0000 Subject: [PATCH] Bump the python group with 2 updates Updates the requirements on [click](https://github.com/pallets/click) and [uv-build](https://github.com/astral-sh/uv) to permit the latest version. Updates `click` to 8.3.3 - [Changelog](https://github.com/pallets/click/blob/main/CHANGES.rst) - [Commits](https://github.com/pallets/click/compare/8.3.2...8.3.3) Updates `uv-build` to 0.11.8 - [Changelog](https://github.com/astral-sh/uv/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/uv/compare/0.11.7...0.11.8) --- updated-dependencies: - dependency-name: click dependency-version: 8.3.3 dependency-type: direct:production dependency-group: python - dependency-name: uv-build dependency-version: 0.11.8 dependency-type: direct:development dependency-group: python ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 5482bdf..9cde3a3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ name = "pyvec-docs" version = "0" requires-python = "==3.12.*" dependencies = [ - "click>=8.3.2", + "click>=8.3.3", "jinja2>=3.1.6", "myst-parser>=5.0.0", "pydantic>=2.13.3", @@ -24,7 +24,7 @@ dev = [ ] [build-system] -requires = ["uv_build>=0.11.7,<0.12.0"] +requires = ["uv_build>=0.11.8,<0.12.0"] build-backend = "uv_build" [tool.pytest.ini_options]