From cf200dd6a3602211519901108a0e7d0c2ccb066e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2026 01:19:28 +0000 Subject: [PATCH] chore(deps): bump the production-dependencies group across 1 directory with 8 updates Updates the requirements on [fastapi](https://github.com/fastapi/fastapi), [grpcio](https://github.com/grpc/grpc), [grpcio-testing](https://grpc.io), [grpcio-tools](https://github.com/grpc/grpc), [peewee](https://github.com/coleifer/peewee), [phonenumbers](https://github.com/daviddrysdale/python-phonenumbers), [pymysql](https://github.com/PyMySQL/PyMySQL) and [sentry-sdk](https://github.com/getsentry/sentry-python) to permit the latest version. Updates `fastapi` from 0.136.1 to 0.136.3 - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](https://github.com/fastapi/fastapi/compare/0.136.1...0.136.3) Updates `grpcio` from 1.80.0 to 1.81.0 - [Release notes](https://github.com/grpc/grpc/releases) - [Commits](https://github.com/grpc/grpc/compare/v1.80.0...v1.81.0) Updates `grpcio-testing` from 1.80.0 to 1.81.0 Updates `grpcio-tools` from 1.80.0 to 1.81.0 - [Release notes](https://github.com/grpc/grpc/releases) - [Commits](https://github.com/grpc/grpc/compare/v1.80.0...v1.81.0) Updates `peewee` to 4.0.6 - [Release notes](https://github.com/coleifer/peewee/releases) - [Changelog](https://github.com/coleifer/peewee/blob/master/CHANGELOG.md) - [Commits](https://github.com/coleifer/peewee/compare/4.0.5...4.0.6) Updates `phonenumbers` from 9.0.30 to 9.0.31 - [Commits](https://github.com/daviddrysdale/python-phonenumbers/compare/v9.0.30...v9.0.31) Updates `pymysql` from 1.1.3 to 1.2.0 - [Release notes](https://github.com/PyMySQL/PyMySQL/releases) - [Changelog](https://github.com/PyMySQL/PyMySQL/blob/main/CHANGELOG.md) - [Commits](https://github.com/PyMySQL/PyMySQL/compare/v1.1.3...v1.2.0) Updates `sentry-sdk` from 2.60.0 to 2.61.1 - [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.60.0...2.61.1) --- updated-dependencies: - dependency-name: fastapi dependency-version: 0.136.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: grpcio dependency-version: 1.81.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: grpcio-testing dependency-version: 1.81.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: grpcio-tools dependency-version: 1.81.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: peewee dependency-version: 4.0.6 dependency-type: direct:production dependency-group: production-dependencies - dependency-name: phonenumbers dependency-version: 9.0.31 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: pymysql dependency-version: 1.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: sentry-sdk dependency-version: 2.61.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies ... Signed-off-by: dependabot[bot] --- requirements.txt | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/requirements.txt b/requirements.txt index 3931dc6..165352a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,13 +1,13 @@ -fastapi[standard]==0.136.1 +fastapi[standard]==0.136.3 GitPython==3.1.50 grpc-interceptor==0.15.4 -grpcio==1.80.0 -grpcio-testing==1.80.0 -grpcio-tools==1.80.0 -peewee>=4.0.5 -phonenumbers==9.0.30 -pymysql==1.1.3 +grpcio==1.81.0 +grpcio-testing==1.81.0 +grpcio-tools==1.81.0 +peewee>=4.0.6 +phonenumbers==9.0.31 +pymysql==1.2.0 requests==2.34.2 -sentry-sdk[grpcio]==2.60.0 +sentry-sdk[grpcio]==2.61.1 tqdm==4.67.3 twilio==9.10.9