From 16b5dc204c79dfda6eb6b4f4c1ef55db720a200b Mon Sep 17 00:00:00 2001 From: Daisie Huang Date: Mon, 23 Sep 2024 15:20:29 -0700 Subject: [PATCH] Update authx requirements --- requirements/dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/dev.txt b/requirements/dev.txt index 5dce2a49c..f9771a3ff 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -4,4 +4,4 @@ redis[hiredis]==5.0.8 # cache server gunicorn==23.0.0 # web server uvicorn[standard]==0.30.6 # web server candigv2-logging@git+https://github.com/CanDIG/candigv2-logging.git@v1.0.0 # CANDIG logging wrapper -candigv2-authx@git+https://github.com/CanDIG/candigv2-authx.git@v2.4.5 # CANDIG authorization wrapper +candigv2-authx@git+https://github.com/CanDIG/candigv2-authx.git@v2.5.0 # CANDIG authorization wrapper