mirror of
https://github.com/pretix/pretix.git
synced 2026-08-25 13:12:00 +00:00
Update aiohttp requirement from ==3.12.* to ==3.13.* (#5528)
--- updated-dependencies: - dependency-name: aiohttp dependency-version: 3.13.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
co-authored by
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
parent
06dfba1a1e
commit
bc2cb7212d
+1
-1
@@ -107,7 +107,7 @@ dependencies = [
|
|||||||
[project.optional-dependencies]
|
[project.optional-dependencies]
|
||||||
memcached = ["pylibmc"]
|
memcached = ["pylibmc"]
|
||||||
dev = [
|
dev = [
|
||||||
"aiohttp==3.12.*",
|
"aiohttp==3.13.*",
|
||||||
"coverage",
|
"coverage",
|
||||||
"coveralls",
|
"coveralls",
|
||||||
"fakeredis==2.31.*",
|
"fakeredis==2.31.*",
|
||||||
|
|||||||
Reference in New Issue
Block a user