From 4dd2f61226ada4034ef2b79418f71b7717047201 Mon Sep 17 00:00:00 2001 From: Friedrich Lindenberg Date: Sat, 28 Oct 2023 21:39:12 +0200 Subject: [PATCH] up dependencies --- setup.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/setup.py b/setup.py index f58e6b42..021ae40d 100644 --- a/setup.py +++ b/setup.py @@ -24,15 +24,15 @@ "aiofiles==23.2.1", "types-aiofiles>=23.1.0.4,<23.3", "aiohttp[speedups]==3.8.6", - "elasticsearch[async]==8.10.0", - "fastapi==0.103.2", + "elasticsearch[async]==8.10.1", + "fastapi==0.104.0", "uvicorn[standard]==0.23.2", "python-multipart==0.0.6", - "email-validator==2.0.0.post2", - "structlog==23.1.0", + "email-validator==2.0.0.post1", + "structlog==23.2.0", "pyicu==2.11", "jellyfish==1.0.1", - "orjson==3.9.7", + "orjson==3.9.10", "text-unidecode==1.3", "click==8.1.6", "normality==2.5.0",