From a79a3e8c1c217731dad687bd7d3bebeb97a73110 Mon Sep 17 00:00:00 2001 From: Stefan Werner Date: Sat, 11 Nov 2023 02:50:30 +0100 Subject: [PATCH] improve a bit more with design and usablility --- server/requirements.prod | 2 +- service/requirements.prod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/server/requirements.prod b/server/requirements.prod index 0fe52be..f7f0230 100644 --- a/server/requirements.prod +++ b/server/requirements.prod @@ -43,7 +43,7 @@ ply==3.11 protobuf==4.23.2 python-dotenv==1.0.0 pytz==2023.3 -PyYAML==6.0 +PyYAML==6.0.1 rapidfuzz==3.1.1 regex==2023.6.3 requests==2.31.0 diff --git a/service/requirements.prod b/service/requirements.prod index 70236d1..aa40b6e 100644 --- a/service/requirements.prod +++ b/service/requirements.prod @@ -43,7 +43,7 @@ ply==3.11 protobuf==4.23.2 python-dotenv==1.0.0 pytz==2023.3 -PyYAML==6.0 +PyYAML==6.0.1 rapidfuzz==3.1.1 regex==2023.6.3 requests==2.31.0