mirror of https://github.com/databricks/cli.git
Update setup.py (#397)
Fixes https://github.com/databricks/cli/security/dependabot/7
This commit is contained in:
parent
46df551816
commit
cc8e9b7074
|
@ -4,5 +4,5 @@ setup(
|
|||
name='dummy',
|
||||
version='0.0.1',
|
||||
packages=find_packages(exclude=['tests', 'tests.*']),
|
||||
install_requires=['requests==2.27.1']
|
||||
install_requires=['requests==2.31.1']
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue