Merge "Pin and upgrade dependencies"

This commit is contained in:
Zuul 2019-06-10 15:58:23 +00:00 committed by Gerrit Code Review
commit 5112a4d39e
3 changed files with 7 additions and 6 deletions

View File

@ -1,4 +1,5 @@
click==7.0
PyYAML==3.12
openpyxl==2.5.4
PyYAML==5.1.1
openpyxl==2.6.2
git+https://opendev.org/airship/spyglass.git

View File

@ -25,8 +25,8 @@ setup(
packages=find_packages(),
install_requires=[
'click==7.0',
'PyYAML==3.12',
'openpyxl==2.5.4',
'PyYAML==5.1',
'openpyxl==2.6.2',
],
dependency_links=[
'git+https://opendev.org/airship/spyglass.git',

View File

@ -2,7 +2,7 @@
yapf==0.27.0
# Linting
hacking>=1.1.0,<1.2.0 # Apache-2.0
hacking==1.1.0
# Security
bandit>=1.5.0
bandit==1.6.0