From 836bd693efee5349b055499add14c5ab89b1ed9b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jun 2026 13:44:12 +0000 Subject: [PATCH] chore(deps-dev): bump the python-dependencies group with 6 updates Bumps the python-dependencies group with 6 updates: | Package | From | To | | --- | --- | --- | | [mashumaro](https://github.com/Fatal1ty/mashumaro) | `3.21` | `3.22` | | [google-genai](https://github.com/googleapis/python-genai) | `2.6.0` | `2.7.0` | | [mcp](https://github.com/modelcontextprotocol/python-sdk) | `1.27.1` | `1.27.2` | | [coverage](https://github.com/coveragepy/coveragepy) | `7.14.0` | `7.14.1` | | [pip](https://github.com/pypa/pip) | `26.1.1` | `26.1.2` | | [ruff](https://github.com/astral-sh/ruff) | `0.15.14` | `0.15.15` | Updates `mashumaro` from 3.21 to 3.22 - [Release notes](https://github.com/Fatal1ty/mashumaro/releases) - [Commits](https://github.com/Fatal1ty/mashumaro/compare/v3.21...v3.22) Updates `google-genai` from 2.6.0 to 2.7.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/v2.6.0...v2.7.0) Updates `mcp` from 1.27.1 to 1.27.2 - [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.1...v1.27.2) Updates `coverage` from 7.14.0 to 7.14.1 - [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.14.0...7.14.1) Updates `pip` from 26.1.1 to 26.1.2 - [Changelog](https://github.com/pypa/pip/blob/main/NEWS.rst) - [Commits](https://github.com/pypa/pip/compare/26.1.1...26.1.2) Updates `ruff` from 0.15.14 to 0.15.15 - [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.14...0.15.15) --- updated-dependencies: - dependency-name: mashumaro dependency-version: '3.22' dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: google-genai dependency-version: 2.7.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: mcp dependency-version: 1.27.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: python-dependencies - dependency-name: coverage dependency-version: 7.14.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: python-dependencies - dependency-name: pip dependency-version: 26.1.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: python-dependencies - dependency-name: ruff dependency-version: 0.15.15 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: python-dependencies ... 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 364b76a7..b3023bf2 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -1,18 +1,18 @@ -e .[all] -coverage==7.14.0 +coverage==7.14.1 mypy==2.1.0 pdoc==16.0.0 -pip==26.1.1 +pip==26.1.2 pre-commit==4.6.0 pytest-cov==7.1.0 pytest==9.0.3 -ruff==0.15.14 +ruff==0.15.15 aiohttp==3.13.5 -mashumaro==3.21 +mashumaro==3.22 aiohttp-remotes==1.3.0 -google-genai==2.6.0 -mcp==1.27.1 +google-genai==2.7.0 +mcp==1.27.2 # For user management CLI pyyaml>=6.0