From 875746fa37ca7f7768c30299d3090a902068e9ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 29 Mar 2026 00:02:31 +0000 Subject: [PATCH] Bump the pip group across 1 directory with 2 updates Bumps the pip group with 2 updates in the /examples/fastapi-mcp-server directory: [requests](https://github.com/psf/requests) and [cryptography](https://github.com/pyca/cryptography). Updates `requests` from 2.32.4 to 2.33.0 - [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.32.4...v2.33.0) Updates `cryptography` from 45.0.5 to 46.0.6 - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/45.0.5...46.0.6) --- updated-dependencies: - dependency-name: requests dependency-version: 2.33.0 dependency-type: direct:production dependency-group: pip - dependency-name: cryptography dependency-version: 46.0.6 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- examples/fastapi-mcp-server/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/fastapi-mcp-server/requirements.txt b/examples/fastapi-mcp-server/requirements.txt index ccb7d3f..894460c 100644 --- a/examples/fastapi-mcp-server/requirements.txt +++ b/examples/fastapi-mcp-server/requirements.txt @@ -8,7 +8,7 @@ PyJWT==2.10.1 PyJWT==2.10.1 pytesseract==0.3.13 pyzbar==0.1.9 -Requests==2.32.4 -cryptography==45.0.5 +Requests==2.33.0 +cryptography==46.0.6 pycparser==2.22 cffi==1.17.1