From e52e400de50812fc73fdaa6e49f5de4fb7950e56 Mon Sep 17 00:00:00 2001 From: Kenneth Yang <82800265+kjy5@users.noreply.github.com> Date: Tue, 18 Jun 2024 16:03:28 -0700 Subject: [PATCH] Updated dependencies (#354) --- pyproject.toml | 11 +++-------- src/ephys_link/__about__.py | 2 +- 2 files changed, 4 insertions(+), 9 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index e5447c8..efeee4d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ dependencies = [ "python-socketio[asyncio_client]==5.11.2", "pythonnet==3.0.3", "sensapex==1.400.0", - "vbl-aquarium==0.0.14" + "vbl-aquarium==0.0.15" ] [project.urls] @@ -59,6 +59,7 @@ exclude = ["/.github", "/.idea"] python = "3.12" dependencies = [ "coverage[toml]>=6.5", + "mypy>=1.0.0", "pytest", ] [tool.hatch.envs.default.scripts] @@ -72,17 +73,11 @@ cov = [ "test-cov", "cov-report", ] +types = "mypy --strict --install-types --non-interactive {args:src/ephys_link tests}" #[[tool.hatch.envs.all.matrix]] #python = ["3.8", "3.9", "3.10", "3.11", "3.12"] -[tool.hatch.envs.types] -dependencies = [ - "mypy>=1.0.0", -] -[tool.hatch.envs.types.scripts] -check = "mypy --install-types --non-interactive {args:src/ephys_link tests}" - [tool.hatch.envs.exe] python = "3.12" dependencies = [ diff --git a/src/ephys_link/__about__.py b/src/ephys_link/__about__.py index f708a9b..7b1e312 100644 --- a/src/ephys_link/__about__.py +++ b/src/ephys_link/__about__.py @@ -1 +1 @@ -__version__ = "1.3.2" +__version__ = "1.3.3"