From 7b4d7d430f3d0836151cb3ae23eb67bdff9ad03c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 May 2026 20:51:42 +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.1 - [Release notes](https://github.com/pallets/click/releases) - [Changelog](https://github.com/pallets/click/blob/main/CHANGES.rst) - [Commits](https://github.com/pallets/click/compare/8.4.0...8.4.1) Updates `uv-build` to 0.11.16 - [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.15...0.11.16) --- updated-dependencies: - dependency-name: click dependency-version: 8.4.1 dependency-type: direct:production dependency-group: python - dependency-name: uv-build dependency-version: 0.11.16 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 b53fda2..7221f7d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ name = "pyvec-docs" version = "0" requires-python = "==3.12.*" dependencies = [ - "click>=8.4.0", + "click>=8.4.1", "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.15,<0.12.0"] +requires = ["uv_build>=0.11.16,<0.12.0"] build-backend = "uv_build" [tool.pytest.ini_options]