Skip to content

Commit d567770

Browse files
Bump the pip group with 2 updates (#498)
1 parent ea72271 commit d567770

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ dependencies = [
3131
"packaging==25.0",
3232
"platformdirs==4.5.1",
3333
"pyserial==3.5",
34-
"python-socketio[asyncio_client]==5.15.0",
34+
"python-socketio[asyncio_client]==5.15.1",
3535
"requests==2.32.5",
36-
"sensapex==1.400.4",
36+
"sensapex==1.504.1",
3737
"rich==14.2.0",
3838
"vbl-aquarium==1.1.0"
3939
]

src/ephys_link/bindings/ump_binding.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ async def set_depth(self, manipulator_id: str, depth: float, speed: float) -> fl
142142

143143
@override
144144
async def stop(self, manipulator_id: str) -> None:
145-
self._get_device(manipulator_id).stop()
145+
self._get_device(manipulator_id).stop() # pyright: ignore [reportUnknownMemberType]
146146

147147
@override
148148
def platform_space_to_unified_space(self, platform_space: Vector4) -> Vector4:

0 commit comments

Comments
 (0)