From fc27b1abd33959ea092aa7076ce049b0b07e892c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 14:42:52 +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.4.2 - [Release notes](https://github.com/pallets/click/releases) - [Changelog](https://github.com/pallets/click/blob/main/CHANGES.md) - [Commits](https://github.com/pallets/click/compare/8.4.1...8.4.2) Updates `uv-build` to 0.11.25 - [Release notes](https://github.com/astral-sh/uv/releases) - [Changelog](https://github.com/astral-sh/uv/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/uv/compare/0.11.23...0.11.25) --- updated-dependencies: - dependency-name: click dependency-version: 8.4.2 dependency-type: direct:production dependency-group: python - dependency-name: uv-build dependency-version: 0.11.25 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 2d7cf42..68b7314 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ name = "pyvec-docs" version = "0" requires-python = "==3.12.*" dependencies = [ - "click>=8.4.1", + "click>=8.4.2", "jinja2>=3.1.6", "myst-parser>=5.1.0", "pydantic>=2.13.4", @@ -24,7 +24,7 @@ dev = [ ] [build-system] -requires = ["uv_build>=0.11.23,<0.12.0"] +requires = ["uv_build>=0.11.25,<0.12.0"] build-backend = "uv_build" [tool.pytest.ini_options]