Skip to content

Commit 165ee68

Browse files
committed
dependency updates
1 parent bb04cd8 commit 165ee68

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

pyproject.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,14 @@ yente = "yente.cli:cli"
1818

1919
[tool.poetry.dependencies]
2020
python = ">3.10.0,<3.13.0"
21-
elasticsearch = { "extras" = ["async"], version = "8.16.0" }
21+
elasticsearch = { "extras" = ["async"], version = "8.17.0" }
2222
opensearch-py = { "extras" = ["async"], version = "2.8.0" }
23-
uvicorn = { "extras" = ["standard"], version = "0.32.1" }
23+
uvicorn = { "extras" = ["standard"], version = "0.34.0" }
2424
httpx = { "extras" = ["http2"], version = "0.28.1" }
2525
aiohttp = { "extras" = ["speedups"], version = "3.11.10" }
26-
boto3 = "1.35.81"
26+
boto3 = "1.35.82"
2727
fastapi = "0.115.6"
28-
python-multipart = "0.0.19"
28+
python-multipart = "0.0.20"
2929
email-validator = "2.2.0"
3030
structlog = "24.4.0"
3131
pyicu = "2.14"
@@ -39,7 +39,7 @@ countrynames = "1.16.5"
3939
fingerprints = "1.2.3"
4040
pantomime = "0.6.1"
4141
cryptography = "44.0.0"
42-
followthemoney = "3.7.11"
42+
followthemoney = "3.7.12"
4343
nomenklatura = "3.14.0"
4444
rigour = "0.8.2"
4545
asyncstdlib = "3.13.0"
@@ -53,12 +53,12 @@ ruff = ">=0.4.0,<1.0.0"
5353
mypy = "1.13.0"
5454
pytest = "8.3.4"
5555
pytest-cov = "6.0.0"
56-
pytest-asyncio = "0.24.0"
56+
pytest-asyncio = "0.25.0"
5757
pytest-httpx = "0.35.0"
5858
flake8 = ">=2.6.0"
5959
black = "24.10.0"
6060
types-aiofiles = ">=24.0,<25.0"
61-
boto3-stubs = "1.35.81"
61+
boto3-stubs = "1.35.82"
6262
bump2version = "1.0.1"
6363
pip = ">10.0.0"
6464

0 commit comments

Comments
 (0)