From 770d56acc8143011149a0c1d9ccb2087f527d958 Mon Sep 17 00:00:00 2001 From: Dmitry Date: Wed, 6 Mar 2019 15:56:34 +0300 Subject: [PATCH 1/4] update requirements.txt --- requirements.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/requirements.txt b/requirements.txt index ed90f3a..9542ebd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ -google-auth==1.5.0 -google-api-python-client==1.7.3 -icalendar==4.0.2 -pytz==2018.5 +google-auth==1.6.3 +google-api-python-client==1.7.8 +icalendar==4.0.3 +pytz==2018.9 PyYAML==3.13 From 5ce77fd0f454ee7c0eb4825b160221f59da65733 Mon Sep 17 00:00:00 2001 From: Dmitry Date: Tue, 9 Apr 2019 09:12:03 +0300 Subject: [PATCH 2/4] update PyYAML --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 9542ebd..d124b0b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,4 +2,4 @@ google-auth==1.6.3 google-api-python-client==1.7.8 icalendar==4.0.3 pytz==2018.9 -PyYAML==3.13 +PyYAML==5.1 From 9a3799a03127f419774383b1b4c1f7050c7f1fd7 Mon Sep 17 00:00:00 2001 From: Dmitry Date: Mon, 3 Jun 2019 21:56:28 +0300 Subject: [PATCH 3/4] update requirements.txt --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index d124b0b..208a63c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ google-auth==1.6.3 -google-api-python-client==1.7.8 +google-api-python-client==1.7.9 icalendar==4.0.3 -pytz==2018.9 +pytz==2019.1 PyYAML==5.1 From f46e5c9345b2c75b1ece956c0311e5c3f8e85b5e Mon Sep 17 00:00:00 2001 From: Dmitry Date: Mon, 3 Jun 2019 21:59:36 +0300 Subject: [PATCH 4/4] python 3.7 (travis) --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 2b5309f..08379dd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,8 +2,8 @@ language: python python: - "2.7" - - "3.5" - "3.6" + - "3.7" script: - pytest -v