Pin dependency versions
Pins all Spyglass dependencies explicitly for consistency. Removes unused packages. Related to https://review.opendev.org/#/c/662069/ Change-Id: I5ca302e7315a8606510c6e83092188291f661760
This commit is contained in:
parent
c6d8256038
commit
1cda5b334e
@ -1,10 +1,8 @@
|
||||
click==7.0
|
||||
click-plugins==1.1.1
|
||||
jinja2==2.10
|
||||
jinja2==2.10.1
|
||||
jsonschema==3.0.1
|
||||
openpyxl==2.5.4
|
||||
netaddr==0.7.19
|
||||
pyyaml==5.1.1
|
||||
requests==2.22.0
|
||||
|
||||
git+https://opendev.org/airship/spyglass-plugin-xls.git#egg=spyglass-plugin-xls
|
||||
|
@ -7,8 +7,8 @@ pytest-cov==2.6.1
|
||||
yapf==0.27.0
|
||||
|
||||
# Linting
|
||||
hacking>=1.1.0,<1.2.0 # Apache-2.0
|
||||
hacking==1.1.0
|
||||
|
||||
# Security
|
||||
bandit>=1.5.0
|
||||
safety>=1.8.5
|
||||
bandit==1.6.0
|
||||
safety==1.8.5
|
||||
|
Loading…
Reference in New Issue
Block a user