Skip to content

Commit

Permalink
dependency version upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
ashutoshdtu committed Mar 11, 2021
1 parent 7c36806 commit 8e8841e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 12 deletions.
22 changes: 11 additions & 11 deletions requirements_dev.txt
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
pip==19.2.3
pip==21.0.1
eve==1.1.5
eve-swagger==0.1.3
flask>=1.0
jsonrpcserver==3.5.6
jsonrpcserver==4.2.0
gunicorn==20.0.4

#https://github.com/pyeve/eve/issues/1359
werkzeug==0.16.1

Click==7.0
bump2version==0.5.11
wheel==0.33.6
watchdog==0.9.0
flake8==3.7.8
tox==3.14.0
coverage==4.5.4
Sphinx==1.8.5
twine==1.14.0
Click==7.1.2
bump2version==1.0.1
wheel==0.36.2
watchdog==2.0.2
flake8==3.8.4
tox==3.23.0
coverage==5.5
Sphinx==3.5.2
twine==3.3.0
pytest==4.6.5
pytest-runner==5.1
1 change: 0 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,3 @@ deps =
commands =
pip install -U pip
pytest --basetemp={envtmpdir}

0 comments on commit 8e8841e

Please sign in to comment.