From 57b312ae614a0e07b553c1af483e3c7ad11b0737 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Jul 2026 21:13:59 +0000 Subject: [PATCH] build(deps): Update nipyapi requirement in /flows Updates the requirements on [nipyapi](https://github.com/Chaffelson/nipyapi) to permit the latest version. - [Release notes](https://github.com/Chaffelson/nipyapi/releases) - [Changelog](https://github.com/Chaffelson/nipyapi/blob/main/docs/history.rst) - [Commits](https://github.com/Chaffelson/nipyapi/compare/v1.5.1...v1.7.0) --- updated-dependencies: - dependency-name: nipyapi dependency-version: 1.7.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- flows/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flows/requirements.txt b/flows/requirements.txt index 09e9987..2366b2b 100644 --- a/flows/requirements.txt +++ b/flows/requirements.txt @@ -1,3 +1,3 @@ -nipyapi>=1.5.1 +nipyapi>=1.7.0 pytest>=9.1.1 requests>=2.34.2