Skip to content

Commit 62f6620

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 51f10d4 commit 62f6620

File tree

2 files changed

+41
-21
lines changed

2 files changed

+41
-21
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ 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.120.2",
9+
"fastapi ~=0.123.9",
1010
"python-gitlab ~=5.6.0",
1111
"pydantic ~=2.12.0",
12-
"pydantic-settings ~=2.11.0",
12+
"pydantic-settings ~=2.12.0",
1313
"prometheus-client ~=0.23.1",
1414
"uvicorn ~=0.38.0",
1515
]
@@ -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.18.2",
25+
"mypy ~=1.19.0",
2626
"pytest ~=8.4.2",
2727
"pytest-cov ~=6.3.0",
2828
"pytest-mock ~=3.15.0",

uv.lock

Lines changed: 38 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)