Skip to content

Commit d0287a9

Browse files
fix(deps): update all non-major pep621 dependencies
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
1 parent 1baa804 commit d0287a9

File tree

2 files changed

+131
-108
lines changed

2 files changed

+131
-108
lines changed

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ version = "0.2.0"
44
description = "Gitlab Project Prometheus exporter"
55
authors = [{ name = "Red Hat App-SRE Team", email = "sd-app-sre@redhat.com" }]
66
license = { text = "Apache 2.0" }
7-
requires-python = "~= 3.12.0"
7+
requires-python = "~=3.13.3"
88
dependencies = [
99
"fastapi ~=0.115.6",
1010
"python-gitlab ~=5.6.0",
1111
"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",
1414
"uvicorn ~=0.34.0",
1515
]
1616

@@ -22,7 +22,7 @@ documentation = "https://github.com/app-sre/gitlab-project-exporter"
2222
[dependency-groups]
2323
dev = [
2424
"httpx ~=0.28.1",
25-
"mypy ~=1.15.0",
25+
"mypy ~=1.16.0",
2626
"pytest ~=8.3.4",
2727
"pytest-cov ~=6.0.0",
2828
"pytest-mock ~=3.14.0",

0 commit comments

Comments
 (0)