Skip to content

Commit 46a9fd0

Browse files
authored
Update dependencies for aiohttp and prometheus-client (#19)
1 parent 3ad7b1d commit 46a9fd0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ classifiers = [
1818
"Programming Language :: Python :: 3",
1919
]
2020
dependencies = [
21-
"aiohttp>=3.8.1,<4.0",
22-
"prometheus-client>=0.14.1",
21+
"aiohttp>=3.12.9",
22+
"prometheus-client>=0.21.0",
2323
]
2424

2525
[project.optional-dependencies]

0 commit comments

Comments
 (0)