Skip to content

Commit

Permalink
Merge pull request #259 from QCoDeS/dependabot/pip/mypy-gte-1.1.1-and…
Browse files Browse the repository at this point in the history
…-lt-1.7.0

Update mypy requirement from <1.6.0,>=1.1.1 to >=1.1.1,<1.7.0
  • Loading branch information
jenshnielsen committed Oct 11, 2023
2 parents 7f8b54b + f1383d2 commit 49c62ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion qcodes_contrib_drivers/tests/test_Keysight_M3201A.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from qcodes.tests.driver_test_case import DriverTestCase
except ImportError:
# qcodes < 0.37
from qcodes.instrument_drivers.test import DriverTestCase # type: ignore[import,no-redef]
from qcodes.instrument_drivers.test import DriverTestCase # type: ignore[import-not-found,no-redef]
import unittest

try:
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
mypy>=1.1.1,<1.6.0
mypy>=1.1.1,<1.7.0
ipython~=8.16.1

0 comments on commit 49c62ca

Please sign in to comment.