From 9153fa925d1a85237cd7ec46055bac307bc673a5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Sep 2025 14:02:53 +0000 Subject: [PATCH] Bump click from 8.2.1 to 8.3.0 in the python group Bumps the python group with 1 update: [click](https://github.com/pallets/click). Updates `click` from 8.2.1 to 8.3.0 - [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.2.1...8.3.0) --- updated-dependencies: - dependency-name: click dependency-version: 8.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ed5551f..f9c1eaa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ name = "pyvec-docs" version = "0" requires-python = "==3.12.*" dependencies = [ - "click==8.2.1", + "click==8.3.0", "jinja2==3.1.6", "myst-parser==4.0.1", "pydantic==2.11.9",