mirror of
https://github.com/pretix/pretix.git
synced 2026-08-09 10:37:50 +00:00
Update aiohttp requirement from ==3.11.* to ==3.12.* (#5187)
--- updated-dependencies: - dependency-name: aiohttp dependency-version: 3.12.4 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
54e109251c
commit
75215b64e1
+1
-1
@@ -107,7 +107,7 @@ dependencies = [
|
||||
[project.optional-dependencies]
|
||||
memcached = ["pylibmc"]
|
||||
dev = [
|
||||
"aiohttp==3.11.*",
|
||||
"aiohttp==3.12.*",
|
||||
"coverage",
|
||||
"coveralls",
|
||||
"fakeredis==2.26.*",
|
||||
|
||||
Reference in New Issue
Block a user