diff options
| author | Adam Tauber <asciimoo@gmail.com> | 2017-09-28 19:57:45 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-09-28 19:57:45 +0200 |
| commit | 1dffbd33907103434bdc13ff035b8993559b5158 (patch) | |
| tree | 9a474c649502370a25af23195fb48d469ba9d22d /requirements.txt | |
| parent | eddc162f2c926d3741d3b2b122d0ccbf777c75ef (diff) | |
| parent | c12e0c39b93d28469038296ce6f1178bc9b5f2aa (diff) | |
Merge pull request #1037 from dalf/codecov
Switch to code-cov
Diffstat (limited to 'requirements.txt')
| -rw-r--r-- | requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt index 1807205e4..e1b7c160b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,4 +7,4 @@ pygments==2.1.3 pyopenssl==17.2.0 python-dateutil==2.6.1 pyyaml==3.12 -requests[socks]==2.14.2 +requests[socks]==2.18.4 |