mirror of
https://github.com/davidhalter/django-stubs.git
synced 2025-12-13 07:21:56 +08:00
Upgrade mypy support to 0.960 (#973)
- Updates test_model_field_classes_from_existing_locations to account for the behaviour change in https://github.com/python/mypy/pull/12663 - Bumps the version of django-stubs for a new release
This commit is contained in:
4
setup.py
4
setup.py
@@ -20,7 +20,7 @@ with open("README.md") as f:
|
||||
readme = f.read()
|
||||
|
||||
dependencies = [
|
||||
"mypy>=0.930,<0.960",
|
||||
"mypy>=0.930,<0.970",
|
||||
"django",
|
||||
"django-stubs-ext>=0.4.0",
|
||||
"tomli",
|
||||
@@ -32,7 +32,7 @@ dependencies = [
|
||||
|
||||
setup(
|
||||
name="django-stubs",
|
||||
version="1.11.0",
|
||||
version="1.11.1",
|
||||
description="Mypy stubs for Django",
|
||||
long_description=readme,
|
||||
long_description_content_type="text/markdown",
|
||||
|
||||
Reference in New Issue
Block a user