Skip to content

Commit 8f2d7e9

Browse files
committed
Update bookworm's dependencies
structlog 22.3.0 migrated just now, and prometheus_client 0.16.0 is on its way, to be migrated in a couple of days. Update tox.ini to test with these versions.
1 parent a57d882 commit 8f2d7e9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tox.ini

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ deps =
2626

2727
[testenv:py311-bookworm]
2828
deps =
29-
prometheus_client==0.9.0
30-
structlog==20.1.0
29+
prometheus_client==0.16.0
30+
structlog==22.3.0
3131
{[testenv]deps}
3232

3333
[testenv:coverage]

0 commit comments

Comments
 (0)