1
0
Fork 1
mirror of https://github.com/bookwyrm-social/bookwyrm.git synced 2025-04-24 03:04:10 +00:00

update aiohttp requirement to fix finna connectivity

seems that 3.11.11 version fixes access on services behind cloudflare, most visible finna connector

https://docs.aiohttp.org/en/stable/changes.html#id15 most probable reason
This commit is contained in:
Ilkka Ollakka 2025-04-01 21:46:04 +03:00
parent 4c764cd543
commit 6069578e60

View file

@ -1,4 +1,4 @@
aiohttp==3.10.11
aiohttp==3.11.11
bleach==6.1.0
boto3==1.34.74
bw-file-resubmit==0.6.0rc2