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:
Mouse Reeve 2024-09-02 05:39:26 -07:00 committed by GitHub
commit cbdb59d3cf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -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:

View file

@ -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