@@ -18,14 +18,14 @@ yente = "yente.cli:cli"
18
18
19
19
[tool .poetry .dependencies ]
20
20
python = " >3.10.0,<3.13.0"
21
- elasticsearch = { "extras" = [" async" ], version = " 8.16 .0" }
21
+ elasticsearch = { "extras" = [" async" ], version = " 8.17 .0" }
22
22
opensearch-py = { "extras" = [" async" ], version = " 2.8.0" }
23
- uvicorn = { "extras" = [" standard" ], version = " 0.32.1 " }
23
+ uvicorn = { "extras" = [" standard" ], version = " 0.34.0 " }
24
24
httpx = { "extras" = [" http2" ], version = " 0.28.1" }
25
25
aiohttp = { "extras" = [" speedups" ], version = " 3.11.10" }
26
- boto3 = " 1.35.81 "
26
+ boto3 = " 1.35.82 "
27
27
fastapi = " 0.115.6"
28
- python-multipart = " 0.0.19 "
28
+ python-multipart = " 0.0.20 "
29
29
email-validator = " 2.2.0"
30
30
structlog = " 24.4.0"
31
31
pyicu = " 2.14"
@@ -39,7 +39,7 @@ countrynames = "1.16.5"
39
39
fingerprints = " 1.2.3"
40
40
pantomime = " 0.6.1"
41
41
cryptography = " 44.0.0"
42
- followthemoney = " 3.7.11 "
42
+ followthemoney = " 3.7.12 "
43
43
nomenklatura = " 3.14.0"
44
44
rigour = " 0.8.2"
45
45
asyncstdlib = " 3.13.0"
@@ -53,12 +53,12 @@ ruff = ">=0.4.0,<1.0.0"
53
53
mypy = " 1.13.0"
54
54
pytest = " 8.3.4"
55
55
pytest-cov = " 6.0.0"
56
- pytest-asyncio = " 0.24 .0"
56
+ pytest-asyncio = " 0.25 .0"
57
57
pytest-httpx = " 0.35.0"
58
58
flake8 = " >=2.6.0"
59
59
black = " 24.10.0"
60
60
types-aiofiles = " >=24.0,<25.0"
61
- boto3-stubs = " 1.35.81 "
61
+ boto3-stubs = " 1.35.82 "
62
62
bump2version = " 1.0.1"
63
63
pip = " >10.0.0"
64
64
0 commit comments