From 47e1cd58109d1b16121a0bebbb3414139460725a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Jun 2026 06:27:00 +0000 Subject: [PATCH] Bump the dev-dependencies group with 4 updates Updates the requirements on [black](https://github.com/psf/black), [mypy](https://github.com/python/mypy), [pytest](https://github.com/pytest-dev/pytest) and [nox](https://github.com/wntrblm/nox) to permit the latest version. Updates `black` to 26.5.1 - [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/24.10.0...26.5.1) Updates `mypy` to 2.1.0 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.13.0...v2.1.0) Updates `pytest` to 9.0.3 - [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/8.3.4...9.0.3) Updates `nox` to 2026.4.10 - [Release notes](https://github.com/wntrblm/nox/releases) - [Changelog](https://github.com/wntrblm/nox/blob/main/CHANGELOG.md) - [Commits](https://github.com/wntrblm/nox/compare/2025.02.09...2026.04.10) --- updated-dependencies: - dependency-name: black dependency-version: 26.5.1 dependency-type: direct:development dependency-group: dev-dependencies - dependency-name: mypy dependency-version: 2.1.0 dependency-type: direct:development dependency-group: dev-dependencies - dependency-name: pytest dependency-version: 9.0.3 dependency-type: direct:development dependency-group: dev-dependencies - dependency-name: nox dependency-version: 2026.4.10 dependency-type: direct:development dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] --- pyproject.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 40afac5..012aa80 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,12 +20,12 @@ dependencies = [ dev = [ "pre-commit<5.0.0,>=4.0.1", "ruff<1.0.0,>=0.7.3", - "black<25.0.0,>=24.10.0", - "mypy<2.0.0,>=1.13.0", + "black>=24.10.0,<27.0.0", + "mypy>=1.13.0,<3.0.0", "bandit<2.0.0,>=1.7.10", "types-pyyaml<7.0.0.0,>=6.0.12.20240917", - "pytest<9.0.0,>=8.3.4", - "nox<2026.0.0,>=2025.2.9", + "pytest>=8.3.4,<10.0.0", + "nox>=2025.2.9,<2027.0.0", "jsonschema<5.0.0,>=4.23.0" ]