Skip to content

Commit 329bae1

Browse files
committed
CI: Always use django-stubs from git master
1 parent 667f31d commit 329bae1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ djangorestframework==3.14.0
77
types-pytz==2023.3.0.0
88
types-requests==2.30.0.0
99
types-urllib3==1.26.25.13
10-
django-stubs==4.2.0
10+
git+https://github.com/typeddjango/django-stubs
1111
django-stubs-ext==4.2.0
1212
-e .[compatible-mypy,coreapi,markdown]

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ def find_stub_files(name: str) -> List[str]:
2929
]
3030

3131
extras_require = {
32-
"compatible-mypy": ["mypy>=1.2.0,<1.3"],
32+
"compatible-mypy": ["mypy>=1.3.0,<1.4"],
3333
"coreapi": ["coreapi>=2.0.0"],
3434
"markdown": ["types-Markdown>=0.1.5"],
3535
}

0 commit comments

Comments
 (0)