Skip to content

Commit

Permalink
Merge branch 'master' of github.com:nicfit/eyeD3
Browse files Browse the repository at this point in the history
* 'master' of github.com:nicfit/eyeD3:
  Update requests to 2.19.1 (#216)
  Update pytest from 3.6.1 to 3.6.2 (#217)
  Update sphinx from 1.7.4 to 1.7.5 (#207)
  Update idna from 2.6 to 2.7 (#214)
  • Loading branch information
nicfit committed Jun 30, 2018
2 parents cd753bc + 6a7e304 commit 103198e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
certifi==2018.4.16 # via requests
chardet==3.0.4 # via requests
grako==3.99.9
idna==2.6 # via requests
idna==2.7 # via requests
pathlib==1.0.1
pillow==5.1.0
pylast==2.3.0
python-magic==0.4.15
requests==2.18.4
requests==2.19.1
six==1.11.0
urllib3==1.22 # via requests
2 changes: 1 addition & 1 deletion requirements/dev.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Sphinx==1.7.4
Sphinx==1.7.5
check-manifest==0.37
cogapp==2.5.1
flake8==3.5.0
Expand Down
2 changes: 1 addition & 1 deletion requirements/extra_art-plugin.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
pillow==5.1.0
pylast==2.3.0
requests==2.18.4
requests==2.19.1
2 changes: 1 addition & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
factory-boy==2.11.1
pytest==3.6.1
pytest==3.6.2
pytest-cov==2.5.1
pytest-runner==4.2

0 comments on commit 103198e

Please sign in to comment.