summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorBob Halley <halley@dnspython.org>2020-06-14 13:05:41 -0700
committerGitHub <noreply@github.com>2020-06-14 13:05:41 -0700
commit5976395c2fcb83cc23c5dced60f2c380035a2fe2 (patch)
tree045945b7110146db7810f4eb1820e69fb0734824 /pyproject.toml
parentb01d11ea236e5f7484cd7bc94ae6f0d7e13a4b9b (diff)
parent3a13a3b00c650559e3a8e0fbff422235e04703e3 (diff)
downloaddnspython-5976395c2fcb83cc23c5dced60f2c380035a2fe2.tar.gz
Merge pull request #507 from rthalley/dependabot/pip/mypy-tw-0.780
Update mypy requirement from ^0.770 to ^0.780
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 4c2983d..f2d28bb 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -19,7 +19,7 @@ curio = {version="^1.2", optional=true}
sniffio = {version="^1.1", optional=true}
[tool.poetry.dev-dependencies]
-mypy = "^0.770"
+mypy = "^0.780"
pytest = "^5.4.1"
flake8 = "^3.7.9"
sphinx = "^3.0.0"