chore(deps): update aiohttp and python-multipart

This commit is contained in:
thePR0M3TH3AN
2025-08-03 08:23:56 -04:00
parent 7631d32bc6
commit 10a03384d0
4 changed files with 48 additions and 27 deletions

View File

@@ -28,7 +28,7 @@ requires = [
"bech32==1.2.0",
"coincurve>=18.0.0",
"mnemonic",
"aiohttp>=3.12.14",
"aiohttp>=3.12.15",
"bcrypt",
"portalocker>=2.8",
"nostr-sdk>=0.43",
@@ -44,7 +44,7 @@ requires = [
"uvicorn>=0.35.0",
"httpx>=0.28.1",
"requests>=2.32",
"python-multipart",
"python-multipart>=0.0.20",
"orjson",
"argon2-cffi",
]