From cb48470e9db39aa98b51659e6f5948b6c0812c0b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Dec 2021 05:17:45 +0000 Subject: [PATCH] Bump mypy from 0.921 to 0.930 in /requirements Bumps [mypy](https://github.com/python/mypy) from 0.921 to 0.930. - [Release notes](https://github.com/python/mypy/releases) - [Commits](https://github.com/python/mypy/compare/v0.921...v0.930) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements/dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/dev-requirements.txt b/requirements/dev-requirements.txt index 1c9dadef2..17798f89a 100644 --- a/requirements/dev-requirements.txt +++ b/requirements/dev-requirements.txt @@ -15,7 +15,7 @@ freezegun==1.1.0 # Freeze time in tests furo==2021.11.23 isort==5.10.1 # Lint imports keyring==23.4.0 -mypy==0.921 # Type checking +mypy==0.930 # Type checking pip_check_reqs==2.3.2 pydocstyle==6.1.1 # Lint docstrings pyenchant==3.2.2 # Bindings for a spellchecking sytem