Skip to content

Commit

Permalink
build(dependencies): Upgrade dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
xaviml committed May 6, 2020
1 parent d0a7277 commit 726f31d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@ verify_ssl = true

[dev-packages]
black = "==19.10b0"
pytest = "==5.3.5"
pytest-asyncio = "==0.10.0"
pytest = "==5.4.1"
pytest-asyncio = "==0.12.0"
pytest-cov = "==2.8.1"
pytest-mock = "==3.0.0"
pytest-mock = "==3.1.0"
mock = "==4.0.2"
pre-commit = "==2.0.1"
commitizen = "==1.17.1"
controllerx = {path = ".",editable = true}
pre-commit = "==2.3.0"
commitizen = "==1.19.3"
mypy = "==0.770"
flake8 = "==3.7.9"
controllerx = {path = ".",editable = true}

[packages]
appdaemon = "==4.0.3"

0 comments on commit 726f31d

Please sign in to comment.