From b303942e7f948630ce3c2efe32cd429a601ab88b Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Fri, 7 Feb 2020 08:36:11 +0200 Subject: [PATCH 01/12] Update add-trailing-comma from 1.0.0 to 1.5.0 --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 38a35c2..66937a7 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,4 +1,4 @@ -add-trailing-comma==1.0.0 +add-trailing-comma==1.5.0 flake8==3.7.7 flake8-commas==2.0.0 flake8-comprehensions==2.1.0 From 5e5a12c53f37fb4ce0bc16d73b950c62d3bfa99d Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Fri, 7 Feb 2020 08:36:12 +0200 Subject: [PATCH 02/12] Update flake8 from 3.7.7 to 3.7.9 --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 66937a7..5883986 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,5 +1,5 @@ add-trailing-comma==1.5.0 -flake8==3.7.7 +flake8==3.7.9 flake8-commas==2.0.0 flake8-comprehensions==2.1.0 flake8-docstrings==1.3.0 From 63beceebdd80086d38606e251ccfa250d637be24 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Fri, 7 Feb 2020 08:36:13 +0200 Subject: [PATCH 03/12] Update flake8-comprehensions from 2.1.0 to 3.2.2 --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 5883986..93dd813 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,7 +1,7 @@ add-trailing-comma==1.5.0 flake8==3.7.9 flake8-commas==2.0.0 -flake8-comprehensions==2.1.0 +flake8-comprehensions==3.2.2 flake8-docstrings==1.3.0 flake8-per-file-ignores==0.8.1 isort==4.3.20 From 1e393895bfa91bf4e121a3967d69636d009a54a5 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Fri, 7 Feb 2020 08:36:15 +0200 Subject: [PATCH 04/12] Update flake8-docstrings from 1.3.0 to 1.5.0 --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 93dd813..ab9bb0e 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -2,7 +2,7 @@ add-trailing-comma==1.5.0 flake8==3.7.9 flake8-commas==2.0.0 flake8-comprehensions==3.2.2 -flake8-docstrings==1.3.0 +flake8-docstrings==1.5.0 flake8-per-file-ignores==0.8.1 isort==4.3.20 pep8-naming==0.8.2 From 78f40766c1d5833b26ce1c0cb1e6002602a2d798 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Fri, 7 Feb 2020 08:36:16 +0200 Subject: [PATCH 05/12] Update isort from 4.3.20 to 4.3.21 --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index ab9bb0e..2705c9b 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -4,7 +4,7 @@ flake8-commas==2.0.0 flake8-comprehensions==3.2.2 flake8-docstrings==1.5.0 flake8-per-file-ignores==0.8.1 -isort==4.3.20 +isort==4.3.21 pep8-naming==0.8.2 pydocstyle<4.0.0 pypi-version==0.2.0 From bd585a65688ef7a00df09f791719169d786df93c Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Fri, 7 Feb 2020 08:36:17 +0200 Subject: [PATCH 06/12] Update pep8-naming from 0.8.2 to 0.9.1 --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 2705c9b..14b4220 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -5,7 +5,7 @@ flake8-comprehensions==3.2.2 flake8-docstrings==1.5.0 flake8-per-file-ignores==0.8.1 isort==4.3.21 -pep8-naming==0.8.2 +pep8-naming==0.9.1 pydocstyle<4.0.0 pypi-version==0.2.0 radon==3.0.3 From 54162929b5b39e22859a1453e1308a7f29291905 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Fri, 7 Feb 2020 08:36:18 +0200 Subject: [PATCH 07/12] Pin pydocstyle to latest version 5.0.2 --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 14b4220..967b4c2 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -6,7 +6,7 @@ flake8-docstrings==1.5.0 flake8-per-file-ignores==0.8.1 isort==4.3.21 pep8-naming==0.9.1 -pydocstyle<4.0.0 +pydocstyle==5.0.2 pypi-version==0.2.0 radon==3.0.3 safety==1.8.5 From fc6088505a91802d67ba9a03e39e5dd68579ea2a Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Fri, 7 Feb 2020 08:36:19 +0200 Subject: [PATCH 08/12] Update radon from 3.0.3 to 4.1.0 --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 967b4c2..a14973b 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -8,5 +8,5 @@ isort==4.3.21 pep8-naming==0.9.1 pydocstyle==5.0.2 pypi-version==0.2.0 -radon==3.0.3 +radon==4.1.0 safety==1.8.5 From 2234c99db8aebdcc1a06a61bf976037b4bbbf52f Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Fri, 7 Feb 2020 08:36:20 +0200 Subject: [PATCH 09/12] Update coverage from 4.5.3 to 5.0.3 --- requirements-tests.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-tests.txt b/requirements-tests.txt index ce55cdc..2752832 100644 --- a/requirements-tests.txt +++ b/requirements-tests.txt @@ -1,3 +1,3 @@ -coverage==4.5.3 +coverage==5.0.3 pytest==4.5.0 pytest-mock==1.10.4 \ No newline at end of file From 983b80171d8265da9ebdbdb87361b51c96363ec6 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Fri, 7 Feb 2020 08:36:21 +0200 Subject: [PATCH 10/12] Update pytest from 4.5.0 to 5.3.5 --- requirements-tests.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-tests.txt b/requirements-tests.txt index 2752832..b78cac7 100644 --- a/requirements-tests.txt +++ b/requirements-tests.txt @@ -1,3 +1,3 @@ coverage==5.0.3 -pytest==4.5.0 +pytest==5.3.5 pytest-mock==1.10.4 \ No newline at end of file From 54e4c3b7c3a0b92e5325e55116282eea1a17c2bb Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Fri, 7 Feb 2020 08:36:22 +0200 Subject: [PATCH 11/12] Update pytest-mock from 1.10.4 to 2.0.0 --- requirements-tests.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-tests.txt b/requirements-tests.txt index b78cac7..f1037db 100644 --- a/requirements-tests.txt +++ b/requirements-tests.txt @@ -1,3 +1,3 @@ coverage==5.0.3 pytest==5.3.5 -pytest-mock==1.10.4 \ No newline at end of file +pytest-mock==2.0.0 \ No newline at end of file From 6e922c97a3d6e7de0ce777ab92ab48a054498500 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Fri, 7 Feb 2020 08:36:23 +0200 Subject: [PATCH 12/12] Pin telebot to latest version 0.0.3 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 3887165..2d2dd8b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ python-telegram-bot==12.3.0 -telebot +telebot==0.0.3 coinmarketcap==5.0.3 jinja2==2.11.1