diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2020-06-24 05:43:45 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-24 05:43:45 +0000 |
commit | 79f4e9f9c53cadbba10b72cd9a37f60c08a68721 (patch) | |
tree | 7736a189e100b5d0d98a491bffafcdfadc2ea07c /pyproject.toml | |
parent | 01d0de14fa5c531b3a35ad93e6a5fcd5c14c38e7 (diff) | |
download | dnspython-79f4e9f9c53cadbba10b72cd9a37f60c08a68721.tar.gz |
Update mypy requirement from ^0.781 to ^0.782dependabot/pip/mypy-tw-0.782
Updates the requirements on [mypy](https://github.com/python/mypy) to permit the latest version.
- [Release notes](https://github.com/python/mypy/releases)
- [Commits](https://github.com/python/mypy/compare/v0.781...v0.782)
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index 3bd4a59..0372a6a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ sniffio = {version="^1.1", optional=true} pytest-cov = "^2.10.0" [tool.poetry.dev-dependencies] -mypy = "^0.781" +mypy = "^0.782" pytest = "^5.4.1" flake8 = "^3.7.9" sphinx = "^3.0.0" |