From 6cfc102e98f7be6dce8d40f2e3b1223cc6ae2665 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 24 Feb 2020 17:58:05 +0100 Subject: [PATCH 1/6] Update environs from 7.1.0 to 7.2.0 --- requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/base.txt b/requirements/base.txt index 8986283..d1fc102 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -1,7 +1,7 @@ # Flask # ------------------------------------------------------------------------------ flask==1.1.1 # https://pypi.org/project/Flask/ -environs==7.1.0 # https://github.com/sloria/environs +environs==7.2.0 # https://github.com/sloria/environs Flask-RESTful==0.3.7 # https://github.com/flask-restful/flask-restful/ Flask-Cors==3.0.8 # https://github.com/corydolphin/flask-cors requests-oauthlib==1.3.0 # https://pypi.org/project/requests-oauthlib/ From 142988d76010acf797826f6312029fc6b6c4c768 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 24 Feb 2020 17:58:06 +0100 Subject: [PATCH 2/6] Update flask-restful from 0.3.7 to 0.3.8 --- requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/base.txt b/requirements/base.txt index d1fc102..f12800e 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -2,7 +2,7 @@ # ------------------------------------------------------------------------------ flask==1.1.1 # https://pypi.org/project/Flask/ environs==7.2.0 # https://github.com/sloria/environs -Flask-RESTful==0.3.7 # https://github.com/flask-restful/flask-restful/ +Flask-RESTful==0.3.8 # https://github.com/flask-restful/flask-restful/ Flask-Cors==3.0.8 # https://github.com/corydolphin/flask-cors requests-oauthlib==1.3.0 # https://pypi.org/project/requests-oauthlib/ From 0b615507d5f00fcec724369e0e06c243cbfad981 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 24 Feb 2020 17:58:07 +0100 Subject: [PATCH 3/6] Update requests from 2.22.0 to 2.23.0 --- requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/base.txt b/requirements/base.txt index f12800e..2c81762 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -8,4 +8,4 @@ requests-oauthlib==1.3.0 # https://pypi.org/project/requests-oauthlib/ # Elasticsearch 7 elasticsearch-dsl==7.1.0 # https://github.com/elastic/elasticsearch-dsl-py -requests==2.22.0 # https://2.python-requests.org/en/master/ +requests==2.23.0 # https://2.python-requests.org/en/master/ From 8d83feec4d3c72261cf51248acc0863b6fed3e22 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 24 Feb 2020 17:58:09 +0100 Subject: [PATCH 4/6] Update sphinx from 2.3.1 to 2.4.3 --- requirements/local.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/local.txt b/requirements/local.txt index 7e78600..15b40ce 100644 --- a/requirements/local.txt +++ b/requirements/local.txt @@ -1,6 +1,6 @@ -r ./base.txt -Sphinx==2.3.1 # https://github.com/sphinx-doc/sphinx +Sphinx==2.4.3 # https://github.com/sphinx-doc/sphinx sphinx-rtd-theme==0.4.3 # https://github.com/readthedocs/sphinx_rtd_theme # Testing From 042d3e35a9320a5a1a9acfa5f4de66ed6d5d7c44 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 24 Feb 2020 17:58:10 +0100 Subject: [PATCH 5/6] Update pytest-flask from 0.15.0 to 0.15.1 --- requirements/local.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/local.txt b/requirements/local.txt index 15b40ce..675e32b 100644 --- a/requirements/local.txt +++ b/requirements/local.txt @@ -7,7 +7,7 @@ sphinx-rtd-theme==0.4.3 # https://github.com/readthedocs/sphinx_rtd_theme # ------------------------------------------------------------------------------ mypy==0.761 # https://github.com/python/mypy pytest==5.3.5 # https://github.com/pytest-dev/pytest -pytest-flask==0.15.0 # https://github.com/pytest-dev/pytest-flask +pytest-flask==0.15.1 # https://github.com/pytest-dev/pytest-flask pytest-sugar==0.9.2 # https://github.com/Frozenball/pytest-sugar requests-mock==1.7.0 # https://github.com/jamielennox/requests-mock pytest-httpserver==0.3.4 # https://github.com/csernazs/pytest-httpserver From eaea72a70c3a487f7bd29c209cb210eaa59c4704 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 24 Feb 2020 17:58:11 +0100 Subject: [PATCH 6/6] Update pre-commit from 2.0.1 to 2.1.0 --- requirements/local.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/local.txt b/requirements/local.txt index 675e32b..4953ea6 100644 --- a/requirements/local.txt +++ b/requirements/local.txt @@ -16,6 +16,6 @@ pytest-httpserver==0.3.4 # https://github.com/csernazs/pytest-httpserver # ------------------------------------------------------------------------------ flake8==3.7.9 # https://github.com/PyCQA/flake8 black==19.10b0 # https://github.com/ambv/black -pre-commit==2.0.1 # https://github.com/pre-commit/pre-commit +pre-commit==2.1.0 # https://github.com/pre-commit/pre-commit coverage==5.0.3 # https://github.com/nedbat/coveragepy codacy-coverage==1.3.11 # https://github.com/codacy/python-codacy-coverage