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.812 to 0.961 #76

Open
wants to merge 1 commit into
base: main
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
28 changes: 10 additions & 18 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ appdirs==1.4.4
# via virtualenv
asgiref==3.3.4
# via -r requirements/tests.in
atomicwrites==1.4.0
# via pytest
attrs==21.2.0
# via pytest
babel==2.9.1
Expand All @@ -30,12 +28,6 @@ click==8.0.1
# via
# pip-tools
# sphinx-intl
colorama==0.4.4
# via
# click
# pytest
# sphinx
# tox
distlib==0.3.1
# via virtualenv
docutils==0.16
Expand All @@ -60,10 +52,10 @@ jinja2==3.0.1
# via sphinx
markupsafe==2.0.1
# via jinja2
mypy==0.961
# via -r requirements/typing.in
mypy-extensions==0.4.3
# via mypy
mypy==0.812
# via -r requirements/typing.in
nodeenv==1.6.0
# via pre-commit
packaging==20.9
Expand Down Expand Up @@ -110,12 +102,6 @@ six==1.16.0
# virtualenv
snowballstemmer==2.1.0
# via sphinx
sphinx-intl==2.0.1
# via -r requirements/docs.in
sphinx-issues==1.2.0
# via -r requirements/docs.in
sphinx-tabs==3.0.0
# via -r requirements/docs.in
sphinx==4.0.2
# via
# -r requirements/docs.in
Expand All @@ -124,6 +110,12 @@ sphinx==4.0.2
# sphinx-issues
# sphinx-tabs
# sphinxcontrib-log-cabinet
sphinx-intl==2.0.1
# via -r requirements/docs.in
sphinx-issues==1.2.0
# via -r requirements/docs.in
sphinx-tabs==3.0.0
# via -r requirements/docs.in
sphinxcontrib-applehelp==1.0.2
# via sphinx
sphinxcontrib-devhelp==1.0.2
Expand All @@ -144,10 +136,10 @@ toml==0.10.2
# pre-commit
# pytest
# tox
tomli==2.0.1
# via mypy
tox==3.23.1
# via -r requirements/dev.in
typed-ast==1.4.3
# via mypy
typing-extensions==3.10.0.0
# via mypy
urllib3==1.26.4
Expand Down
6 changes: 3 additions & 3 deletions requirements/typing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
#
# pip-compile requirements/typing.in
#
mypy==0.961
# via -r requirements/typing.in
mypy-extensions==0.4.3
# via mypy
mypy==0.812
# via -r requirements/typing.in
typed-ast==1.4.3
tomli==2.0.1
# via mypy
typing-extensions==3.10.0.0
# via mypy