From 68684c1916b53ecd9353960b243f0f2d9a4b936c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 May 2026 03:57:35 +0000 Subject: [PATCH] Bump the python-ci group across 1 directory with 6 updates Bumps the python-ci group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [requests](https://github.com/psf/requests) | `2.33.1` | `2.34.2` | | [ruff](https://github.com/astral-sh/ruff) | `0.15.12` | `0.15.13` | | [mypy](https://github.com/python/mypy) | `1.20.2` | `2.1.0` | | [gunicorn](https://github.com/benoitc/gunicorn) | `25.3.0` | `26.0.0` | | [types-pyyaml](https://github.com/python/typeshed) | `6.0.12.20260408` | `6.0.12.20260510` | | [types-requests](https://github.com/python/typeshed) | `2.33.0.20260408` | `2.33.0.20260513` | Updates `requests` from 2.33.1 to 2.34.2 - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](https://github.com/psf/requests/compare/v2.33.1...v2.34.2) Updates `ruff` from 0.15.12 to 0.15.13 - [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/0.15.12...0.15.13) Updates `mypy` from 1.20.2 to 2.1.0 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.20.2...v2.1.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-pyyaml` from 6.0.12.20260408 to 6.0.12.20260510 - [Commits](https://github.com/python/typeshed/commits) Updates `types-requests` from 2.33.0.20260408 to 2.33.0.20260513 - [Commits](https://github.com/python/typeshed/commits) --- updated-dependencies: - dependency-name: requests dependency-version: 2.34.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-ci - dependency-name: ruff dependency-version: 0.15.13 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-ci - dependency-name: mypy dependency-version: 2.1.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-pyyaml dependency-version: 6.0.12.20260510 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-ci - dependency-name: types-requests dependency-version: 2.33.0.20260513 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-ci ... Signed-off-by: dependabot[bot] --- requirements-ci.txt | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/requirements-ci.txt b/requirements-ci.txt index 6e418d9..fba4b84 100644 --- a/requirements-ci.txt +++ b/requirements-ci.txt @@ -3,14 +3,14 @@ # All versions must be reviewed before bumping. PyYAML==6.0.3 Flask==3.1.3 -requests==2.33.1 +requests==2.34.2 pytest==9.0.3 pytest-asyncio==1.3.0 -ruff==0.15.12 +ruff==0.15.13 bandit==1.9.4 -mypy==1.20.2 +mypy==2.1.0 pip-audit==2.10.0 yara-python==4.5.4 -gunicorn==25.3.0 -types-PyYAML==6.0.12.20260408 -types-requests==2.33.0.20260408 +gunicorn==26.0.0 +types-PyYAML==6.0.12.20260510 +types-requests==2.33.0.20260513