Skip to content

Commit

Permalink
increase minimum pytype version
Browse files Browse the repository at this point in the history
  • Loading branch information
crwilcox committed Mar 26, 2019
1 parent 5cc9958 commit 56b57e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api_core/noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ def lint_setup_py(session):
def pytype(session):
"""Run type-checking."""
session.install(
".", "grpcio >= 1.8.2", "grpcio-gcp >= 0.2.2", "pytype >= 2018.9.26"
".", "grpcio >= 1.8.2", "grpcio-gcp >= 0.2.2", "pytype >= 2019.3.21"
)
session.run("pytype")

Expand Down

0 comments on commit 56b57e3

Please sign in to comment.