Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Scheduled monthly dependency update for March #177

Closed
wants to merge 14 commits into from
Closed
10 changes: 5 additions & 5 deletions aiohttp_devtools/start/template/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
# {# This file is special: lines are made unique, stripped and sorted before the new requirements.txt file is created #}
# you will need to install these requirements with `pip install -r requirements.txt`

aiohttp==3.0.1
pytest==3.4.0
aiohttp==3.0.5
pytest==3.4.1
pytest-aiohttp==0.3.0
pytest-cov==2.5.1

# {% if template_engine.is_jinja %}
aiohttp-jinja2==0.15.0
aiohttp-jinja2==0.16.0
# {% endif %}

# {% if session.is_secure %}
aiohttp-session[secure]==2.2.0
aiohttp-session[secure]==2.3.0
# {% endif %}

# {% if database.is_pg_sqlalchemy %}
aiopg==0.13.2
SQLAlchemy==1.2.2
SQLAlchemy==1.2.4
# {% endif %}
18 changes: 9 additions & 9 deletions tests/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
coverage==4.4.2
coverage==4.5.1
docutils==0.14
flake8==3.5.0
grablib==0.6.1
pycodestyle==2.3.1
pyflakes==1.6.0
pytest==3.4.0
pytest==3.4.1
pytest-aiohttp==0.3.0
pytest-cov==2.5.1
pytest-isort==0.1.0
pytest-mock==1.6.3
pytest-mock==1.7.1
pytest-sugar==0.9.1
pytest-timeout==1.2.1
pytest-toolbox==0.2
pytest-xdist==1.22.0
Sphinx==1.6.6
pytest-xdist==1.22.2
Sphinx==1.7.1

# required to run "start" apps
aiohttp-jinja2==0.15.0
aiohttp-session[secure]==2.2.0
aiohttp-session[aioredis]==2.2.0
aiohttp-jinja2==0.16.0
aiohttp-session[secure]==2.3.0
aiohttp-session[aioredis]==2.3.0
aiopg==0.13.2
SQLAlchemy==1.2.2
SQLAlchemy==1.2.4