Skip to content

Commit ccb3218

Browse files
dependabot[bot]m-misiura
authored andcommitted
chore(deps): update prometheus-client requirement
Updates the requirements on [prometheus-client](https://github.com/prometheus/client_python) to permit the latest version. - [Release notes](https://github.com/prometheus/client_python/releases) - [Commits](prometheus/client_python@v0.21.1...v0.22.1) --- updated-dependencies: - dependency-name: prometheus-client dependency-version: 0.22.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a20798b commit ccb3218

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ readme = "README.md"
88
dependencies = [
99
"fastapi>=0.115.9,<0.116",
1010
"pandas>=2.2.3,<3",
11-
"prometheus-client>=0.21.1,<0.22",
11+
"prometheus-client>=0.21.1,<0.23",
1212
"pydantic>=2.4.2,<3",
1313
"uvicorn>=0.34.0,<0.35",
1414
"protobuf>=4.24.4,<7",

0 commit comments

Comments
 (0)