From 6eba97646eb7326dc3b8e76883e1741eee1e1d78 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Dec 2025 17:07:06 +0000 Subject: [PATCH 1/2] chore(deps): bump the production-dependencies group with 5 updates Bumps the production-dependencies group with 5 updates: | Package | From | To | | --- | --- | --- | | [fastapi[standard]](https://github.com/fastapi/fastapi) | `0.123.0` | `0.124.0` | | [phonenumbers](https://github.com/daviddrysdale/python-phonenumbers) | `9.0.19` | `9.0.20` | | [sentry-sdk[grpcio]](https://github.com/getsentry/sentry-python) | `2.46.0` | `2.47.0` | | [twilio](https://github.com/twilio/twilio-python) | `9.8.7` | `9.8.8` | | [pytest](https://github.com/pytest-dev/pytest) | `9.0.1` | `9.0.2` | Updates `fastapi[standard]` from 0.123.0 to 0.124.0 - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](https://github.com/fastapi/fastapi/compare/0.123.0...0.124.0) Updates `phonenumbers` from 9.0.19 to 9.0.20 - [Commits](https://github.com/daviddrysdale/python-phonenumbers/compare/v9.0.19...v9.0.20) Updates `sentry-sdk[grpcio]` from 2.46.0 to 2.47.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.46.0...2.47.0) Updates `twilio` from 9.8.7 to 9.8.8 - [Release notes](https://github.com/twilio/twilio-python/releases) - [Changelog](https://github.com/twilio/twilio-python/blob/main/CHANGES.md) - [Commits](https://github.com/twilio/twilio-python/compare/9.8.7...9.8.8) Updates `pytest` from 9.0.1 to 9.0.2 - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/9.0.1...9.0.2) --- updated-dependencies: - dependency-name: fastapi[standard] dependency-version: 0.124.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: phonenumbers dependency-version: 9.0.20 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: sentry-sdk[grpcio] dependency-version: 2.47.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: twilio dependency-version: 9.8.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: pytest dependency-version: 9.0.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies ... Signed-off-by: dependabot[bot] --- requirements-test.txt | 2 +- requirements.txt | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/requirements-test.txt b/requirements-test.txt index df80524..4b5c0de 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -1,3 +1,3 @@ -pytest==9.0.1 +pytest==9.0.2 requests==2.32.5 smswithoutborders_libsig @ git+https://github.com/smswithoutborders/lib_signal_double_ratchet_python.git@v0.1.3 diff --git a/requirements.txt b/requirements.txt index b2e4fda..8380349 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,13 +1,13 @@ -fastapi[standard]==0.123.0 +fastapi[standard]==0.124.0 GitPython==3.1.45 grpc-interceptor==0.15.4 grpcio==1.76.0 grpcio-testing==1.76.0 grpcio-tools==1.76.0 peewee>=3.17.8 -phonenumbers==9.0.19 +phonenumbers==9.0.20 pymysql==1.1.2 requests==2.32.5 -sentry-sdk[grpcio]==2.46.0 +sentry-sdk[grpcio]==2.47.0 tqdm==4.67.1 -twilio==9.8.7 +twilio==9.8.8 From b41a46f75cbb35d0f921ad146709390c2307c60e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Dec 2025 17:21:21 +0000 Subject: [PATCH 2/2] chore(deps): bump python from 3.13.7-slim to 3.14.1-slim Bumps python from 3.13.7-slim to 3.14.1-slim. --- updated-dependencies: - dependency-name: python dependency-version: 3.14.1-slim dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 2f6019c..209e3a4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.13.7-slim +FROM python:3.14.1-slim WORKDIR /publisher