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:
parent
4c764cd543
commit
6069578e60
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue