From eb4785a166dc941485f04e29e2bbd10f4b3a469e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Aug 2026 13:20:01 +0000 Subject: [PATCH] chore(deps): bump the production-dependencies group across 1 directory with 11 updates Bumps the production-dependencies group with 11 updates in the / directory: | Package | From | To | | --- | --- | --- | | [alembic](https://github.com/sqlalchemy/alembic) | `1.18.5` | `1.19.1` | | [cachetools](https://github.com/tkem/cachetools) | `7.1.4` | `7.1.7` | | [cryptography](https://github.com/pyca/cryptography) | `49.0.0` | `50.0.0` | | [fastapi](https://github.com/fastapi/fastapi) | `0.139.2` | `0.141.1` | | [gitpython](https://github.com/gitpython-developers/GitPython) | `3.1.53` | `3.1.59` | | [grpcio](https://github.com/grpc/grpc) | `1.82.1` | `1.83.0` | | [grpcio-health-checking](https://grpc.io) | `1.82.1` | `1.83.0` | | [grpcio-testing](https://grpc.io) | `1.82.1` | `1.83.0` | | [grpcio-tools](https://github.com/grpc/grpc) | `1.82.1` | `1.83.0` | | [phonenumbers](https://github.com/daviddrysdale/python-phonenumbers) | `9.0.34` | `9.0.36` | | [tqdm](https://github.com/tqdm/tqdm) | `4.69.0` | `4.70.0` | Updates `alembic` from 1.18.5 to 1.19.1 - [Release notes](https://github.com/sqlalchemy/alembic/releases) - [Changelog](https://github.com/sqlalchemy/alembic/blob/main/CHANGES) - [Commits](https://github.com/sqlalchemy/alembic/commits) Updates `cachetools` from 7.1.4 to 7.1.7 - [Changelog](https://github.com/tkem/cachetools/blob/master/CHANGELOG.rst) - [Commits](https://github.com/tkem/cachetools/compare/v7.1.4...v7.1.7) Updates `cryptography` from 49.0.0 to 50.0.0 - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/49.0.0...50.0.0) Updates `fastapi` from 0.139.2 to 0.141.1 - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](https://github.com/fastapi/fastapi/compare/0.139.2...0.141.1) Updates `gitpython` from 3.1.53 to 3.1.59 - [Release notes](https://github.com/gitpython-developers/GitPython/releases) - [Changelog](https://github.com/gitpython-developers/GitPython/blob/main/CHANGES) - [Commits](https://github.com/gitpython-developers/GitPython/compare/3.1.53...3.1.59) Updates `grpcio` from 1.82.1 to 1.83.0 - [Release notes](https://github.com/grpc/grpc/releases) - [Commits](https://github.com/grpc/grpc/compare/v1.82.1...v1.83.0) Updates `grpcio-health-checking` from 1.82.1 to 1.83.0 Updates `grpcio-testing` from 1.82.1 to 1.83.0 Updates `grpcio-tools` from 1.82.1 to 1.83.0 - [Release notes](https://github.com/grpc/grpc/releases) - [Commits](https://github.com/grpc/grpc/compare/v1.82.1...v1.83.0) Updates `phonenumbers` from 9.0.34 to 9.0.36 - [Commits](https://github.com/daviddrysdale/python-phonenumbers/compare/v9.0.34...v9.0.36) Updates `tqdm` from 4.69.0 to 4.70.0 - [Release notes](https://github.com/tqdm/tqdm/releases) - [Commits](https://github.com/tqdm/tqdm/compare/v4.69.0...v4.70.0) --- updated-dependencies: - dependency-name: alembic dependency-version: 1.19.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: cachetools dependency-version: 7.1.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: cryptography dependency-version: 50.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: production-dependencies - dependency-name: fastapi dependency-version: 0.141.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: gitpython dependency-version: 3.1.59 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: grpcio dependency-version: 1.83.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: grpcio-health-checking dependency-version: 1.83.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: grpcio-testing dependency-version: 1.83.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: grpcio-tools dependency-version: 1.83.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: phonenumbers dependency-version: 9.0.36 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: tqdm dependency-version: 4.70.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies ... Signed-off-by: dependabot[bot] --- requirements.txt | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/requirements.txt b/requirements.txt index 90e00c7..2fe30d3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,25 +1,25 @@ -alembic==1.18.5 +alembic==1.19.1 authres==1.2.0 -cachetools==7.1.4 +cachetools==7.1.7 celery[sqlalchemy,redis]==5.6.3 -cryptography==49.0.0 +cryptography==50.0.0 dkimpy==1.1.8 -fastapi[standard]==0.139.2 -GitPython==3.1.53 +fastapi[standard]==0.141.1 +GitPython==3.1.59 grpc-interceptor==0.15.4 -grpcio==1.82.1 -grpcio-health-checking==1.82.1 -grpcio-testing==1.82.1 -grpcio-tools==1.82.1 +grpcio==1.83.0 +grpcio-health-checking==1.83.0 +grpcio-testing==1.83.0 +grpcio-tools==1.83.0 imap-tools==1.15.0 msgspec==0.21.1 opentelemetry-api==1.44.0 -phonenumbers==9.0.34 +phonenumbers==9.0.36 psycopg2-binary==2.9.12 pymysql==1.2.0 python-magic==0.4.27 requests==2.34.2 sqlalchemy==2.0.51 sqlcipher3-binary==0.6.0 -tqdm==4.69.0 +tqdm==4.70.0 twilio==9.10.9