From d242ac0d1d0b759bb5c2c91a4a222341b2f57042 Mon Sep 17 00:00:00 2001 From: Gagan Trivedi Date: Fri, 22 Nov 2024 13:55:38 +0530 Subject: [PATCH] deps: bump rbac to support tags on permission level --- api/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/Makefile b/api/Makefile index 1edac404dedf..eca334728e26 100644 --- a/api/Makefile +++ b/api/Makefile @@ -12,7 +12,7 @@ POETRY_VERSION ?= 1.8.3 GUNICORN_LOGGER_CLASS ?= util.logging.GunicornJsonCapableLogger SAML_REVISION ?= v1.6.4 -RBAC_REVISION ?= v0.10.0 +RBAC_REVISION ?= v0.11.0 -include .env-local -include $(DOTENV_OVERRIDE_FILE)