Skip to content

Commit

Permalink
Bump mypy from 0.800 to 0.812 (#200)
Browse files Browse the repository at this point in the history
Bumps [mypy](https://github.com/python/mypy) from 0.800 to 0.812.
- [Release notes](https://github.com/python/mypy/releases)
- [Commits](python/mypy@v0.800...v0.812)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Feb 22, 2021
1 parent db607d2 commit 124dbc4
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 25 deletions.
48 changes: 24 additions & 24 deletions poetry.lock

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

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ pytest = "^6.2.2"
black = {version = "^20.8b1", allow-prereleases = true}
isort = {version = "^5.7.0", allow-prereleases = true}
flake8 = "^3.8.4"
mypy = "^0.800"
mypy = "^0.812"

[tool.poetry.scripts]
trading_mate = 'tradingmate:main'
Expand Down

0 comments on commit 124dbc4

Please sign in to comment.