File tree 6 files changed +12
-6
lines changed
container_registry/container_analysis
6 files changed +12
-6
lines changed Original file line number Diff line number Diff line change 1
1
google-cloud-pubsub == 1.0.0
2
2
google-cloud-containeranalysis == 0.3.0
3
3
grafeas == 0.1.0
4
- pytest == 5.1.3
4
+ pytest == 5.3.0 ; python_version > "3.0"
5
+ pytest == 4.6.6 ; python_version < "3.0"
5
6
flaky == 3.6.1
6
7
mock == 3.0.5
Original file line number Diff line number Diff line change 1
1
mock == 3.0.5
2
2
six == 1.12.0
3
3
uuid == 1.30
4
- pytest == 5.1.3
4
+ pytest == 5.3.0 ; python_version > "3.0"
5
+ pytest == 4.6.6 ; python_version < "3.0"
Original file line number Diff line number Diff line change 1
1
Flask == 1.1.1
2
- pytest == 5.1.3
2
+ pytest == 5.3.0 ; python_version > "3.0"
3
+ pytest == 4.6.6 ; python_version < "3.0"
3
4
gunicorn == 19.9.0
4
5
google-cloud-vision == 0.39.0
5
6
google-cloud-storage == 1.19.1
Original file line number Diff line number Diff line change 1
1
Flask == 1.1.1
2
- pytest == 5.1.3
2
+ pytest == 5.3.0 ; python_version > "3.0"
3
+ pytest == 4.6.6 ; python_version < "3.0"
3
4
gunicorn == 19.9.0
Original file line number Diff line number Diff line change 1
1
Flask == 1.1.1
2
- pytest == 5.1.3
2
+ pytest == 5.3.0 ; python_version > "3.0"
3
+ pytest == 4.6.6 ; python_version < "3.0"
3
4
gunicorn == 19.9.0
Original file line number Diff line number Diff line change @@ -6,7 +6,8 @@ mock==3.0.5
6
6
mysql-python == 1.2.5 ; python_version < "3.0"
7
7
PyCrypto == 2.6.1
8
8
pytest-cov == 2.8.1
9
- pytest == 5.2.1
9
+ pytest == 5.3.0 ; python_version > "3.0"
10
+ pytest == 4.6.6 ; python_version < "3.0"
10
11
pyyaml == 5.1.2
11
12
responses == 0.10.6
12
13
WebTest == 2.0.33
You can’t perform that action at this time.
0 commit comments