From 8c8ff42319d41a35cda607100cf3c8b916b93a06 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 1 Aug 2020 02:05:00 +0000 Subject: [PATCH 1/2] chore(deps): update dependency ipython to v7.17.0 --- samples/snippets/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/snippets/requirements.txt b/samples/snippets/requirements.txt index f67eb3587..8044e3be8 100644 --- a/samples/snippets/requirements.txt +++ b/samples/snippets/requirements.txt @@ -1,5 +1,5 @@ google-cloud-bigquery[pandas,bqstorage,pyarrow]==1.26.1 google-auth-oauthlib==0.4.1 -ipython==7.16.1 +ipython==7.17.0 matplotlib==3.3.0 pytz==2020.1 From 7d366a2b19f832fd02c09b0c9f6cbe1c13651146 Mon Sep 17 00:00:00 2001 From: Tres Seaver Date: Wed, 5 Aug 2020 17:19:45 -0400 Subject: [PATCH 2/2] tests: select 3.6-compatible IPython for 'Samples 3.6' build --- samples/snippets/requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/samples/snippets/requirements.txt b/samples/snippets/requirements.txt index 8044e3be8..ea84f6bac 100644 --- a/samples/snippets/requirements.txt +++ b/samples/snippets/requirements.txt @@ -1,5 +1,6 @@ google-cloud-bigquery[pandas,bqstorage,pyarrow]==1.26.1 google-auth-oauthlib==0.4.1 -ipython==7.17.0 +ipython==7.16.1; python_version < '3.7' +ipython==7.17.0; python_version >= '3.7' matplotlib==3.3.0 pytz==2020.1