Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit e082a6a

Browse files
authoredJun 21, 2023
Update dependency mypy to v1
1 parent c0b02a4 commit e082a6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ recommonmark = "^0.7.1"
8181
psycopg2 = {version = "=2.9.6", python = "3.6.* || 3.7.* || 3.8.* || 3.9.*"}
8282
mysqlclient = {version = "=2.1.1", python = "^3.6"}
8383
tox = "^3.25"
84-
mypy = {version = "^0.961", python = "^3.6"}
84+
mypy = {version = "^1.0.0", python = "^3.6"}
8585
django-stubs = {version = "^1.9", python = "^3.6"}
8686

8787
[tool.poetry.extras]

0 commit comments

Comments
 (0)
Please sign in to comment.