From a9ca62f342cde1a415634ebbba599d12b34605e3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 May 2026 03:56:55 +0000 Subject: [PATCH] Bump the python-ci group with 3 updates Bumps the python-ci group with 3 updates: [mypy](https://github.com/python/mypy), [gunicorn](https://github.com/benoitc/gunicorn) and [types-requests](https://github.com/python/typeshed). Updates `mypy` from 1.20.2 to 2.0.0 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.20.2...v2.0.0) Updates `gunicorn` from 25.3.0 to 26.0.0 - [Release notes](https://github.com/benoitc/gunicorn/releases) - [Commits](https://github.com/benoitc/gunicorn/compare/25.3.0...26.0.0) Updates `types-requests` from 2.33.0.20260408 to 2.33.0.20260503 - [Commits](https://github.com/python/typeshed/commits) --- updated-dependencies: - dependency-name: mypy dependency-version: 2.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: python-ci - dependency-name: gunicorn dependency-version: 26.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: python-ci - dependency-name: types-requests dependency-version: 2.33.0.20260503 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-ci ... Signed-off-by: dependabot[bot] --- requirements-ci.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements-ci.txt b/requirements-ci.txt index 6e418d9..af910cc 100644 --- a/requirements-ci.txt +++ b/requirements-ci.txt @@ -8,9 +8,9 @@ pytest==9.0.3 pytest-asyncio==1.3.0 ruff==0.15.12 bandit==1.9.4 -mypy==1.20.2 +mypy==2.0.0 pip-audit==2.10.0 yara-python==4.5.4 -gunicorn==25.3.0 +gunicorn==26.0.0 types-PyYAML==6.0.12.20260408 -types-requests==2.33.0.20260408 +types-requests==2.33.0.20260503