Skip to content

Commit

Permalink
Bump test dependencies
Browse files Browse the repository at this point in the history
Without the bump to pytest-mypy the tests can trigger realpython/pytest-mypy#53
  • Loading branch information
garethr committed Oct 23, 2019
1 parent ae33ac7 commit a4208bd
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 21 deletions.
37 changes: 18 additions & 19 deletions poetry.lock

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

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ mashumaro = "^1.7"
poetry-version = "^0.1.3"

[tool.poetry.dev-dependencies]
pytest = "^4.6"
pytest = "^5.0"
pytest-black = "^0.3.7"
pytest-cov = "^2.7"
pytest-mypy = "^0.3.2"
pytest-mypy = "^0.4.0"
requests-mock = "^1.6"
xlsxwriter = "^1.1.8"
pytest-isort = "^0.3.1"
Expand Down

0 comments on commit a4208bd

Please sign in to comment.