File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ python = "^3.9"
10
10
11
11
# Dependencies of dependencies. Need to specify here so poetry knows where to get them from.
12
12
jasmin-ldap = {git = " https://github.com/cedadev/jasmin-ldap.git" , tag = " v1.0.0" }
13
- jasmin-django-utils = {git = " https://github.com/cedadev/jasmin-django-utils.git" , tag = " v1.0.8 " }# Also required for API.
13
+ jasmin-django-utils = {git = " https://github.com/cedadev/jasmin-django-utils.git" , tag = " v1.0.9 " }# Also required for API.
14
14
15
15
Django = " >=3.2,!=4.0,!=4.1,<4.3"
16
16
django-bootstrap5 = " ^23.1"
@@ -20,7 +20,7 @@ django-polymorphic = "^3.1.0"
20
20
requests = " ^2.27.1"
21
21
jasmin-ldap-django = {git = " https://github.com/cedadev/jasmin-ldap-django.git" , tag = " v1.0.1" }
22
22
jasmin-metadata = {git = " https://github.com/cedadev/jasmin-metadata.git" , tag = " v1.0.2" }
23
- jasmin-notifications = {git = " https://github.com/cedadev/jasmin-notifications.git" , tag = " v1.2.6 " }
23
+ jasmin-notifications = {git = " https://github.com/cedadev/jasmin-notifications.git" , tag = " v1.2.7 " }
24
24
django-countries = " ^7.2.1, !=7.3.0"
25
25
djangorestframework = {version = " ^3.13.1" , optional = true }
26
26
django-filter = {version = " ^23.2" , optional = true }
You can’t perform that action at this time.
0 commit comments