Skip to content

Commit

Permalink
Merge pull request #4405 from QCoDeS/dependabot/pip/mypy-0.971
Browse files Browse the repository at this point in the history
Bump mypy from 0.961 to 0.971
  • Loading branch information
astafan8 authored Jul 21, 2022
2 parents 87bc233 + e631584 commit ad35f92
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion qcodes/logger/logger.py
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ def filter(self, record: logging.LogRecord) -> bool:
"""
cdim = self.custom_dimensions.copy()
cdim.update(getattr(record, "custom_dimensions", {}))
record.custom_dimensions = cdim # type: ignore[attr-defined]
record.custom_dimensions = cdim

return True

Expand Down
2 changes: 1 addition & 1 deletion test_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ idna==3.3
importlib-metadata==4.8.1; python_version<'3.8'
iniconfig==1.1.1
lxml==4.9.1
mypy==0.961
mypy==0.971
mypy-extensions==0.4.3
numpy~=1.21.5; python_version<'3.8'
numpy~=1.23.1; python_version>='3.8'
Expand Down

0 comments on commit ad35f92

Please sign in to comment.