From 8b5f1526b64add5a2cb288c0709087aefeb154d6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 06:55:30 +0000 Subject: [PATCH] chore(deps-dev): bump the python-dependencies group across 1 directory with 7 updates Bumps the python-dependencies group with 7 updates in the / directory: | Package | From | To | | --- | --- | --- | | [mashumaro](https://github.com/Fatal1ty/mashumaro) | `3.20` | `3.21` | | [google-genai](https://github.com/googleapis/python-genai) | `1.73.1` | `2.4.0` | | [mcp](https://github.com/modelcontextprotocol/python-sdk) | `1.27.0` | `1.27.1` | | [coverage](https://github.com/coveragepy/coveragepy) | `7.13.5` | `7.14.0` | | [mypy](https://github.com/python/mypy) | `1.20.2` | `2.1.0` | | [pip](https://github.com/pypa/pip) | `26.1` | `26.1.1` | | [ruff](https://github.com/astral-sh/ruff) | `0.15.12` | `0.15.13` | Updates `mashumaro` from 3.20 to 3.21 - [Release notes](https://github.com/Fatal1ty/mashumaro/releases) - [Commits](https://github.com/Fatal1ty/mashumaro/compare/v3.20...v3.21) Updates `google-genai` from 1.73.1 to 2.4.0 - [Release notes](https://github.com/googleapis/python-genai/releases) - [Changelog](https://github.com/googleapis/python-genai/blob/main/CHANGELOG.md) - [Commits](https://github.com/googleapis/python-genai/compare/v1.73.1...v2.4.0) Updates `mcp` from 1.27.0 to 1.27.1 - [Release notes](https://github.com/modelcontextprotocol/python-sdk/releases) - [Changelog](https://github.com/modelcontextprotocol/python-sdk/blob/main/RELEASE.md) - [Commits](https://github.com/modelcontextprotocol/python-sdk/compare/v1.27.0...v1.27.1) Updates `coverage` from 7.13.5 to 7.14.0 - [Release notes](https://github.com/coveragepy/coveragepy/releases) - [Changelog](https://github.com/coveragepy/coveragepy/blob/main/CHANGES.rst) - [Commits](https://github.com/coveragepy/coveragepy/compare/7.13.5...7.14.0) 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 `pip` from 26.1 to 26.1.1 - [Changelog](https://github.com/pypa/pip/blob/main/NEWS.rst) - [Commits](https://github.com/pypa/pip/compare/26.1...26.1.1) 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) --- updated-dependencies: - dependency-name: mashumaro dependency-version: '3.21' dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: google-genai dependency-version: 2.4.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: python-dependencies - dependency-name: mcp dependency-version: 1.27.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: python-dependencies - dependency-name: coverage dependency-version: 7.14.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: mypy dependency-version: 2.1.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: python-dependencies - dependency-name: pip dependency-version: 26.1.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: python-dependencies - dependency-name: ruff dependency-version: 0.15.13 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: python-dependencies ... Signed-off-by: dependabot[bot] --- requirements_dev.txt | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index 112a8331..76e76ded 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -1,18 +1,18 @@ -e .[all] -coverage==7.13.5 -mypy==1.20.2 +coverage==7.14.0 +mypy==2.1.0 pdoc==16.0.0 -pip==26.1 +pip==26.1.1 pre-commit==4.6.0 pytest-cov==7.1.0 pytest==9.0.3 -ruff==0.15.12 +ruff==0.15.13 aiohttp==3.13.5 -mashumaro==3.20 +mashumaro==3.21 aiohttp-remotes==1.3.0 -google-genai==1.73.1 -mcp==1.27.0 +google-genai==2.4.0 +mcp==1.27.1 # For user management CLI pyyaml>=6.0