Skip to content

Commit 2fedf7b

Browse files
committed
Update deps.
1 parent e1d0e29 commit 2fedf7b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

core

Whitespace-only changes.

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ python = "^3.9"
1010

1111
# Dependencies of dependencies. Need to specify here so poetry knows where to get them from.
1212
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.
1414

1515
Django = ">=3.2,!=4.0,!=4.1,<4.3"
1616
django-bootstrap5 = "^23.1"
@@ -20,7 +20,7 @@ django-polymorphic = "^3.1.0"
2020
requests = "^2.27.1"
2121
jasmin-ldap-django = {git = "https://github.com/cedadev/jasmin-ldap-django.git", tag = "v1.0.1"}
2222
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"}
2424
django-countries = "^7.2.1, !=7.3.0"
2525
djangorestframework = {version = "^3.13.1", optional = true}
2626
django-filter = {version = "^23.2", optional = true}

0 commit comments

Comments
 (0)