We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dd7aeb3 + 1df3263 commit 0d699edCopy full SHA for 0d699ed
3 files changed
pyproject.toml
@@ -25,7 +25,7 @@ dependencies = [
25
"click>=8.1.6",
26
"PyYAML>=6.0.1",
27
"ruamel.yaml>=0.17.32",
28
- "pydantic==1.10.9",
+ "pydantic==1.10.13",
29
"tomli==2.0.1",
30
"validators==0.22.0",
31
"kubernetes>=28.1.0",
requirements.txt
@@ -6,7 +6,7 @@ python-on-whales>=0.64.0
6
click>=8.1.6
7
PyYAML>=6.0.1
8
ruamel.yaml>=0.17.32
9
-pydantic==1.10.9
+pydantic==1.10.13
10
tomli==2.0.1
11
validators==0.22.0
12
kubernetes>=28.1.0
0 commit comments