From 8b5c312fda2f18bbb36ccd45fd6a2b88d4cc7742 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Jan 2026 13:30:21 +0000 Subject: [PATCH] chore(deps): Bump the dev-dependencies group with 4 updates Updates the requirements on [pytest](https://github.com/pytest-dev/pytest), [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio), [pytest-cov](https://github.com/pytest-dev/pytest-cov) and [pre-commit](https://github.com/pre-commit/pre-commit) to permit the latest version. Updates `pytest` from 7.4.4 to 9.0.2 - [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/7.4.4...9.0.2) Updates `pytest-asyncio` from 0.23.3 to 1.3.0 - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) - [Commits](https://github.com/pytest-dev/pytest-asyncio/compare/v0.23.3...v1.3.0) Updates `pytest-cov` to 7.0.0 - [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest-cov/compare/v4.0.0...v7.0.0) Updates `pre-commit` to 4.5.1 - [Release notes](https://github.com/pre-commit/pre-commit/releases) - [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md) - [Commits](https://github.com/pre-commit/pre-commit/compare/v3.0.0...v4.5.1) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.2 dependency-type: direct:production update-type: version-update:semver-major dependency-group: dev-dependencies - dependency-name: pytest-asyncio dependency-version: 1.3.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: dev-dependencies - dependency-name: pytest-cov dependency-version: 7.0.0 dependency-type: direct:development dependency-group: dev-dependencies - dependency-name: pre-commit dependency-version: 4.5.1 dependency-type: direct:development dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] --- pyproject.toml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 821a74f3..9d8b76d9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -150,15 +150,15 @@ docs = [ # Development dependencies dev = [ - "pytest>=7.0,<9.0", - "pytest-asyncio>=0.21,<1.0", - "pytest-cov>=4.0,<5.0", + "pytest>=7.0,<10.0", + "pytest-asyncio>=0.21,<2.0", + "pytest-cov>=4.0,<8.0", "black>=24.3.0,<26.0", # CVE fix: PYSEC-2024-48 "mypy>=1.0,<2.0", "ruff>=0.1,<1.0", "coverage>=7.0,<8.0", "bandit>=1.7,<2.0", - "pre-commit>=3.0,<4.0", + "pre-commit>=3.0,<5.0", # Test dependencies for API and integration tests "httpx>=0.27.0,<1.0.0", # For API testing "fastapi>=0.109.1,<1.0.0", # For wizard API tests @@ -263,15 +263,15 @@ all = [ "mkdocs-with-pdf>=0.9.3,<1.0.0", "pymdown-extensions>=10.0,<11.0", # Dev tools - "pytest>=7.0,<9.0", - "pytest-asyncio>=0.21,<1.0", - "pytest-cov>=4.0,<5.0", + "pytest>=7.0,<10.0", + "pytest-asyncio>=0.21,<2.0", + "pytest-cov>=4.0,<8.0", "black>=24.3.0,<26.0", # CVE fix "mypy>=1.0,<2.0", "ruff>=0.1,<1.0", "coverage>=7.0,<8.0", "bandit>=1.7,<2.0", - "pre-commit>=3.0,<4.0", + "pre-commit>=3.0,<5.0", "httpx>=0.27.0,<1.0.0", # For API testing # Security constraint overrides for transitive dependencies "urllib3>=2.3.0,<3.0.0", # CVE fix: GHSA-gm62, GHSA-2xpw