From 0fbd8247631bb51e2679156ab962aa9f4d9203e3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 May 2026 00:24:32 +0000 Subject: [PATCH] Bump the python group with 4 updates Updates the requirements on [click](https://github.com/pallets/click), [myst-parser](https://github.com/executablebooks/MyST-Parser), [requests](https://github.com/psf/requests) and [uv-build](https://github.com/astral-sh/uv) to permit the latest version. Updates `click` to 8.4.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.3.3...8.4.0) Updates `myst-parser` to 5.1.0 - [Release notes](https://github.com/executablebooks/MyST-Parser/releases) - [Changelog](https://github.com/executablebooks/MyST-Parser/blob/master/CHANGELOG.md) - [Commits](https://github.com/executablebooks/MyST-Parser/compare/v5.0.0...v5.1.0) Updates `requests` to 2.34.2 - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](https://github.com/psf/requests/compare/v2.34.0...v2.34.2) Updates `uv-build` to 0.11.15 - [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.13...0.11.15) --- updated-dependencies: - dependency-name: click dependency-version: 8.4.0 dependency-type: direct:production dependency-group: python - dependency-name: myst-parser dependency-version: 5.1.0 dependency-type: direct:production dependency-group: python - dependency-name: requests dependency-version: 2.34.2 dependency-type: direct:production dependency-group: python - dependency-name: uv-build dependency-version: 0.11.15 dependency-type: direct:development dependency-group: python ... Signed-off-by: dependabot[bot] --- pyproject.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 863ba19..b53fda2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,11 +3,11 @@ name = "pyvec-docs" version = "0" requires-python = "==3.12.*" dependencies = [ - "click>=8.3.3", + "click>=8.4.0", "jinja2>=3.1.6", - "myst-parser>=5.0.0", + "myst-parser>=5.1.0", "pydantic>=2.13.4", - "requests>=2.34.0", + "requests>=2.34.2", "sphinx-rtd-theme>=3.1.0", "sphinx<10", # see https://github.com/executablebooks/MyST-Parser/issues/1077 "sphinxemoji>=0.3.2", @@ -24,7 +24,7 @@ dev = [ ] [build-system] -requires = ["uv_build>=0.11.13,<0.12.0"] +requires = ["uv_build>=0.11.15,<0.12.0"] build-backend = "uv_build" [tool.pytest.ini_options]