Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 4eef615

Browse filesBrowse files
dpebotJon Wayne Parrott
authored andcommitted
Auto-update dependencies. (GoogleCloudPlatform#914)
* Auto-update dependencies. * xfail the error reporting test * Fix lint
1 parent a763e39 commit 4eef615
Copy full SHA for 4eef615

File tree

Expand file treeCollapse file tree

23 files changed

+41
-36
lines changed
Filter options
Expand file treeCollapse file tree

23 files changed

+41
-36
lines changed
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
google-cloud-bigquery==0.22.1
1+
google-cloud-bigquery==0.24.0

‎bigquery/dml/requirements.txt

Copy file name to clipboard
+3-3Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
flake8==3.3.0
2-
google-cloud-bigquery==0.22.1
3-
PyMySQL==0.7.10
2+
google-cloud-bigquery==0.24.0
3+
PyMySQL==0.7.11
44
six==1.10.0
5-
SQLAlchemy==1.1.5
5+
SQLAlchemy==1.1.9

‎bigquery/rest/requirements.txt

Copy file name to clipboard
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
google-auth==0.8.0
1+
google-auth==1.0.0
22
requests==2.13.0

‎bigtable/hello/requirements.txt

Copy file name to clipboard
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
google-cloud-bigtable==0.22.0
2-
google-cloud-core==0.23.0
1+
google-cloud-bigtable==0.24.0
2+
google-cloud-core==0.24.0
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
google-cloud-happybase==0.22.0
2-
google-cloud-core==0.23.0
1+
google-cloud-happybase==0.24.0
2+
google-cloud-core==0.24.0
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
google-cloud-datastore==0.22.1
1+
google-cloud-datastore==1.0.0

‎compute/encryption/requirements.txt

Copy file name to clipboard
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
cryptography==1.7.2
1+
cryptography==1.8.1
22
requests==2.13.0

‎compute/xmpp_wikibot/requirements.txt

Copy file name to clipboard
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Flask==0.12
1+
Flask==0.12.1
22
requests==2.13.0
3-
sleekxmpp==1.3.1
3+
sleekxmpp==1.3.2
44
six==1.10.0
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
Django==1.10.5
1+
Django==1.11
22
mysqlclient==1.3.10
33
wheel==0.29.0
4-
gunicorn==19.6.0
4+
gunicorn==19.7.1
55
psycopg2==2.7.1

‎dataproc/requirements.txt

Copy file name to clipboard
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
google-api-python-client==1.6.2
2-
google-cloud==0.22.0
2+
google-cloud==0.24.0

‎dns/api/requirements.txt

Copy file name to clipboard
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
google-cloud-dns==0.22.0
1+
google-cloud-dns==0.24.0
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
grpcio==1.1.0
2-
google-auth==0.8.0
1+
grpcio==1.2.1
2+
google-auth==1.0.0
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
grpcio==1.1.3
2-
grpcio-tools==1.1.3
1+
grpcio==1.2.1
2+
grpcio-tools==1.2.1
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
Flask==0.12
1+
Flask==0.12.1
22
flask-cors==3.0.2
3-
gunicorn==19.6.0
3+
gunicorn==19.7.1
44
six==1.10.0
55
pyyaml==3.12
66
requests==2.13.0

‎error_reporting/report_exception_test.py

Copy file name to clipboardExpand all lines: error_reporting/report_exception_test.py
+5Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,13 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15+
import pytest
16+
1517
import report_exception
1618

1719

20+
@pytest.mark.xfail(
21+
strict=True,
22+
reason='GoogleCloudPlatform/google-cloud-python#3263')
1823
def test_error_sends():
1924
report_exception.simulate_error()

‎error_reporting/requirements.txt

Copy file name to clipboard
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
google-cloud-error-reporting==0.22.0
1+
google-cloud-error-reporting==0.24.1

‎iap/app_engine_app/requirements.txt

Copy file name to clipboard
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
flask==0.12.0
1+
flask==0.12.1

‎iap/requirements.txt

Copy file name to clipboard
+3-3Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
PyJWT==1.4.2
2-
cryptography==1.7.2
3-
google-auth==0.8.0
1+
PyJWT==1.5.0
2+
cryptography==1.8.1
3+
google-auth==1.0.0
44
requests==2.13.0
55
requests_toolbelt==0.7.1

‎logging/cloud-client/requirements.txt

Copy file name to clipboard
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
google-cloud-logging==0.22.0
1+
google-cloud-logging==1.0.0
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
google-cloud-monitoring==0.22.0
1+
google-cloud-monitoring==0.24.0

‎spanner/cloud-client/requirements.txt

Copy file name to clipboard
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
google-cloud-spanner==0.23.0
1+
google-cloud-spanner==0.24.0

‎storage/cloud-client/requirements.txt

Copy file name to clipboard
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
google-cloud-storage==0.22.0
2-
google-cloud-pubsub==0.22.0
1+
google-cloud-storage==1.0.0
2+
google-cloud-pubsub==0.24.0

‎testing/requirements.txt

Copy file name to clipboardExpand all lines: testing/requirements.txt
+3-3Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ mock==2.0.0
66
mysql-python==1.2.5; python_version < "3.0"
77
PyCrypto==2.6.1
88
pytest-cov==2.4.0
9-
pytest==3.0.6
9+
pytest==3.0.7
1010
pytest-capturelog==0.7
1111
pyyaml==3.12
1212
responses==0.5.1
13-
WebTest==2.0.25
13+
WebTest==2.0.27
1414
webapp2==2.5.2
1515
google-api-python-client==1.6.2
16-
google-cloud-core==0.23.0
16+
google-cloud-core==0.24.0
1717
gcp-devrel-py-tools==0.0.6

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.