diff --git a/pyproject.toml b/pyproject.toml index d21f365..88f95ef 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ version = "0.0.3" authors = [{name="Jegath S", email="jegath@intelops.dev" }] description = "Tool for automating Vulnerability Risk Management and Software Supply Chain Security Measures" readme = "README.md" -dependencies = ['click==8.1.3', 'clickhouse-driver==0.2.6', 'numpy==1.25.0', 'requests==2.31.0','questionary==1.10.0','tabulate==0.9.0','kubernetes==27.2.0'] +dependencies = ['click==8.1.3', 'clickhouse-driver==0.2.6', 'numpy==1.25.0', 'requests==2.31.0','questionary==1.10.0','tabulate==0.10.0','kubernetes==27.2.0'] requires-python = ">=3.9" [project.scripts] diff --git a/requirements.txt b/requirements.txt index f2ab34c..20771d6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ click==8.1.3 clickhouse-driver==0.2.6 requests==2.31.0 questionary==1.10.0 -tabulate==0.9.0 +tabulate==0.10.0 kubernetes==27.2.0 uvicorn==0.23.2 fastapi==0.103.1 \ No newline at end of file diff --git a/setup.py b/setup.py index 0dabc89..cf0fd59 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ description= 'Tool for automating Vulnerability Risk Management and Software Supply Chain Security Measures', version='0.0.1', py_modules=['scsctl'], - install_requires=['click==8.1.3', 'clickhouse-driver==0.2.6', 'numpy==1.25.0', 'requests==2.31.0','questionary==1.10.0','tabulate==0.9.0'], + install_requires=['click==8.1.3', 'clickhouse-driver==0.2.6', 'numpy==1.25.0', 'requests==2.31.0','questionary==1.10.0','tabulate==0.10.0'], entry_points={ 'console_scripts': [ 'scsctl = scsctl.app:cli'