Skip to content

Commit

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

Update mypy requirement from <1.7.0,>=1.1.1 to >=1.1.1,<1.8.0
  • Loading branch information
jenshnielsen authored Nov 14, 2023
2 parents e0bd863 + 8235fb6 commit 8f0eba2
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/drivers/Horiba/Horiba_FHR.py
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,7 @@ def __init__(
)
}

super().__init__(name, additional_metadata | (metadata or {}), label)
super().__init__(name, additional_metadata | dict(metadata or {}), label)

gratings = ChannelList(self, 'gratings', GratingChannel)
slits = ChannelList(self, 'slits', SlitChannel)
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.7.0
mypy>=1.1.1,<1.8.0
ipython~=8.17.2

0 comments on commit 8f0eba2

Please sign in to comment.