Skip to content

Commit 3f2b2e0

Browse files
Bump mypy from 1.10.1 to 1.11.1 (#549)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Robert Resch <robert@resch.dev>
1 parent dc8f185 commit 3f2b2e0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

deebot_client/capabilities.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868

6969

7070
def _get_events(
71-
capabilities: DataclassInstance,
71+
capabilities: DataclassInstance | type[DataclassInstance],
7272
) -> MappingProxyType[type[Event], list[Command]]:
7373
events = {}
7474
for field_ in fields(capabilities):

requirements-test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
mypy==1.10.1
1+
mypy==1.11.1
22
pre-commit==3.8.0
33
pycountry==24.6.1
44
pylint==3.2.6

0 commit comments

Comments
 (0)