Skip to content

Commit

Permalink
Scheduled monthly dependency update for September (#204)
Browse files Browse the repository at this point in the history
* Update aiohttp from 3.3.2 to 3.4.1

* Update pytest from 3.6.2 to 3.7.4

* Update pytest from 3.6.2 to 3.7.4

* Update aiopg from 0.14.0 to 0.15.0

* Update aiopg from 0.14.0 to 0.15.0

* Update sqlalchemy from 1.2.9 to 1.2.11

* Update sqlalchemy from 1.2.9 to 1.2.11

* Update pytest-timeout from 1.3.0 to 1.3.2

* Update pytest-xdist from 1.22.2 to 1.23.0

* Update sphinx from 1.7.5 to 1.7.8

* update build version

* bit more upreving :-)
  • Loading branch information
pyup.io bot authored and samuelcolvin committed Sep 25, 2018
1 parent 6af35e5 commit dbb0e39
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ python:
- 'nightly' # currently 3.7

env:
# TODO change when 3 is released
- 'AIOHTTP_VERSION=aiohttp==3.2.1' # WARNING: if you change this, change it in deploy too
# TODO keep this up to date
- 'AIOHTTP_VERSION=aiohttp==3.4.4' # WARNING: if you change this, change it in deploy too
- 'AIOHTTP_VERSION=https://github.com/aio-libs/aiohttp/archive/master.zip'

matrix:
Expand Down Expand Up @@ -47,4 +47,4 @@ deploy:
on:
tags: true
python: 3.6
condition: "$AIOHTTP_VERSION = aiohttp==3.2.1"
condition: "$AIOHTTP_VERSION = aiohttp==3.4.4"
8 changes: 4 additions & 4 deletions aiohttp_devtools/start/template/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# {# 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.3.2
pytest==3.6.2
aiohttp==3.4.4
pytest==3.8.1
pytest-aiohttp==0.3.0
pytest-cov==2.5.1

Expand All @@ -15,6 +15,6 @@ aiohttp-session[secure]==2.5.1
# {% endif %}

# {% if database.is_pg_sqlalchemy %}
aiopg==0.14.0
SQLAlchemy==1.2.9
aiopg==0.15.0
SQLAlchemy==1.2.11
# {% endif %}
16 changes: 8 additions & 8 deletions tests/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,20 @@ flake8==3.5.0
grablib==0.6.1 # pyup: ignore (last version which is compatible with python 3.5)
pycodestyle==2.3.1
pyflakes==2.0.0
pytest==3.6.2
pytest==3.8.1
pytest-aiohttp==0.3.0
pytest-cov==2.5.1
pytest-isort==0.2.0
pytest-mock==1.10.0
pytest-sugar==0.9.1
pytest-timeout==1.3.0
pytest-timeout==1.3.2
pytest-toolbox==0.4
pytest-xdist==1.22.2
Sphinx==1.7.5
pytest-xdist==1.23.0
Sphinx==1.7.8

# required to run "start" apps
aiohttp-jinja2==1.0.0
aiohttp-session[secure]==2.5.1
aiohttp-session[aioredis]==2.5.1
aiopg==0.14.0
SQLAlchemy==1.2.9
aiohttp-session[secure]==2.6.0
aiohttp-session[aioredis]==2.6.0
aiopg==0.15.0
SQLAlchemy==1.2.11

0 comments on commit dbb0e39

Please sign in to comment.