Skip to content

Commit 954fa1b

Browse files
Update mypy version
An update was required to fix the issue described here: python/mypy#12078
1 parent 9c74081 commit 954fa1b

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

requirements/compiled/03_type_test_requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ greenlet==1.1.2
88
# via
99
# -c /home/vkolupaev/PycharmProjects/notebook/requirements/in/../compiled/01_app_requirements.txt
1010
# sqlalchemy
11-
mypy==0.930
11+
mypy==0.931
1212
# via
1313
# -r /home/vkolupaev/PycharmProjects/notebook/requirements/in/03_type_test.in
1414
# sqlalchemy

requirements/in/03_type_test.in

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
-c ../compiled/01_app_requirements.txt
22

33
# See: https://pydantic-docs.helpmanual.io/mypy_plugin/#enabling-the-plugin
4-
mypy==0.930
4+
# And this: https://github.com/python/mypy/pull/12078
5+
mypy==0.931
56

67
pydantic
78
types-psycopg2

0 commit comments

Comments
 (0)