Merge pull request #43 from 0xFelix/update-requirements

cleanup: Update requirements throughout the project
This commit is contained in:
kubevirt-bot
2024-02-29 15:56:57 +01:00
committed by GitHub
7 changed files with 15 additions and 12 deletions

View File

@@ -55,10 +55,10 @@ collections:
#### Python libraries
- kubernetes
- PyYaml
- jsonpatch
- jinja2
- jsonpatch
- kubernetes>=28.1.0
- PyYAML>=3.11
To install all the dependencies:
```bash

View File

@@ -123,7 +123,7 @@ options:
default: "kubevirt.io/v1"
requirements:
- "python >= 3.6"
- "python >= 3.9"
- "kubernetes >= 28.1.0"
- "PyYAML >= 3.11"
"""

View File

@@ -105,7 +105,7 @@ options:
type: int
requirements:
- "python >= 3.6"
- "python >= 3.9"
- "kubernetes >= 28.1.0"
- "PyYAML >= 3.11"
- "jsonpatch"

View File

@@ -68,8 +68,9 @@ extends_documentation_fragment:
- kubernetes.core.k8s_auth_options
requirements:
- "python >= 3.6"
- "python >= 3.9"
- "kubernetes >= 28.1.0"
- "PyYAML >= 3.11"
"""
EXAMPLES = """

View File

@@ -1,4 +1,4 @@
kubernetes>=28.1.0
PyYaml
jsonpatch
jinja2
jsonpatch
kubernetes>=28.1.0
PyYAML>=3.11

View File

@@ -1,3 +1,3 @@
---
modules:
python_requires: ">=3.11.0,<3.12.0"
python_requires: ">=3.9,<=3.12"

View File

@@ -1,3 +1,5 @@
jinja2
jsonpatch
kubernetes>=28.1.0
PyYAML>=3.11
pytest
PyYAML
kubernetes