From cef8afa9e64075fc171a95622caa8893e6f50ff4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 12 Jul 2026 22:05:22 +0000 Subject: [PATCH] deps-dev(pip): bump the development group across 1 directory 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 [ruff](https://github.com/astral-sh/ruff) 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/7.3.0...9.1.1) Updates `pytest-asyncio` to 1.4.0 - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) - [Commits](https://github.com/pytest-dev/pytest-asyncio/compare/v0.21.0...v1.4.0) Updates `pytest-cov` to 7.1.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.1.0) Updates `ruff` to 0.15.21 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/ruff/compare/v0.0.265...0.15.21) --- updated-dependencies: - dependency-name: pytest dependency-version: 8.4.2 dependency-type: direct:development dependency-group: development - dependency-name: pytest-asyncio dependency-version: 1.2.0 dependency-type: direct:development dependency-group: development - dependency-name: pytest-cov dependency-version: 7.1.0 dependency-type: direct:development dependency-group: development - dependency-name: ruff dependency-version: 0.15.18 dependency-type: direct:development dependency-group: development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 9a4f551..8d543ca 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -127,13 +127,13 @@ sse-starlette = {version = "^2.0.0", optional = true} pyecharts = {version = "^2.0.0", optional = true} [tool.poetry.group.dev.dependencies] -pytest = "^7.3.0" -pytest-asyncio = "^0.21.0" -pytest-cov = "^4.0.0" +pytest = ">=7.3,<10.0" +pytest-asyncio = ">=0.21,<1.5" +pytest-cov = ">=4,<8" pytest-xdist = "^3.3.0" hypothesis = "^6.78.0" black = "^23.3.0" -ruff = "^0.0.265" +ruff = ">=0.0.265,<0.15.22" mypy = "^1.2.0" bandit = "^1.7.0" mkdocs = {version = "^1.5.0", optional = true}