From 1567566524e97d57b6f668655a8ec9dd229e3498 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Mon, 6 Jun 2022 17:04:37 +0000
Subject: [PATCH] build(deps-dev): bump mypy from 0.960 to 0.961

Bumps [mypy](https://github.com/python/mypy) from 0.960 to 0.961.
- [Release notes](https://github.com/python/mypy/releases)
- [Commits](https://github.com/python/mypy/compare/v0.960...v0.961)

---
updated-dependencies:
- dependency-name: mypy
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
---
 requirements-dev.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/requirements-dev.txt b/requirements-dev.txt
index 1261f113..eaaec8eb 100644
--- a/requirements-dev.txt
+++ b/requirements-dev.txt
@@ -20,7 +20,7 @@ flake8-noqa==1.2.2
 flake8-polyfill==1.0.2
 flake8-use-fstring==1.3
 
-mypy==0.960
+mypy==0.961
 pep8-naming==0.13.0
 safety==1.10.3
 types-requests==2.27.30