From e577e2895119765ac311d3e1515d78a9e5456422 Mon Sep 17 00:00:00 2001 From: Alex Manning Date: Thu, 4 May 2023 16:37:15 +0100 Subject: [PATCH] Update jasmin_metadata. --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index b1bb763..e4d3acf 100644 --- a/poetry.lock +++ b/poetry.lock @@ -739,7 +739,7 @@ requirements-deprecated-finder = ["pip-api", "pipreqs"] [[package]] name = "jasmin-django-utils" version = "1.0.6" -description = "Django utilities used by JASMIN apps." +description = "" category = "main" optional = false python-versions = "*" @@ -816,8 +816,8 @@ django-polymorphic = "*" [package.source] type = "git" url = "https://github.com/cedadev/jasmin-metadata.git" -reference = "v1.0.0" -resolved_reference = "d6c8666be451eb7be0966a5c04923830145e0408" +reference = "v1.0.1" +resolved_reference = "19544ce1aee8512dd3e4a03eb7ac0b572f4732b9" [[package]] name = "jasmin-notifications" @@ -1576,4 +1576,4 @@ keycloak = ["python-keycloak"] [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "d3175c4f7543e3cb9e84074f9e92a12be2ebc83c3c6836f2b2a5d9bef7022ea9" +content-hash = "eb751ca1e19ca8a3eb3002a81c4d8ee1cf8035a9a792eac49a5c67ed233ea8a7" diff --git a/pyproject.toml b/pyproject.toml index b138924..f1aff96 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ python-dateutil = "^2.8.2" django-polymorphic = "^3.1.0" requests = "^2.27.1" jasmin-ldap-django = {git = "https://github.com/cedadev/jasmin-ldap-django.git", tag = "v1.0.1"} -jasmin-metadata = {git = "https://github.com/cedadev/jasmin-metadata.git", tag = "v1.0.0"} +jasmin-metadata = {git = "https://github.com/cedadev/jasmin-metadata.git", tag = "v1.0.1"} jasmin-notifications = {git = "https://github.com/cedadev/jasmin-notifications.git", tag = "v1.2.4"} django-countries = "^7.2.1, !=7.3.0" djangorestframework = {version = "^3.13.1", optional = true}