Skip to content
This repository has been archived by the owner on Dec 25, 2022. It is now read-only.

Commit

Permalink
Merge pull request #80 from tubone24/openapi
Browse files Browse the repository at this point in the history
Vulnerability fix
  • Loading branch information
tubone24 committed May 4, 2019
2 parents 0fa4981 + b9d1757 commit 7431737
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 9 deletions.
6 changes: 3 additions & 3 deletions requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pytest==4.4.0
pytest-cov==2.6.1
pytest==4.4.1
pytest-cov==2.7.1
pytest-pythonpath==0.7.3
flake8==3.7.7
pep8==1.7.1
Expand All @@ -8,4 +8,4 @@ pytest-flake8==1.0.4
pytest-pep8==1.0.6
coverage==4.5.3
codecov==2.0.15
black==18.9b0
black==19.3b0
3 changes: 1 addition & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@ sphinx-rtd-theme==0.4.3
Pillow>=5.3.0
PyPDF2==1.26.0
PyYAML>=4.2b1
Sphinx==2.0.0
Sphinx==2.0.1
sphinxcontrib-websupport==1.1.0
urllib3==1.24.1
uvloop==0.12.*
responder==1.3.1
marshmallow==2.19.2
Expand Down
8 changes: 4 additions & 4 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@ test_suite = tests

[options.extras_require]
develop =
black==18.9b0
pytest==4.4.0
pytest-cov==2.6.1
black==19.3b0
pytest==4.4.1
pytest-cov==2.7.1
pytest-pythonpath==0.7.3
flake8==3.7.7
pep8==1.7.1
Expand All @@ -67,7 +67,7 @@ develop =
coverage==4.5.3
codecov==2.0.15
docs =
Sphinx==2.0.0
Sphinx==2.0.1
sphinx-rtd-theme==0.4.3
sphinxcontrib-openapi==0.4.0

Expand Down

0 comments on commit 7431737

Please sign in to comment.