Skip to content

Commit 116d725

Browse files
authored
Merge pull request #99 from smswithoutborders/staging
Staging
2 parents 7eb9ad9 + 3381645 commit 116d725

3 files changed

Lines changed: 6 additions & 6 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.6-slim
1+
FROM python:3.13.7-slim
22

33
WORKDIR /publisher
44

requirements-test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
pytest==8.4.1
2-
requests==2.32.4
2+
requests==2.32.5
33
smswithoutborders_libsig @ git+https://github.com/smswithoutborders/lib_signal_double_ratchet_python.git@v0.1.3

requirements.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ grpcio==1.74.0
55
grpcio-testing==1.74.0
66
grpcio-tools==1.74.0
77
peewee>=3.17.8
8-
phonenumbers==9.0.11
8+
phonenumbers==9.0.12
99
pymysql==1.1.1
10-
requests==2.32.4
11-
sentry-sdk[grpcio]==2.34.1
10+
requests==2.32.5
11+
sentry-sdk[grpcio]==2.35.0
1212
tqdm==4.67.1
13-
twilio==9.7.0
13+
twilio==9.7.1

0 commit comments

Comments
 (0)