From 602260d2f434c000f697e4f0c26b4ea39aeee9a5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Mar 2026 19:15:10 +0000 Subject: [PATCH] chore(deps): bump the production-dependencies group with 3 updates Bumps the production-dependencies group with 3 updates: [fastapi[standard]](https://github.com/fastapi/fastapi), [phonenumbers](https://github.com/daviddrysdale/python-phonenumbers) and [sentry-sdk[grpcio]](https://github.com/getsentry/sentry-python). Updates `fastapi[standard]` from 0.132.0 to 0.135.1 - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](https://github.com/fastapi/fastapi/compare/0.132.0...0.135.1) Updates `phonenumbers` from 9.0.24 to 9.0.25 - [Commits](https://github.com/daviddrysdale/python-phonenumbers/compare/v9.0.24...v9.0.25) Updates `sentry-sdk[grpcio]` from 2.53.0 to 2.54.0 - [Release notes](https://github.com/getsentry/sentry-python/releases) - [Changelog](https://github.com/getsentry/sentry-python/blob/master/CHANGELOG.md) - [Commits](https://github.com/getsentry/sentry-python/compare/2.53.0...2.54.0) --- updated-dependencies: - dependency-name: fastapi[standard] dependency-version: 0.135.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: phonenumbers dependency-version: 9.0.25 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: sentry-sdk[grpcio] dependency-version: 2.54.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies ... Signed-off-by: dependabot[bot] --- requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index 42f7312..01cd65f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,13 +1,13 @@ -fastapi[standard]==0.132.0 +fastapi[standard]==0.135.1 GitPython==3.1.46 grpc-interceptor==0.15.4 grpcio==1.78.1 grpcio-testing==1.78.1 grpcio-tools==1.78.1 peewee>=3.17.8 -phonenumbers==9.0.24 +phonenumbers==9.0.25 pymysql==1.1.2 requests==2.32.5 -sentry-sdk[grpcio]==2.53.0 +sentry-sdk[grpcio]==2.54.0 tqdm==4.67.3 twilio==9.10.2