Skip to content

Commit 06f6cb9

Browse files
authored
Merge pull request #250 from app-sre/konflux/mintmaker/main/all-minor-patch-pep621
fix(deps): update all non-major pep621 dependencies
2 parents 27b635c + d66d7d4 commit 06f6cb9

File tree

2 files changed

+83
-79
lines changed

2 files changed

+83
-79
lines changed

pyproject.toml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ authors = [{ name = "Red Hat App-SRE Team", email = "[email protected]" }]
66
license = { text = "Apache 2.0" }
77
requires-python = "~= 3.12.0"
88
dependencies = [
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]
2323
dev = [
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]

0 commit comments

Comments
 (0)