-
-
Notifications
You must be signed in to change notification settings - Fork 176
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 July (#89)
* Update aiohttp from 3.1.3 to 3.3.2 * Update aiohttp-session from 2.3.0 to 2.5.1 * Update chevron from 0.11.1 to 0.12.1 * Update uvloop from 0.9.1 to 0.10.2 * Update sphinx from 1.7.4 to 1.7.5 * Update sphinxcontrib-websupport from 1.0.1 to 1.1.0 * Update mypy from 0.590 to 0.610 * Update pycodestyle from 2.3.1 to 2.4.0 * Update pyflakes from 1.6.0 to 2.0.0 * Update pytest from 3.5.1 to 3.6.2 * Update pytest-isort from 0.1.0 to 0.2.0 * Update pytest-mock from 1.9.0 to 1.10.0 * Update pytest-timeout from 1.2.1 to 1.3.0 * Update pytz from 2018.4 to 2018.5 * reset pycodestyle * fix typing for new mypy
- Loading branch information
1 parent
5170810
commit 23b57b6
Showing
9 changed files
with
35 additions
and
34 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
# flake8: noqa | ||
from .drain import * # type: ignore | ||
from .jobs import * # type: ignore | ||
from .main import * # type: ignore | ||
from .utils import * # type: ignore | ||
from .version import * # type: ignore | ||
from .worker import * # type: ignore | ||
from .drain import * | ||
from .jobs import * | ||
from .main import * | ||
from .utils import * | ||
from .version import * | ||
from .worker import * |
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,4 +1,4 @@ | ||
aiohttp==3.1.3 | ||
aiohttp-session==2.3.0 | ||
chevron==0.11.1 | ||
uvloop==0.9.1 | ||
aiohttp==3.3.2 | ||
aiohttp-session==2.5.1 | ||
chevron==0.12.1 | ||
uvloop==0.10.2 |
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,4 +1,4 @@ | ||
docutils==0.14 | ||
Pygments==2.2.0 | ||
Sphinx==1.7.4 | ||
sphinxcontrib-websupport==1.0.1 | ||
Sphinx==1.7.5 | ||
sphinxcontrib-websupport==1.1.0 |
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