From 2d1ac28022ea418b1c2af80ab5577ad70b0f15a1 Mon Sep 17 00:00:00 2001 From: Alex Manning Date: Fri, 15 Mar 2024 12:49:48 +0000 Subject: [PATCH] Bump version of jasmin-ldap --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 943c147..91e676b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ license = "BSD-3-Clause" python = "^3.9" # Dependencies of dependencies. Need to specify here so poetry knows where to get them from. -jasmin-ldap = {git = "https://github.com/cedadev/jasmin-ldap.git", tag = "v1.0.0"} +jasmin-ldap = {git = "https://github.com/cedadev/jasmin-ldap.git", tag = "v1.0.1"} jasmin-django-utils = {git = "https://github.com/cedadev/jasmin-django-utils.git", tag = "v1.0.9" }# Also required for API. Django = ">=3.2,!=4.0,!=4.1,<4.3"