From 62d179e6c7d945f30da1cc2acba0269c0db1a4bb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Nov 2022 11:11:27 +0000 Subject: [PATCH] Update mypy requirement from <0.791 to <0.992 in /python Updates the requirements on [mypy](https://github.com/python/mypy) to permit the latest version. - [Release notes](https://github.com/python/mypy/releases) - [Commits](https://github.com/python/mypy/compare/v0.1.0...v0.991) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- python/requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/requirements-dev.txt b/python/requirements-dev.txt index 551aa22762..a99cc11064 100644 --- a/python/requirements-dev.txt +++ b/python/requirements-dev.txt @@ -5,7 +5,7 @@ flake8==3.9.0 grpcio-tools==1.37.1 isort==5.9.0 mypy-protobuf==2.4 -mypy<0.791 +mypy<0.992 pandas==1.1.0 # used in serving_test_gen pillow==8.1.1 pip-licenses==3.4.0 # fetch licenses