Skip to content

Commit 5152615

Browse files
committed
Tighten up dependencies
Raise the minimum version of prometheus_client and structlog to the versions we're testing with tox, which are currently the versions shipped with Debian bullseye.
1 parent eb3ad27 commit 5152615

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ classifiers = [
3535
"Typing :: Typed",
3636
]
3737
dependencies = [
38-
"prometheus_client",
39-
"structlog",
38+
"prometheus_client>=0.9.0",
39+
"structlog>=20.1.0",
4040
]
4141

4242
[project.urls]

0 commit comments

Comments
 (0)