From 5e239ce79b73172bc28b357e89af771e80013d83 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 09:54:15 +0000 Subject: [PATCH] Update ibridges requirement from ~=1.1 to ~=1.2 in /tests/unit Updates the requirements on [ibridges](https://github.com/iBridges-for-iRODS/iBridges) to permit the latest version. - [Release notes](https://github.com/iBridges-for-iRODS/iBridges/releases) - [Commits](https://github.com/iBridges-for-iRODS/iBridges/compare/v1.1.0...v1.2.0) --- updated-dependencies: - dependency-name: ibridges dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- tests/unit/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/unit/requirements.txt b/tests/unit/requirements.txt index 3865ce9..8d42914 100644 --- a/tests/unit/requirements.txt +++ b/tests/unit/requirements.txt @@ -1 +1 @@ -ibridges~=1.1 \ No newline at end of file +ibridges~=1.2 \ No newline at end of file