From 9ccd6c169fa76d5e655787e5cea5552a87cb8512 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 14:42:48 +0000 Subject: [PATCH] Bump the python group with 2 updates Updates the requirements on [pytest](https://github.com/pytest-dev/pytest) and [uv-build](https://github.com/astral-sh/uv) to permit the latest version. Updates `pytest` to 9.1.1 - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/9.1.0...9.1.1) Updates `uv-build` to 0.11.23 - [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.21...0.11.23) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.1.1 dependency-type: direct:development dependency-group: python - dependency-name: uv-build dependency-version: 0.11.23 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 4e3e2d7..2d7cf42 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,12 +19,12 @@ pyvec-docs = "pyvec_docs.cli:main" [dependency-groups] dev = [ "pytest-ruff>=0.5", - "pytest>=9.1.0", + "pytest>=9.1.1", "sphinx-autobuild>=2025.8.25", ] [build-system] -requires = ["uv_build>=0.11.21,<0.12.0"] +requires = ["uv_build>=0.11.23,<0.12.0"] build-backend = "uv_build" [tool.pytest.ini_options]