From f5423892c1d837fff06c58a227e5fa1c64432f05 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 May 2024 16:54:44 -0700 Subject: [PATCH] Bump vbl-aquarium from 0.0.12 to 0.0.13 in the pip group (#346) Bumps the pip group with 1 update: [vbl-aquarium](https://github.com/VirtualBrainLab/vbl-aquarium). Updates `vbl-aquarium` from 0.0.12 to 0.0.13 - [Release notes](https://github.com/VirtualBrainLab/vbl-aquarium/releases) - [Commits](https://github.com/VirtualBrainLab/vbl-aquarium/commits) --- updated-dependencies: - dependency-name: vbl-aquarium dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c064bc6..c7a6bfd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ dependencies = [ "pythonnet==3.0.3", "requests==2.31.0", "sensapex==1.400.0", - "vbl-aquarium==0.0.12" + "vbl-aquarium==0.0.13" ] [project.urls]