From 713f35482a454d50c4ca24c92cfea6087584174e Mon Sep 17 00:00:00 2001 From: Friedrich Lindenberg Date: Mon, 5 Feb 2024 16:06:27 +0100 Subject: [PATCH] upgrade various versions; downgrade orjson --- setup.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/setup.py b/setup.py index 11258ed4..34214840 100644 --- a/setup.py +++ b/setup.py @@ -17,8 +17,8 @@ namespace_packages=[], install_requires=[ "followthemoney==3.5.9", - "nomenklatura==3.10.3", - "rigour==0.4.3", + "nomenklatura==3.10.4", + "rigour==0.4.5", "asyncstdlib==3.12.0", "aiocron==1.8", "aiocsv==1.2.5", @@ -26,15 +26,15 @@ "types-aiofiles>=23.1.0.4,<23.3", "aiohttp[speedups]==3.9.3", "elasticsearch[async]==8.12.0", - "fastapi==0.109.0", + "fastapi==0.109.2", "uvicorn[standard]==0.27.0.post1", "httpx[http2]==0.26.0", - "python-multipart==0.0.6", + "python-multipart==0.0.7", "email-validator==2.1.0.post1", "structlog==24.1.0", "pyicu==2.12", "jellyfish==1.0.3", - "orjson==3.9.12", + "orjson==3.9.10", "text-unidecode==1.3", "click==8.1.6", "normality==2.5.0",