mirror of
https://github.com/kubevirt/kubevirt.core.git
synced 2026-07-28 02:14:35 +00:00
cleanup: Update requirements throughout the project
Update the requirements throughout the project to be in sync and to reflect the current state of dependencies. Signed-off-by: Felix Matouschek <fmatouschek@redhat.com>
This commit is contained in:
@@ -54,10 +54,10 @@ collections:
|
|||||||
|
|
||||||
#### Python libraries
|
#### Python libraries
|
||||||
|
|
||||||
- kubernetes
|
|
||||||
- PyYaml
|
|
||||||
- jsonpatch
|
|
||||||
- jinja2
|
- jinja2
|
||||||
|
- jsonpatch
|
||||||
|
- kubernetes>=28.1.0
|
||||||
|
- PyYAML>=3.11
|
||||||
|
|
||||||
To install all the dependencies:
|
To install all the dependencies:
|
||||||
```bash
|
```bash
|
||||||
|
|||||||
@@ -123,7 +123,7 @@ options:
|
|||||||
default: "kubevirt.io/v1"
|
default: "kubevirt.io/v1"
|
||||||
|
|
||||||
requirements:
|
requirements:
|
||||||
- "python >= 3.6"
|
- "python >= 3.9"
|
||||||
- "kubernetes >= 28.1.0"
|
- "kubernetes >= 28.1.0"
|
||||||
- "PyYAML >= 3.11"
|
- "PyYAML >= 3.11"
|
||||||
"""
|
"""
|
||||||
|
|||||||
@@ -105,7 +105,7 @@ options:
|
|||||||
type: int
|
type: int
|
||||||
|
|
||||||
requirements:
|
requirements:
|
||||||
- "python >= 3.6"
|
- "python >= 3.9"
|
||||||
- "kubernetes >= 28.1.0"
|
- "kubernetes >= 28.1.0"
|
||||||
- "PyYAML >= 3.11"
|
- "PyYAML >= 3.11"
|
||||||
- "jsonpatch"
|
- "jsonpatch"
|
||||||
|
|||||||
@@ -68,8 +68,9 @@ extends_documentation_fragment:
|
|||||||
- kubernetes.core.k8s_auth_options
|
- kubernetes.core.k8s_auth_options
|
||||||
|
|
||||||
requirements:
|
requirements:
|
||||||
- "python >= 3.6"
|
- "python >= 3.9"
|
||||||
- "kubernetes >= 28.1.0"
|
- "kubernetes >= 28.1.0"
|
||||||
|
- "PyYAML >= 3.11"
|
||||||
"""
|
"""
|
||||||
|
|
||||||
EXAMPLES = """
|
EXAMPLES = """
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
kubernetes>=28.1.0
|
|
||||||
PyYaml
|
|
||||||
jsonpatch
|
|
||||||
jinja2
|
jinja2
|
||||||
|
jsonpatch
|
||||||
|
kubernetes>=28.1.0
|
||||||
|
PyYAML>=3.11
|
||||||
|
|||||||
@@ -1,3 +1,3 @@
|
|||||||
---
|
---
|
||||||
modules:
|
modules:
|
||||||
python_requires: ">=3.11.0,<3.12.0"
|
python_requires: ">=3.9,<=3.12"
|
||||||
|
|||||||
@@ -1,3 +1,5 @@
|
|||||||
|
jinja2
|
||||||
|
jsonpatch
|
||||||
|
kubernetes>=28.1.0
|
||||||
|
PyYAML>=3.11
|
||||||
pytest
|
pytest
|
||||||
PyYAML
|
|
||||||
kubernetes
|
|
||||||
|
|||||||
Reference in New Issue
Block a user