Skip to content

Commit 7499908

Browse files
committed
bump packages
1 parent 9be406c commit 7499908

File tree

2 files changed

+180
-120
lines changed

2 files changed

+180
-120
lines changed

pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ dependencies = [
1313
"certifi==2025.8.3",
1414
"cffi==2.0.0",
1515
"charset-normalizer==3.4.3",
16-
"cryptography==45.0.7",
16+
"cryptography==46.0.1",
1717
"idna==3.10",
1818
"jinja2==3.1.6",
1919
"kubernetes==33.1.0",
@@ -26,7 +26,7 @@ dependencies = [
2626
"typer==0.19.1",
2727
"urllib3==2.5.0",
2828
"click==8.3.0",
29-
"rich>=10.0.0", # For better CLI output formatting
29+
"rich>=14.1.0",
3030
]
3131

3232
[project.scripts]
@@ -135,8 +135,8 @@ dev = [
135135
"bandit>=1.8.6",
136136
"black>=25.1.0",
137137
"isort>=6.0.1",
138-
"mypy>=1.17.0",
139-
"pytest>=8.4.1",
140-
"pytest-cov>=6.2.1",
138+
"mypy>=1.18.2",
139+
"pytest>=8.4.2",
140+
"pytest-cov>=7.0.0",
141141
"ruff>=0.12.4",
142142
]

0 commit comments

Comments
 (0)