From c48cf88876e55393403bd498c83712cb2e589aa0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 May 2026 19:27:37 +0000 Subject: [PATCH] deps: bump the dev-dependencies group across 1 directory with 6 updates Updates the requirements on [pytest](https://github.com/pytest-dev/pytest), [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio), [black](https://github.com/psf/black), [isort](https://github.com/PyCQA/isort), [flake8](https://github.com/pycqa/flake8) and [pre-commit](https://github.com/pre-commit/pre-commit) to permit the latest version. Updates `pytest` to 8.4.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.0.0...8.4.2) Updates `pytest-asyncio` to 1.2.0 - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) - [Commits](https://github.com/pytest-dev/pytest-asyncio/compare/v0.23.0...v1.2.0) Updates `black` to 25.11.0 - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](https://github.com/psf/black/compare/23.1a1...25.11.0) Updates `isort` to 6.1.0 - [Release notes](https://github.com/PyCQA/isort/releases) - [Changelog](https://github.com/PyCQA/isort/blob/main/CHANGELOG.md) - [Commits](https://github.com/PyCQA/isort/compare/5.12.0...6.1.0) Updates `flake8` to 7.3.0 - [Commits](https://github.com/pycqa/flake8/compare/6.0.0...7.3.0) Updates `pre-commit` to 4.3.0 - [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.3.0) --- updated-dependencies: - dependency-name: pytest dependency-version: 8.4.2 dependency-type: direct:development dependency-group: dev-dependencies - dependency-name: pytest-asyncio dependency-version: 1.2.0 dependency-type: direct:development dependency-group: dev-dependencies - dependency-name: black dependency-version: 25.11.0 dependency-type: direct:development dependency-group: dev-dependencies - dependency-name: isort dependency-version: 6.1.0 dependency-type: direct:development dependency-group: dev-dependencies - dependency-name: flake8 dependency-version: 7.3.0 dependency-type: direct:development dependency-group: dev-dependencies - dependency-name: pre-commit dependency-version: 4.3.0 dependency-type: direct:development dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] --- pyproject.toml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 69dfe9e..bcfc56e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,13 +31,13 @@ python = "^3.9" click = "^8.0" [tool.poetry.group.dev.dependencies] -pytest = "^7.0" -pytest-asyncio = "^0.23" +pytest = ">=7,<9" +pytest-asyncio = ">=0.23,<1.3" tox = "^4.0" -black = "^23.0" -isort = "^5.12" -flake8 = "^6.0" -pre-commit = "^3.0" +black = ">=23,<26" +isort = ">=5.12,<7.0" +flake8 = ">=6,<8" +pre-commit = ">=3,<5" [tool.black] line-length = 100