Bump mypy from 1.6.1 to 1.7.0 (#638)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: J. Nick Koston <nick@koston.org>
This commit is contained in:
dependabot[bot] 2023-11-13 22:22:43 -06:00 committed by GitHub
parent b0bb1fb691
commit f1956aa598
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -347,7 +347,7 @@ class APIConnection:
else:
_, fh = await loop.create_connection( # type: ignore[type-var]
lambda: APINoiseFrameHelper(
noise_psk=noise_psk, # type: ignore[arg-type]
noise_psk=noise_psk,
expected_name=self._params.expected_name,
on_pkt=self._process_packet,
on_error=self._report_fatal_error,

View File

@ -2,7 +2,7 @@ pylint==3.0.2
black==23.11.0
flake8==6.1.0
isort==5.12.0
mypy==1.6.1
mypy==1.7.0
types-protobuf==4.24.0.4
pytest>=6.2.4,<8
pytest-asyncio>=0.15.1,<1