Skip to content

Commit

Permalink
Update mypy version
Browse files Browse the repository at this point in the history
An update was required to fix the issue described here:
python/mypy#12078
  • Loading branch information
ViacheslavKolupaev committed Apr 22, 2022
1 parent 9c74081 commit 954fa1b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements/compiled/03_type_test_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ greenlet==1.1.2
# via
# -c /home/vkolupaev/PycharmProjects/notebook/requirements/in/../compiled/01_app_requirements.txt
# sqlalchemy
mypy==0.930
mypy==0.931
# via
# -r /home/vkolupaev/PycharmProjects/notebook/requirements/in/03_type_test.in
# sqlalchemy
Expand Down
3 changes: 2 additions & 1 deletion requirements/in/03_type_test.in
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
-c ../compiled/01_app_requirements.txt

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

pydantic
types-psycopg2
Expand Down

0 comments on commit 954fa1b

Please sign in to comment.