Skip to content

Commit

Permalink
Bump AIOHTTP (#344)
Browse files Browse the repository at this point in the history
* Bump AIOHTTP

* Autoformat code

---------

Co-authored-by: kjy5 <[email protected]>
  • Loading branch information
kjy5 and kjy5 authored Apr 24, 2024
1 parent 221f3a7 commit 0fdc8ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ classifiers = [
"Topic :: Scientific/Engineering :: Medical Science Apps.",
]
dependencies = [
"aiohttp==3.9.4",
"aiohttp==3.9.5",
"platformdirs==4.2.0",
"pyserial==3.5",
"python-socketio==5.11.2",
Expand Down
1 change: 1 addition & 0 deletions src/ephys_link/platform_manipulator.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
Most functionality will be implemented on the platform handler side. This is mostly
for enforcing implementation of the stop method and hold common properties.
"""

from abc import ABC, abstractmethod

# Constants
Expand Down

0 comments on commit 0fdc8ee

Please sign in to comment.