Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump mypy from 0.910 to 1.0.1 #116

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ attrs==21.2.0
# via pytest
babel==2.9.1
# via sphinx
backports.entry-points-selectable==1.1.0
backports-entry-points-selectable==1.1.0
# via virtualenv
blinker==1.4
# via -r requirements/tests.in
Expand Down Expand Up @@ -52,7 +52,7 @@ jinja2==3.0.1
# via sphinx
markupsafe==2.0.1
# via jinja2
mypy==0.910
mypy==1.0.1
# via -r requirements/typing.in
mypy-extensions==0.4.3
# via mypy
Expand Down Expand Up @@ -133,7 +133,6 @@ sphinxcontrib-serializinghtml==1.1.5
# via sphinx
toml==0.10.2
# via
# mypy
# pre-commit
# pytest
# tox
Expand Down
4 changes: 1 addition & 3 deletions requirements/typing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,12 @@ cffi==1.14.6
# via cryptography
cryptography==3.4.8
# via -r requirements/typing.in
mypy==0.910
mypy==1.0.1
# via -r requirements/typing.in
mypy-extensions==0.4.3
# via mypy
pycparser==2.20
# via cffi
toml==0.10.2
# via mypy
types-contextvars==0.1.4
# via -r requirements/typing.in
types-dataclasses==0.1.7
Expand Down