We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9be406c commit 7499908Copy full SHA for 7499908
pyproject.toml
@@ -13,7 +13,7 @@ dependencies = [
13
"certifi==2025.8.3",
14
"cffi==2.0.0",
15
"charset-normalizer==3.4.3",
16
- "cryptography==45.0.7",
+ "cryptography==46.0.1",
17
"idna==3.10",
18
"jinja2==3.1.6",
19
"kubernetes==33.1.0",
@@ -26,7 +26,7 @@ dependencies = [
26
"typer==0.19.1",
27
"urllib3==2.5.0",
28
"click==8.3.0",
29
- "rich>=10.0.0", # For better CLI output formatting
+ "rich>=14.1.0",
30
]
31
32
[project.scripts]
@@ -135,8 +135,8 @@ dev = [
135
"bandit>=1.8.6",
136
"black>=25.1.0",
137
"isort>=6.0.1",
138
- "mypy>=1.17.0",
139
- "pytest>=8.4.1",
140
- "pytest-cov>=6.2.1",
+ "mypy>=1.18.2",
+ "pytest>=8.4.2",
+ "pytest-cov>=7.0.0",
141
"ruff>=0.12.4",
142
0 commit comments