setup.cfg: pin aiohttp package to v3.12.9

This commit is contained in:
The MMGen Project 2025-09-09 11:27:05 +00:00
commit d18c52e1b0
Signed by: mmgen
GPG key ID: 3F8B1861E32B7DA2

View file

@ -62,7 +62,7 @@ install_requires =
cryptography
pynacl
ecdsa
aiohttp
aiohttp==3.12.9 # in later versions, TCPConnector.close() is a coroutine
requests
pexpect
lxml