-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Scheduled monthly dependency update for November (#210)
* Update pytest from 3.8.1 to 3.9.3 * Update pytest from 3.8.1 to 3.9.3 * Update pytest-cov from 2.5.1 to 2.6.0 * Update pytest-cov from 2.5.1 to 2.6.0 * Update aiohttp-jinja2 from 1.0.0 to 1.1.0 * Update aiohttp-jinja2 from 1.0.0 to 1.1.0 * Update aiohttp-session from 2.5.1 to 2.7.0 * Update aiohttp-session from 2.6.0 to 2.7.0 * Update aiohttp-session from 2.6.0 to 2.7.0 * Update sqlalchemy from 1.2.11 to 1.2.13 * Update sqlalchemy from 1.2.11 to 1.2.13 * Update flake8 from 3.5.0 to 3.6.0 * Update pycodestyle from 2.3.1 to 2.4.0 * Update pytest-isort from 0.2.0 to 0.2.1 * Update pytest-xdist from 1.23.0 to 1.24.0 * Update sphinx from 1.7.8 to 1.8.1 * fix linting * fix deprecation warnings * fixing tests * fix release date * fix coverage combine
- Loading branch information
1 parent
cff6db0
commit 2dcfd09
Showing
17 changed files
with
69 additions
and
64 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,24 @@ | ||
click==7.0.0 | ||
coverage==4.5.1 | ||
docutils==0.14 | ||
flake8==3.5.0 | ||
flake8==3.6.0 | ||
grablib==0.6.1 # pyup: ignore (last version which is compatible with python 3.5) | ||
pycodestyle==2.3.1 | ||
pycodestyle==2.4.0 | ||
pyflakes==2.0.0 | ||
pytest==3.8.1 | ||
pytest==3.9.3 | ||
pytest-aiohttp==0.3.0 | ||
pytest-cov==2.5.1 | ||
pytest-isort==0.2.0 | ||
pytest-cov==2.6.0 | ||
pytest-isort==0.2.1 | ||
pytest-mock==1.10.0 | ||
pytest-sugar==0.9.1 | ||
pytest-timeout==1.3.2 | ||
pytest-toolbox==0.4 | ||
pytest-xdist==1.23.0 | ||
Sphinx==1.7.8 | ||
pytest-xdist==1.24.0 | ||
Sphinx==1.8.1 | ||
|
||
# required to run "start" apps | ||
aiohttp-jinja2==1.0.0 | ||
aiohttp-session[secure]==2.6.0 | ||
aiohttp-session[aioredis]==2.6.0 | ||
aiohttp-jinja2==1.1.0 | ||
aiohttp-session[secure]==2.7.0 | ||
aiohttp-session[aioredis]==2.7.0 | ||
aiopg==0.15.0 | ||
SQLAlchemy==1.2.11 | ||
SQLAlchemy==1.2.13 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters