From 49e739ac283059bee171e1288e9bbbf4d314a7aa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 May 2025 14:57:39 +0000 Subject: [PATCH] Bump the python group with 2 updates Bumps the python group with 2 updates: [click](https://github.com/pallets/click) and [pydantic](https://github.com/pydantic/pydantic). Updates `click` from 8.2.0 to 8.2.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.2.0...8.2.1) Updates `pydantic` from 2.11.4 to 2.11.5 - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md) - [Commits](https://github.com/pydantic/pydantic/compare/v2.11.4...v2.11.5) --- updated-dependencies: - dependency-name: click dependency-version: 8.2.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python - dependency-name: pydantic dependency-version: 2.11.5 dependency-type: direct:production update-type: version-update:semver-patch 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 5351d18..b6cf90e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,10 +3,10 @@ name = "pyvec-docs" version = "0" requires-python = "==3.12.*" dependencies = [ - "click==8.2.0", + "click==8.2.1", "jinja2==3.1.6", "myst-parser==4.0.1", - "pydantic==2.11.4", + "pydantic==2.11.5", "requests==2.32.3", "sphinx-rtd-theme==3.0.2", "sphinx==8.2.3",