Skip to content

Commit

Permalink
Merge pull request #3408 from bookwyrm-social/dependabot/pip/aiohttp-…
Browse files Browse the repository at this point in the history
…3.10.2

Bump aiohttp from 3.9.4 to 3.10.2
  • Loading branch information
mouse-reeve authored Sep 2, 2024
2 parents 904aa6c + 80248d3 commit cbdb59d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bookwyrm/connectors/abstract_connector.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ async def get_results(
),
"User-Agent": USER_AGENT,
}
params = {"min_confidence": min_confidence}
params = {"min_confidence": str(min_confidence)}
try:
async with session.get(url, headers=headers, params=params) as response:
if not response.ok:
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
aiohttp==3.9.4
aiohttp==3.10.2
bleach==6.1.0
boto3==1.34.74
bw-file-resubmit==0.6.0rc2
Expand Down

0 comments on commit cbdb59d

Please sign in to comment.