From 2099f84e19d3b65e8c628448c9a805a0b230dbf7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=85smund=20V=C3=A5ge=20Fannemel?= <34712686+asmfstatoil@users.noreply.github.com> Date: Wed, 11 Sep 2024 20:45:01 +0200 Subject: [PATCH] chore: bump allowed msal-bearer --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3225058..5e10bb9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ pandas = ">=1" certifi = "^2024.7.4" requests = "^2" requests-kerberos = "^0" -msal-bearer = ">=0.2.1,<1.1.0" +msal-bearer = ">=0.2.1,<1.2.0" notebook = { version = "^7.2.0", optional = true } matplotlib = { version = "^3.7.0", optional = true } diskcache = "^5.6.1"