From d5728e61a2c60432bf5c02a94218e540a183830c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Apr 2022 16:53:18 +0000 Subject: [PATCH] Update mypy requirement from ~=0.900 to ~=0.950 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.900...v0.950) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- requirements/dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/dev.txt b/requirements/dev.txt index 6f4db6dcb..c5a46408a 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -1,7 +1,7 @@ # development dependencies (see docs.txt for documentation building dependencies) # linting and static type-checking flake8>=3.7.7, <5.0.0 -mypy~= 0.900 +mypy~= 0.950 types-requests>=2.25.0, <3.0.0 # testing pytest>=5.3.5, <7.0.0