From ca6c2772f3c675b87cc700031616be8ff339a285 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 14:43:03 +0000 Subject: [PATCH] Bump the python group with 3 updates Updates the requirements on [click](https://github.com/pallets/click), [pydantic](https://github.com/pydantic/pydantic) and [uv-build](https://github.com/astral-sh/uv) to permit the latest version. Updates `click` to 8.5.0 - [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.2...8.5.0) Updates `pydantic` to 2.13.5 - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/v2.13.5/HISTORY.md) - [Commits](https://github.com/pydantic/pydantic/compare/v2.13.4...v2.13.5) Updates `uv-build` to 0.12.7 - [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.12.5...0.12.7) --- updated-dependencies: - dependency-name: click dependency-version: 8.5.0 dependency-type: direct:production dependency-group: python - dependency-name: pydantic dependency-version: 2.13.5 dependency-type: direct:production dependency-group: python - dependency-name: uv-build dependency-version: 0.12.7 dependency-type: direct:development dependency-group: python ... Signed-off-by: dependabot[bot] --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index eab19dd..5d9b156 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,10 +3,10 @@ name = "pyvec-docs" version = "0" requires-python = "==3.12.*" dependencies = [ - "click>=8.4.2", + "click>=8.5.0", "jinja2>=3.1.6", "myst-parser>=5.1.0", - "pydantic>=2.13.4", + "pydantic>=2.13.5", "requests>=2.34.2", "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.12.5,<0.13.0"] +requires = ["uv_build>=0.12.7,<0.13.0"] build-backend = "uv_build" [tool.pytest.ini_options]