From 4fd81708d44acda696cc3a97b0d0e779e9e0b9bd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 14 Mar 2026 00:20:23 +0000 Subject: [PATCH] Bump the pip group across 2 directories with 3 updates Bumps the pip group with 2 updates in the /examples/fastapi-mcp-server directory: [pillow](https://github.com/python-pillow/Pillow) and [cryptography](https://github.com/pyca/cryptography). Bumps the pip group with 1 update in the /examples/fastmcp-server directory: [fastmcp](https://github.com/PrefectHQ/fastmcp). Updates `pillow` from 11.3.0 to 12.1.1 - [Release notes](https://github.com/python-pillow/Pillow/releases) - [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst) - [Commits](https://github.com/python-pillow/Pillow/compare/11.3.0...12.1.1) Updates `cryptography` from 45.0.5 to 46.0.5 - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/45.0.5...46.0.5) Updates `fastmcp` from 2.12.4 to 2.14.0 - [Release notes](https://github.com/PrefectHQ/fastmcp/releases) - [Changelog](https://github.com/PrefectHQ/fastmcp/blob/main/docs/changelog.mdx) - [Commits](https://github.com/PrefectHQ/fastmcp/compare/v2.12.4...v2.14.0) --- updated-dependencies: - dependency-name: pillow dependency-version: 12.1.1 dependency-type: direct:production dependency-group: pip - dependency-name: cryptography dependency-version: 46.0.5 dependency-type: direct:production dependency-group: pip - dependency-name: fastmcp dependency-version: 2.14.0 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- examples/fastapi-mcp-server/requirements.txt | 4 ++-- examples/fastmcp-server/requirements.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/fastapi-mcp-server/requirements.txt b/examples/fastapi-mcp-server/requirements.txt index ccb7d3fb..6073a757 100644 --- a/examples/fastapi-mcp-server/requirements.txt +++ b/examples/fastapi-mcp-server/requirements.txt @@ -1,7 +1,7 @@ fastapi==0.116.1 fastapi_mcp==0.3.7 httpx==0.28.1 -Pillow==11.3.0 +Pillow==12.1.1 pydantic==2.11.7 pydantic_settings==2.10.1 PyJWT==2.10.1 @@ -9,6 +9,6 @@ PyJWT==2.10.1 pytesseract==0.3.13 pyzbar==0.1.9 Requests==2.32.4 -cryptography==45.0.5 +cryptography==46.0.5 pycparser==2.22 cffi==1.17.1 diff --git a/examples/fastmcp-server/requirements.txt b/examples/fastmcp-server/requirements.txt index 10c56e1b..d0d1dab5 100644 --- a/examples/fastmcp-server/requirements.txt +++ b/examples/fastmcp-server/requirements.txt @@ -4,5 +4,5 @@ pydantic pydantic-settings click aiohttp -fastmcp==2.12.4 +fastmcp==2.14.0 PyJWT \ No newline at end of file