From 14b8d2c61125893e73cf93e5338ab5ac5ff60cd6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Sep 2023 11:41:14 +0000 Subject: [PATCH] Bump pynwb from 2.2.0 to 2.5.0 Bumps [pynwb](https://github.com/NeurodataWithoutBorders/pynwb) from 2.2.0 to 2.5.0. - [Release notes](https://github.com/NeurodataWithoutBorders/pynwb/releases) - [Changelog](https://github.com/NeurodataWithoutBorders/pynwb/blob/dev/CHANGELOG.md) - [Commits](https://github.com/NeurodataWithoutBorders/pynwb/compare/2.2.0...2.5.0) --- updated-dependencies: - dependency-name: pynwb dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 993866421..c0a47c3c7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ dependencies = [ "tifffile", "python-multipart", "future", - "pynwb==2.2.0", + "pynwb==2.5.0", "psutil", "nbstripout", "snakemake>=7.24,<7.31",