Skip to content

Commit 9ccd6c1

Browse files
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](pytest-dev/pytest@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](astral-sh/uv@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] <support@github.com>
1 parent a56d96a commit 9ccd6c1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ pyvec-docs = "pyvec_docs.cli:main"
1919
[dependency-groups]
2020
dev = [
2121
"pytest-ruff>=0.5",
22-
"pytest>=9.1.0",
22+
"pytest>=9.1.1",
2323
"sphinx-autobuild>=2025.8.25",
2424
]
2525

2626
[build-system]
27-
requires = ["uv_build>=0.11.21,<0.12.0"]
27+
requires = ["uv_build>=0.11.23,<0.12.0"]
2828
build-backend = "uv_build"
2929

3030
[tool.pytest.ini_options]

0 commit comments

Comments
 (0)