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 weekly dependency update for week 03 #2681

Merged
merged 2 commits into from
Jan 25, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions requirements/ci-wheel.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ pytest-mock==1.6.3
towncrier==17.8.0
tox==2.9.1
twine==1.9.1
yarl==1.0.0
yarl==1.1.0

# Using PEP 508 env markers to control dependency on runtimes:
aiodns==1.1.1; platform_system!="Windows" # required c-ares will not build on windows
codecov==2.0.13; platform_system!="Windows" # We only use it in Travis CI
codecov==2.0.14; platform_system!="Windows" # We only use it in Travis CI
uvloop==0.9.1; python_version>="3.5" and platform_system!="Windows" # MagicStack/uvloop#14