Skip to content

Commit 165abd3

Browse files
committed
update prereq versions to address vulnerabilities
1 parent 612583a commit 165abd3

File tree

6 files changed

+9
-7
lines changed

6 files changed

+9
-7
lines changed

netapp_dataops_k8s/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ For details on supported BeeGFS CSI driver functionality refer to the following
2828

2929
### Prerequisites
3030

31-
The NetApp DataOps Toolkit for Kubernetes requires that Python 3.6 or above be installed on the local host. Additionally, the toolkit requires that pip for Python3 be installed on the local host. For more details regarding pip, including installation instructions, refer to the [pip documentation](https://pip.pypa.io/en/stable/installing/).
31+
The NetApp DataOps Toolkit for Kubernetes requires that Python 3.8 or above be installed on the local host. Additionally, the toolkit requires that pip for Python3 be installed on the local host. For more details regarding pip, including installation instructions, refer to the [pip documentation](https://pip.pypa.io/en/stable/installing/).
3232

3333
### Installation Instructions
3434

netapp_dataops_k8s/netapp_dataops/k8s/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
by applications using the import method of utilizing the toolkit.
55
"""
66

7-
__version__ = "2.2.0beta1"
7+
__version__ = "2.2.0"
88

99
import base64
1010
from datetime import datetime

netapp_dataops_k8s/setup.cfg

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,11 @@ packages = find_namespace:
2727
scripts =
2828
netapp_dataops/netapp_dataops_k8s_cli.py
2929
install_requires =
30-
ipython
30+
ipython>=7.31.0
3131
kubernetes
3232
pandas
3333
tabulate
34+
numpy>=1.22.0
3435
netapp-astra-toolkits==2.0
3536
certifi==2020.12.5
3637
chardet==4.0.0
@@ -39,7 +40,7 @@ install_requires =
3940
requests==2.25.1
4041
termcolor==1.1.0
4142
urllib3==1.26.5
42-
python_requires = >=3.6
43+
python_requires = >=3.8
4344

4445
[options.packages.find]
4546
exclude = Examples.*

netapp_dataops_traditional/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Note: The 'prepopulate flexcache' operation only supports ONTAP 9.8 and above. A
2020

2121
### Prerequisites
2222

23-
The NetApp DataOps Toolkit for Traditional Environments requires that Python 3.6 or above be installed on the local host. Additionally, the toolkit requires that pip for Python3 be installed on the local host. For more details regarding pip, including installation instructions, refer to the [pip documentation](https://pip.pypa.io/en/stable/installing/).
23+
The NetApp DataOps Toolkit for Traditional Environments requires that Python 3.8 or above be installed on the local host. Additionally, the toolkit requires that pip for Python3 be installed on the local host. For more details regarding pip, including installation instructions, refer to the [pip documentation](https://pip.pypa.io/en/stable/installing/).
2424

2525
### Installation Instructions
2626

netapp_dataops_traditional/netapp_dataops/traditional.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
import yaml
3232

3333

34-
__version__ = "2.2.0beta1"
34+
__version__ = "2.2.0"
3535

3636

3737
# Using this decorator in lieu of using a dependency to manage deprecation

netapp_dataops_traditional/setup.cfg

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ install_requires =
3232
netapp-ontap
3333
pandas
3434
tabulate
35+
numpy>=1.22.0
3536
requests
3637
boto3
3738
pyyaml
38-
python_requires = >=3.6
39+
python_requires = >=3.8

0 commit comments

Comments
 (0)