Merge "Pin and upgrade dependencies"
This commit is contained in:
commit
5112a4d39e
@ -1,4 +1,5 @@
|
|||||||
click==7.0
|
click==7.0
|
||||||
PyYAML==3.12
|
PyYAML==5.1.1
|
||||||
openpyxl==2.5.4
|
openpyxl==2.6.2
|
||||||
|
|
||||||
git+https://opendev.org/airship/spyglass.git
|
git+https://opendev.org/airship/spyglass.git
|
4
setup.py
4
setup.py
@ -25,8 +25,8 @@ setup(
|
|||||||
packages=find_packages(),
|
packages=find_packages(),
|
||||||
install_requires=[
|
install_requires=[
|
||||||
'click==7.0',
|
'click==7.0',
|
||||||
'PyYAML==3.12',
|
'PyYAML==5.1',
|
||||||
'openpyxl==2.5.4',
|
'openpyxl==2.6.2',
|
||||||
],
|
],
|
||||||
dependency_links=[
|
dependency_links=[
|
||||||
'git+https://opendev.org/airship/spyglass.git',
|
'git+https://opendev.org/airship/spyglass.git',
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
yapf==0.27.0
|
yapf==0.27.0
|
||||||
|
|
||||||
# Linting
|
# Linting
|
||||||
hacking>=1.1.0,<1.2.0 # Apache-2.0
|
hacking==1.1.0
|
||||||
|
|
||||||
# Security
|
# Security
|
||||||
bandit>=1.5.0
|
bandit==1.6.0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user