From 5a35717749f8b65ead1e125642d604e6da9077b5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Jun 2025 03:46:15 +0000 Subject: [PATCH] Update metabase-api requirement in /application/metabase Updates the requirements on [metabase-api](https://github.com/vvaezian/metabase_api_python) to permit the latest version. - [Release notes](https://github.com/vvaezian/metabase_api_python/releases) - [Changelog](https://github.com/vvaezian/metabase_api_python/blob/master/CHANGELOG.md) - [Commits](https://github.com/vvaezian/metabase_api_python/compare/v0.2.12...v3.5) --- updated-dependencies: - dependency-name: metabase-api dependency-version: '3.5' dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- application/metabase/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/metabase/requirements.txt b/application/metabase/requirements.txt index 5579ba96..c86c3d4b 100644 --- a/application/metabase/requirements.txt +++ b/application/metabase/requirements.txt @@ -1 +1 @@ -metabase-api<3.5 +metabase-api<3.6