Skip to content

Commit

Permalink
Update more dependencies (#84)
Browse files Browse the repository at this point in the history
  • Loading branch information
dlmiddlecote committed Nov 21, 2020
1 parent 106f0c5 commit 193ea63
Show file tree
Hide file tree
Showing 2 changed files with 57 additions and 43 deletions.
94 changes: 54 additions & 40 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ requests = "^2.22"
flask = "^1.1"
[tool.poetry.dev-dependencies]
flake8 = "^3.7"
pytest = "^5.3"
pytest = "6.1.2"
pytest-cov = "^2.8"
coveralls = "^1.10"
coveralls = "2.2.0"
coverage = "^5.0"
pylint = "^2.4"
pytest-kind = "^20.1"
black = {version = "^19.10b0", allow-prereleases = true}
black = "20.8b1"
[build-system]
requires = ["poetry>=1.0"]
build-backend = "poetry.masonry.api"

0 comments on commit 193ea63

Please sign in to comment.