Skip to content

Commit 2abd5c1

Browse files
committed
bump version, add aiohttp dep
Signed-off-by: Zen <[email protected]>
1 parent bd42857 commit 2abd5c1

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pyproject.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "json_exporter"
7-
version = "0.10.0"
7+
version = "0.10.1"
88
authors = [
99
{ name="Desultory", email="[email protected]" },
1010
]
@@ -17,7 +17,8 @@ classifiers = [
1717
"Operating System :: OS Independent",
1818
]
1919
dependencies = [
20-
"prometheus_exporter >= 0.10.0",
20+
"prometheus_exporter >= 0.10.1",
21+
"aiohttp >= 3.9.1",
2122
"zenlib >= 1.6.2"
2223
]
2324

0 commit comments

Comments
 (0)