File tree Expand file tree Collapse file tree 6 files changed +12
-6
lines changed
container_registry/container_analysis Expand file tree Collapse file tree 6 files changed +12
-6
lines changed Original file line number Diff line number Diff line change 11google-cloud-pubsub == 1.0.0
22google-cloud-containeranalysis == 0.3.0
33grafeas == 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"
56flaky == 3.6.1
67mock == 3.0.5
Original file line number Diff line number Diff line change 11mock == 3.0.5
22six == 1.12.0
33uuid == 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 11Flask == 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"
34gunicorn == 19.9.0
45google-cloud-vision == 0.39.0
56google-cloud-storage == 1.19.1
Original file line number Diff line number Diff line change 11Flask == 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"
34gunicorn == 19.9.0
Original file line number Diff line number Diff line change 11Flask == 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"
34gunicorn == 19.9.0
Original file line number Diff line number Diff line change @@ -6,7 +6,8 @@ mock==3.0.5
66mysql-python == 1.2.5 ; python_version < "3.0"
77PyCrypto == 2.6.1
88pytest-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"
1011pyyaml == 5.1.2
1112responses == 0.10.6
1213WebTest == 2.0.33
You can’t perform that action at this time.
0 commit comments