Skip to content
This repository was archived by the owner on Aug 12, 2025. It is now read-only.

Commit 539a203

Browse files
committed
Downgrade mypy for 3.6
1 parent 361dff8 commit 539a203

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

requirements-3.6.txt

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# This file is autogenerated by pip-compile with python 3.6
33
# To update, run:
44
#
5-
# pip-compile
5+
# pip-compile --output-file=requirements-3.6.txt requirements.in
66
#
77
-e .
88
# via -r requirements.in
@@ -67,7 +67,7 @@ markupsafe==2.0.1
6767
# via jinja2
6868
mccabe==0.7.0
6969
# via flake8
70-
mypy==0.971
70+
mypy==0.910
7171
# via
7272
# django-filter-stubs
7373
# django-stubs
@@ -114,14 +114,15 @@ requests==2.27.1
114114
sqlparse==0.4.3
115115
# via django
116116
toml==0.10.2
117-
# via django-stubs
117+
# via
118+
# django-stubs
119+
# mypy
118120
tomli==1.2.3
119121
# via
120122
# black
121-
# mypy
122123
# pep517
123124
# pytest
124-
typed-ast==1.5.4
125+
typed-ast==1.4.3
125126
# via
126127
# black
127128
# mypy

0 commit comments

Comments
 (0)