File tree Expand file tree Collapse file tree 2 files changed +131
-108
lines changed Expand file tree Collapse file tree 2 files changed +131
-108
lines changed Original file line number Diff line number Diff line change @@ -4,13 +4,13 @@ version = "0.2.0"
4
4
description = " Gitlab Project Prometheus exporter"
5
5
authors = [{ name = " Red Hat App-SRE Team" , email = " sd-app-sre@redhat.com" }]
6
6
license = { text = " Apache 2.0" }
7
- requires-python = " ~= 3.12.0 "
7
+ requires-python = " ~=3.13.3 "
8
8
dependencies = [
9
9
" fastapi ~=0.115.6" ,
10
10
" python-gitlab ~=5.6.0" ,
11
11
" pydantic ~=2.11.3" ,
12
- " pydantic-settings ~=2.8.0 " ,
13
- " prometheus-client ~=0.21.1 " ,
12
+ " pydantic-settings ~=2.9.1 " ,
13
+ " prometheus-client ~=0.22.0 " ,
14
14
" uvicorn ~=0.34.0" ,
15
15
]
16
16
@@ -22,7 +22,7 @@ documentation = "https://github.com/app-sre/gitlab-project-exporter"
22
22
[dependency-groups ]
23
23
dev = [
24
24
" httpx ~=0.28.1" ,
25
- " mypy ~=1.15 .0" ,
25
+ " mypy ~=1.16 .0" ,
26
26
" pytest ~=8.3.4" ,
27
27
" pytest-cov ~=6.0.0" ,
28
28
" pytest-mock ~=3.14.0" ,
You can’t perform that action at this time.
0 commit comments