Skip to content

Commit 61b1035

Browse files
Update mypy requirement from <0.960,>=0.950 to >=0.950,<0.961 (#224)
* Update mypy requirement from <0.960,>=0.950 to >=0.950,<0.961 Updates the requirements on [mypy](https://github.com/python/mypy) to permit the latest version. - [Release notes](https://github.com/python/mypy/releases) - [Commits](python/mypy@v0.950...v0.960) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> * Update setup.py Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Nikita Sobolev <[email protected]>
1 parent 8514a98 commit 61b1035

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ def find_stub_files(name):
1919
readme = f.read()
2020

2121
dependencies = [
22-
"mypy>=0.950,<0.960",
22+
"mypy>=0.950,<0.970",
2323
"django-stubs>=1.11.0",
2424
"typing-extensions>=3.10.0",
2525
"requests>=2.0.0",

0 commit comments

Comments
 (0)