From bef37c120e1a5f8f30735d2de89e89f5b3fc4c93 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jun 2026 20:14:36 +0000 Subject: [PATCH] chore(deps-dev): bump the dev-deps group across 1 directory with 6 updates Bumps the dev-deps group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [black](https://github.com/psf/black) | `26.3.1` | `26.5.1` | | [flake8](https://github.com/pycqa/flake8) | `7.1.1` | `7.3.0` | | [mypy](https://github.com/python/mypy) | `1.13.0` | `2.1.0` | | [pre-commit](https://github.com/pre-commit/pre-commit) | `4.0.1` | `4.6.0` | | [types-requests](https://github.com/python/typeshed) | `2.32.0` | `2.33.0.20260518` | | [types-tqdm](https://github.com/python/typeshed) | `4.66.0` | `4.67.3.20260518` | Updates `black` from 26.3.1 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/26.3.1...26.5.1) Updates `flake8` from 7.1.1 to 7.3.0 - [Commits](https://github.com/pycqa/flake8/compare/7.1.1...7.3.0) Updates `mypy` from 1.13.0 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 `pre-commit` from 4.0.1 to 4.6.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/v4.0.1...v4.6.0) Updates `types-requests` from 2.32.0 to 2.33.0.20260518 - [Commits](https://github.com/python/typeshed/commits) Updates `types-tqdm` from 4.66.0 to 4.67.3.20260518 - [Commits](https://github.com/python/typeshed/commits) --- updated-dependencies: - dependency-name: black dependency-version: 26.5.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-deps - dependency-name: flake8 dependency-version: 7.3.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-deps - dependency-name: mypy dependency-version: 2.1.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: dev-deps - dependency-name: pre-commit dependency-version: 4.6.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-deps - dependency-name: types-requests dependency-version: 2.33.0.20260518 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-deps - dependency-name: types-tqdm dependency-version: 4.67.3.20260518 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-deps ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index f9b4e72..8203a9c 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,7 +1,7 @@ -black==26.3.1 -flake8==7.1.1 -mypy==1.13.0 +black==26.5.1 +flake8==7.3.0 +mypy==2.1.0 pytest==9.0.3 -pre-commit==4.0.1 -types-requests==2.32.0 -types-tqdm==4.66.0 +pre-commit==4.6.0 +types-requests==2.33.0.20260518 +types-tqdm==4.67.3.20260518