Skip to content

Commit

Permalink
Merge pull request #2009 from DSD-DBS/update-aiohttp
Browse files Browse the repository at this point in the history
chore: Update `aiohttp` to latest version
  • Loading branch information
MoritzWeber0 authored Nov 18, 2024
2 parents 5c1976f + 472f6d0 commit 031d778
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions backend/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ dependencies = [
"python-slugify[unidecode]",
"starlette-prometheus",
"fastapi-pagination>=0.12.27",
"aiohttp<3.11.0",
"aiohttp",
"argon2-cffi",
"typer",
"lxml",
Expand Down Expand Up @@ -68,7 +68,7 @@ dev = [
"responses",
"sqlalchemy[mypy]",
"pytest-cov",
"aioresponses",
"aioresponses>=0.7.7",
"types-lxml",
"types-croniter",
"pyinstrument",
Expand Down

0 comments on commit 031d778

Please sign in to comment.