mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2024-11-25 11:01:12 +00:00
Merge pull request #3408 from bookwyrm-social/dependabot/pip/aiohttp-3.10.2
Bump aiohttp from 3.9.4 to 3.10.2
This commit is contained in:
commit
cbdb59d3cf
2 changed files with 2 additions and 2 deletions
|
@ -86,7 +86,7 @@ class AbstractMinimalConnector(ABC):
|
||||||
),
|
),
|
||||||
"User-Agent": USER_AGENT,
|
"User-Agent": USER_AGENT,
|
||||||
}
|
}
|
||||||
params = {"min_confidence": min_confidence}
|
params = {"min_confidence": str(min_confidence)}
|
||||||
try:
|
try:
|
||||||
async with session.get(url, headers=headers, params=params) as response:
|
async with session.get(url, headers=headers, params=params) as response:
|
||||||
if not response.ok:
|
if not response.ok:
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
aiohttp==3.9.4
|
aiohttp==3.10.2
|
||||||
bleach==6.1.0
|
bleach==6.1.0
|
||||||
boto3==1.34.74
|
boto3==1.34.74
|
||||||
bw-file-resubmit==0.6.0rc2
|
bw-file-resubmit==0.6.0rc2
|
||||||
|
|
Loading…
Reference in a new issue