summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Harney <eharney@redhat.com>2023-04-10 09:55:59 -0400
committerEric Harney <eharney@redhat.com>2023-04-26 11:32:12 -0400
commit82bee2f6aa1d8bab49da340131e148af3e7084ed (patch)
tree5b48857f4ad5f5012b6db778f5792e45ca7844a8
parent2e8aff660b18d1e8f961d6de979d541a8d06f1c1 (diff)
downloadcinder-82bee2f6aa1d8bab49da340131e148af3e7084ed.tar.gz
Bump mypy to 1.2.0
Change-Id: I3d0adca3fe1b7bdffab342361a58f3643d969541
-rw-r--r--test-requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/test-requirements.txt b/test-requirements.txt
index 0097afc52..64762684e 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -18,5 +18,5 @@ SQLAlchemy-Utils>=0.37.8 # BSD License
testtools>=2.4.0 # MIT
doc8>=0.8.1 # Apache-2.0
-mypy>=1.0 # MIT
+mypy>=1.2.0 # MIT
moto>=2.2.5 # Apache-2.0