Skip to content

Commit

Permalink
Update dependency click to v8.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Aug 17, 2023
1 parent 94e4517 commit d6a4aff
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ version = "0.0.3"
authors = [{name="Jegath S", email="[email protected]" }]
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.6', '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']
requires-python = ">=3.9"

[project.scripts]
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
wheel==0.40.0
click==8.1.3
click==8.1.6
clickhouse-driver==0.2.6
requests==2.31.0
questionary==1.10.0
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.6', 'clickhouse-driver==0.2.6', 'numpy==1.25.0', 'requests==2.31.0','questionary==1.10.0','tabulate==0.9.0'],
entry_points={
'console_scripts': [
'scsctl = scsctl.app:cli'
Expand Down

0 comments on commit d6a4aff

Please sign in to comment.