From be141be271e7e2773d7f9690dcd6f6b2eeb4ffc2 Mon Sep 17 00:00:00 2001 From: Daisie Huang Date: Tue, 7 Jan 2025 15:07:42 -0800 Subject: [PATCH] bump authx to v2.6.2 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index fa8cb9e8..672c850c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ pysam==0.22.0 sqlalchemy==1.4.44 connexion==3.1.0 MarkupSafe==2.1.1 -candigv2-authx@git+https://github.com/CanDIG/candigv2-authx.git@v2.6.1 +candigv2-authx@git+https://github.com/CanDIG/candigv2-authx.git@v2.6.2 candigv2-logging@git+https://github.com/CanDIG/candigv2-logging.git@v1.0.1 pytest==8.3.3 connexion[swagger-ui]