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..d2477107 100644 --- a/create_aio_app/template/{{cookiecutter.project_name}}/requirements/development.txt +++ b/create_aio_app/template/{{cookiecutter.project_name}}/requirements/development.txt @@ -1,13 +1,13 @@ -r production.txt -r documentation.txt -mypy==0.920 +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 +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 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..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.3.2 -sphinx-autodoc-typehints==1.12.0 +Sphinx==4.4.0 +sphinx-autodoc-typehints==1.17.0 sphinxcontrib-websupport==1.2.4 doc8==0.10.1 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..126dc270 100644 --- a/create_aio_app/template/{{cookiecutter.project_name}}/requirements/production.txt +++ b/create_aio_app/template/{{cookiecutter.project_name}}/requirements/production.txt @@ -3,11 +3,11 @@ aiohttp_jinja2==1.5 trafaret_config==2.0.2 {%- if cookiecutter.use_postgres == 'y' %} aiopg[sa]==1.3.3 -psycopg2-binary==2.9.2 -alembic==1.7.5 +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 diff --git a/requirements-dev.txt b/requirements-dev.txt index 134a84ae..f2d70102 100755 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,9 +1,9 @@ -bandit==1.7.1 +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 +flake8-comprehensions==3.8.0 flake8-debugger==4.0.0 flake8-mutable==1.2.0 flake8-tuple==0.4.0 @@ -11,6 +11,6 @@ pyroma==3.2 click==8.0.3 cookiecutter==1.7.3 doc8==0.10.1 -Pygments==2.10.0 -twine==3.7.1 +Pygments==2.11.2 +twine==3.8.0 pep517==0.12.0