Skip to content

Commit 0ec0548

Browse files
authored
Merge pull request #79 from smswithoutborders/staging
Staging
2 parents a456ce6 + 6e6513c commit 0ec0548

3 files changed

Lines changed: 9 additions & 9 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.13.1-slim
1+
FROM python:3.13.4-slim
22

33
WORKDIR /publisher
44

requirements-test.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
pytest==8.3.5
2-
requests==2.32.3
1+
pytest==8.4.0
2+
requests==2.32.4
33
smswithoutborders_libsig @ git+https://github.com/smswithoutborders/lib_signal_double_ratchet_python.git@v0.1.3

requirements.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
fastapi[standard]==0.115.6
1+
fastapi[standard]==0.115.12
22
GitPython==3.1.44
33
grpc-interceptor==0.15.4
4-
grpcio==1.70.0
5-
grpcio-testing==1.70.0
6-
grpcio-tools==1.70.0
4+
grpcio==1.72.1
5+
grpcio-testing==1.72.1
6+
grpcio-tools==1.72.1
77
peewee>=3.17.8
88
pymysql==1.1.1
9-
sentry-sdk[grpcio]==2.22.0
9+
sentry-sdk[grpcio]==2.29.1
1010
tqdm==4.67.1
11-
twilio==9.4.5
11+
twilio==9.6.2

0 commit comments

Comments
 (0)