From 9edbce75d3f14c4af6465e814be1eb7ea81a2480 Mon Sep 17 00:00:00 2001 From: Friedrich Lindenberg Date: Sat, 10 Aug 2024 09:38:34 +0200 Subject: [PATCH] upgrade all deps --- setup.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/setup.py b/setup.py index 746f83fa..c170ec4d 100644 --- a/setup.py +++ b/setup.py @@ -16,26 +16,26 @@ packages=find_packages(exclude=["examples", "tests"]), namespace_packages=[], install_requires=[ - "followthemoney==3.6.4", + "followthemoney==3.7.0", "nomenklatura==3.13.0", "rigour==0.5.3", "asyncstdlib==3.12.4", "aiocron==1.8", "aiocsv==1.3.2", "aiofiles==24.1.0", - "aiohttp[speedups]==3.10.0", + "aiohttp[speedups]==3.10.2", "elasticsearch[async]==8.14.0", "opensearch-py[async]==2.6.0", "boto3>=1.34.144,<1.35.0", - "fastapi==0.111.1", - "uvicorn[standard]==0.30.4", + "fastapi==0.112.0", + "uvicorn[standard]==0.30.5", "httpx[http2]==0.27.0", "python-multipart==0.0.9", "email-validator==2.2.0", "structlog==24.4.0", "pyicu==2.13.1", "jellyfish==1.1.0", - "orjson==3.10.6", + "orjson==3.10.7", "text-unidecode==1.3", "click==8.1.6", "normality==2.5.0",