Skip to content

Commit

Permalink
Merge pull request #4 from gopythongo/requires-io-master
Browse files Browse the repository at this point in the history
[requires.io] dependency update on master branch
  • Loading branch information
jdelic authored Aug 18, 2017
2 parents 2f619ca + 739e5ed commit 0c07dae
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
requests-mock==1.3.0
coverage==4.4.1
coveralls==1.1
coveralls==1.2.0
flake8==3.4.1
pep257==0.7.0
doc8==0.8.0
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
_packages = find_packages(_package_root, exclude=["*.tests", "*.tests.*", "tests.*", "tests"])

_requirements = [
'typing==3.6.1',
'requests==2.18.3',
'typing==3.6.2',
'requests==2.18.4',
'iso8601==0.1.12',
# intentionally unpinned, we want the newest data
'pytz',
Expand Down

0 comments on commit 0c07dae

Please sign in to comment.