File tree Expand file tree Collapse file tree 2 files changed +83
-79
lines changed
Expand file tree Collapse file tree 2 files changed +83
-79
lines changed Original file line number Diff line number Diff line change @@ -6,12 +6,12 @@ authors = [{ name = "Red Hat App-SRE Team", email = "
[email protected] " }]
66license = { text = " Apache 2.0" }
77requires-python = " ~= 3.12.0"
88dependencies = [
9- " fastapi ~=0.116.1 " ,
9+ " fastapi ~=0.118.2 " ,
1010 " python-gitlab ~=5.6.0" ,
11- " pydantic ~=2.11.3 " ,
12- " pydantic-settings ~=2.10.1 " ,
13- " prometheus-client ~=0.22 .1" ,
14- " uvicorn ~=0.35 .0" ,
11+ " pydantic ~=2.12.0 " ,
12+ " pydantic-settings ~=2.11.0 " ,
13+ " prometheus-client ~=0.23 .1" ,
14+ " uvicorn ~=0.37 .0" ,
1515]
1616
1717[project .urls ]
@@ -22,13 +22,13 @@ documentation = "https://github.com/app-sre/gitlab-project-exporter"
2222[dependency-groups ]
2323dev = [
2424 " httpx ~=0.28.1" ,
25- " mypy ~=1.17.1 " ,
25+ " mypy ~=1.18.2 " ,
2626 " pytest ~=8.4.2" ,
2727 " pytest-cov ~=6.3.0" ,
2828 " pytest-mock ~=3.15.0" ,
2929 " responses ~=0.25.3" ,
30- " ruff ~=0.13 .0" ,
31- " uvicorn[standard] ~=0.35 .0" ,
30+ " ruff ~=0.14 .0" ,
31+ " uvicorn[standard] ~=0.37 .0" ,
3232]
3333
3434[build-system ]
You can’t perform that action at this time.
0 commit comments