Skip to content

Commit

Permalink
bump all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
pudo committed Nov 21, 2023
1 parent 1a47c25 commit 33cd034
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,22 +16,22 @@
packages=find_packages(exclude=["examples", "tests"]),
namespace_packages=[],
install_requires=[
"followthemoney==3.5.4",
"nomenklatura==3.7.0",
"followthemoney==3.5.7",
"nomenklatura==3.8.5",
"asyncstdlib==3.10.9",
"aiocron==1.8",
"aiocsv==1.2.4",
"aiocsv==1.2.5",
"aiofiles==23.2.1",
"types-aiofiles>=23.1.0.4,<23.3",
"aiohttp[speedups]==3.8.6",
"elasticsearch[async]==8.10.1",
"fastapi==0.104.0",
"uvicorn[standard]==0.23.2",
"aiohttp[speedups]==3.9.0",
"elasticsearch[async]==8.11.0",
"fastapi==0.104.1",
"uvicorn[standard]==0.24.0.post1",
"python-multipart==0.0.6",
"email-validator==2.0.0.post1",
"email-validator==2.1.0.post1",
"structlog==23.2.0",
"pyicu==2.12",
"jellyfish==1.0.1",
"jellyfish==1.0.3",
"orjson==3.9.10",
"text-unidecode==1.3",
"click==8.1.6",
Expand Down

0 comments on commit 33cd034

Please sign in to comment.