From 785ace4ffc9d242e7b0c60ad65b2c7605aaab95f Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 14 Feb 2022 08:36:03 -0500 Subject: [PATCH 01/15] Update mypy from 0.920 to 0.931 --- .../{{cookiecutter.project_name}}/requirements/development.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/create_aio_app/template/{{cookiecutter.project_name}}/requirements/development.txt b/create_aio_app/template/{{cookiecutter.project_name}}/requirements/development.txt index b8471fdc..f567aa06 100644 --- a/create_aio_app/template/{{cookiecutter.project_name}}/requirements/development.txt +++ b/create_aio_app/template/{{cookiecutter.project_name}}/requirements/development.txt @@ -1,7 +1,7 @@ -r production.txt -r documentation.txt -mypy==0.920 +mypy==0.931 flake8==4.0.1 pytest==6.2.5 pytest-cov==3.0.0 From 63240d96bc3081788b41d22bda675b7dc29102c4 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 14 Feb 2022 08:36:03 -0500 Subject: [PATCH 02/15] Update pytest from 6.2.5 to 7.0.1 --- .../{{cookiecutter.project_name}}/requirements/development.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/create_aio_app/template/{{cookiecutter.project_name}}/requirements/development.txt b/create_aio_app/template/{{cookiecutter.project_name}}/requirements/development.txt index f567aa06..4cef78e1 100644 --- a/create_aio_app/template/{{cookiecutter.project_name}}/requirements/development.txt +++ b/create_aio_app/template/{{cookiecutter.project_name}}/requirements/development.txt @@ -3,7 +3,7 @@ mypy==0.931 flake8==4.0.1 -pytest==6.2.5 +pytest==7.0.1 pytest-cov==3.0.0 pytest-aiohttp==0.3.0 black==21.12b0 From 85b695b38ac3c13839bc53b72a84b61c71c131b2 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 14 Feb 2022 08:36:03 -0500 Subject: [PATCH 03/15] Update pytest-aiohttp from 0.3.0 to 1.0.4 --- .../{{cookiecutter.project_name}}/requirements/development.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/create_aio_app/template/{{cookiecutter.project_name}}/requirements/development.txt b/create_aio_app/template/{{cookiecutter.project_name}}/requirements/development.txt index 4cef78e1..867f4b6c 100644 --- a/create_aio_app/template/{{cookiecutter.project_name}}/requirements/development.txt +++ b/create_aio_app/template/{{cookiecutter.project_name}}/requirements/development.txt @@ -5,7 +5,7 @@ mypy==0.931 flake8==4.0.1 pytest==7.0.1 pytest-cov==3.0.0 -pytest-aiohttp==0.3.0 +pytest-aiohttp==1.0.4 black==21.12b0 py-spy==0.3.11 From a8a6cb35071dbcc3244c51cd6e53c616091b8bc1 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 14 Feb 2022 08:36:04 -0500 Subject: [PATCH 04/15] Update black from 21.12b0 to 22.1.0 --- .../{{cookiecutter.project_name}}/requirements/development.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/create_aio_app/template/{{cookiecutter.project_name}}/requirements/development.txt b/create_aio_app/template/{{cookiecutter.project_name}}/requirements/development.txt index 867f4b6c..485f06f4 100644 --- a/create_aio_app/template/{{cookiecutter.project_name}}/requirements/development.txt +++ b/create_aio_app/template/{{cookiecutter.project_name}}/requirements/development.txt @@ -6,7 +6,7 @@ flake8==4.0.1 pytest==7.0.1 pytest-cov==3.0.0 pytest-aiohttp==1.0.4 -black==21.12b0 +black==22.1.0 py-spy==0.3.11 aiohttp-devtools==0.13.1 From 362cc4787ca86fd2999c5f45379f287f80d9cc83 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 14 Feb 2022 08:36:04 -0500 Subject: [PATCH 05/15] Update aiohttp-devtools from 0.13.1 to 1.0.post0 --- .../{{cookiecutter.project_name}}/requirements/development.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/create_aio_app/template/{{cookiecutter.project_name}}/requirements/development.txt b/create_aio_app/template/{{cookiecutter.project_name}}/requirements/development.txt index 485f06f4..d2477107 100644 --- a/create_aio_app/template/{{cookiecutter.project_name}}/requirements/development.txt +++ b/create_aio_app/template/{{cookiecutter.project_name}}/requirements/development.txt @@ -9,5 +9,5 @@ pytest-aiohttp==1.0.4 black==22.1.0 py-spy==0.3.11 -aiohttp-devtools==0.13.1 +aiohttp-devtools==1.0.post0 aiohttp-debugtoolbar==0.6.0 From 17c2b3132ecdccaa08bec92636077970c3f3e53a Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 14 Feb 2022 08:36:04 -0500 Subject: [PATCH 06/15] Update psycopg2-binary from 2.9.2 to 2.9.3 --- .../{{cookiecutter.project_name}}/requirements/production.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/create_aio_app/template/{{cookiecutter.project_name}}/requirements/production.txt b/create_aio_app/template/{{cookiecutter.project_name}}/requirements/production.txt index aac3c0e3..866b02ed 100644 --- a/create_aio_app/template/{{cookiecutter.project_name}}/requirements/production.txt +++ b/create_aio_app/template/{{cookiecutter.project_name}}/requirements/production.txt @@ -3,7 +3,7 @@ aiohttp_jinja2==1.5 trafaret_config==2.0.2 {%- if cookiecutter.use_postgres == 'y' %} aiopg[sa]==1.3.3 -psycopg2-binary==2.9.2 +psycopg2-binary==2.9.3 alembic==1.7.5 {%- endif %} {%- if cookiecutter.use_redis == 'y' %} From 3e911e3e68dfd9b289998080131ebec6101541a0 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 14 Feb 2022 08:36:05 -0500 Subject: [PATCH 07/15] Update alembic from 1.7.5 to 1.7.6 --- .../{{cookiecutter.project_name}}/requirements/production.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/create_aio_app/template/{{cookiecutter.project_name}}/requirements/production.txt b/create_aio_app/template/{{cookiecutter.project_name}}/requirements/production.txt index 866b02ed..7cb5f8b1 100644 --- a/create_aio_app/template/{{cookiecutter.project_name}}/requirements/production.txt +++ b/create_aio_app/template/{{cookiecutter.project_name}}/requirements/production.txt @@ -4,7 +4,7 @@ trafaret_config==2.0.2 {%- if cookiecutter.use_postgres == 'y' %} aiopg[sa]==1.3.3 psycopg2-binary==2.9.3 -alembic==1.7.5 +alembic==1.7.6 {%- endif %} {%- if cookiecutter.use_redis == 'y' %} aioredis==2.0.0 From 2fa86232c30ebfde09b113b37446c88143c75998 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 14 Feb 2022 08:36:05 -0500 Subject: [PATCH 08/15] Update aioredis from 2.0.0 to 2.0.1 --- .../{{cookiecutter.project_name}}/requirements/production.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/create_aio_app/template/{{cookiecutter.project_name}}/requirements/production.txt b/create_aio_app/template/{{cookiecutter.project_name}}/requirements/production.txt index 7cb5f8b1..126dc270 100644 --- a/create_aio_app/template/{{cookiecutter.project_name}}/requirements/production.txt +++ b/create_aio_app/template/{{cookiecutter.project_name}}/requirements/production.txt @@ -7,7 +7,7 @@ psycopg2-binary==2.9.3 alembic==1.7.6 {%- endif %} {%- if cookiecutter.use_redis == 'y' %} -aioredis==2.0.0 +aioredis==2.0.1 {%- endif %} {%- if cookiecutter.use_uvloop == 'y' %} uvloop==0.16.0 From ba7da428585d8f81ea892e2920588e4bcff37d54 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 14 Feb 2022 08:36:06 -0500 Subject: [PATCH 09/15] Update sphinx from 4.3.2 to 4.4.0 --- .../requirements/documentation.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/create_aio_app/template/{{cookiecutter.project_name}}/requirements/documentation.txt b/create_aio_app/template/{{cookiecutter.project_name}}/requirements/documentation.txt index b6b12439..e7ae9379 100644 --- a/create_aio_app/template/{{cookiecutter.project_name}}/requirements/documentation.txt +++ b/create_aio_app/template/{{cookiecutter.project_name}}/requirements/documentation.txt @@ -1,4 +1,4 @@ -Sphinx==4.3.2 +Sphinx==4.4.0 sphinx-autodoc-typehints==1.12.0 sphinxcontrib-websupport==1.2.4 doc8==0.10.1 From ecd3041c3fb7e8debbe43acbe79a91b75d3af685 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 14 Feb 2022 08:36:06 -0500 Subject: [PATCH 10/15] Update sphinx-autodoc-typehints from 1.12.0 to 1.17.0 --- .../requirements/documentation.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/create_aio_app/template/{{cookiecutter.project_name}}/requirements/documentation.txt b/create_aio_app/template/{{cookiecutter.project_name}}/requirements/documentation.txt index e7ae9379..b6e7af34 100644 --- a/create_aio_app/template/{{cookiecutter.project_name}}/requirements/documentation.txt +++ b/create_aio_app/template/{{cookiecutter.project_name}}/requirements/documentation.txt @@ -1,4 +1,4 @@ Sphinx==4.4.0 -sphinx-autodoc-typehints==1.12.0 +sphinx-autodoc-typehints==1.17.0 sphinxcontrib-websupport==1.2.4 doc8==0.10.1 From 38e028d77439d0b124ffb66e98917ffff3e346de Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 14 Feb 2022 08:36:06 -0500 Subject: [PATCH 11/15] Update bandit from 1.7.1 to 1.7.2 --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 134a84ae..93586abb 100755 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,4 +1,4 @@ -bandit==1.7.1 +bandit==1.7.2 flake8==4.0.1 flake8-bugbear==21.11.29 flake8-builtins-unleashed==1.3.1 From e666b02d55e18fee09f88d14c8b10f11b07eed71 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 14 Feb 2022 08:36:07 -0500 Subject: [PATCH 12/15] Update flake8-bugbear from 21.11.29 to 22.1.11 --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 93586abb..9c81beb6 100755 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,6 +1,6 @@ bandit==1.7.2 flake8==4.0.1 -flake8-bugbear==21.11.29 +flake8-bugbear==22.1.11 flake8-builtins-unleashed==1.3.1 flake8-class-newline==1.6.0 flake8-comprehensions==3.7.0 From 12b4a8885ea90480a92a7302fb66654528240cd0 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 14 Feb 2022 08:36:07 -0500 Subject: [PATCH 13/15] Update flake8-comprehensions from 3.7.0 to 3.8.0 --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 9c81beb6..147b2be6 100755 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -3,7 +3,7 @@ flake8==4.0.1 flake8-bugbear==22.1.11 flake8-builtins-unleashed==1.3.1 flake8-class-newline==1.6.0 -flake8-comprehensions==3.7.0 +flake8-comprehensions==3.8.0 flake8-debugger==4.0.0 flake8-mutable==1.2.0 flake8-tuple==0.4.0 From 308c8b4dd4754b22c777c7f9c54936ad3b7f936f Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 14 Feb 2022 08:36:07 -0500 Subject: [PATCH 14/15] Update pygments from 2.10.0 to 2.11.2 --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 147b2be6..bd9f6e66 100755 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -11,6 +11,6 @@ pyroma==3.2 click==8.0.3 cookiecutter==1.7.3 doc8==0.10.1 -Pygments==2.10.0 +Pygments==2.11.2 twine==3.7.1 pep517==0.12.0 From 490060e893a846a70dfab1d3eb21b5b07534f3ef Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 14 Feb 2022 08:36:08 -0500 Subject: [PATCH 15/15] Update twine from 3.7.1 to 3.8.0 --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index bd9f6e66..f2d70102 100755 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -12,5 +12,5 @@ click==8.0.3 cookiecutter==1.7.3 doc8==0.10.1 Pygments==2.11.2 -twine==3.7.1 +twine==3.8.0 pep517==0.12.0