build: use requests-unixsocket2 fork

Since requests-2.32.0, the http+unix url scheme is brokek, check
https://github.com/msabramo/requests-unixsocket/issues/73 for more
details
This commit is contained in:
2024-06-12 17:03:52 +03:00
parent 5ff635db70
commit 148ef09e70
5 changed files with 6 additions and 6 deletions

View File

@ -80,7 +80,7 @@ web = [
"aiohttp_session",
"aiohttp_security",
"cryptography",
"requests-unixsocket", # required by unix socket support
"requests-unixsocket2", # required by unix socket support
"setuptools", # required by aiohttp-apispec
]