Skip to content

Commit

Permalink
Update deps to match jasmin-account.
Browse files Browse the repository at this point in the history
  • Loading branch information
amanning9 committed Apr 24, 2023
1 parent 1983df0 commit 0baa684
Show file tree
Hide file tree
Showing 2 changed files with 70 additions and 65 deletions.
127 changes: 66 additions & 61 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jasmin-ldap = {git = "https://github.com/cedadev/jasmin-ldap.git", tag = "v1.0.0
jasmin-django-utils = {git = "https://github.com/cedadev/jasmin-django-utils.git", tag = "v1.0.6" }# Also required for API.

Django = "~3.2"
django-bootstrap5 = ">=21.2,<=23.1"
django-bootstrap5 = "^23.1"
django-markdown-deux = "^1.0.5"
python-dateutil = "^2.8.2"
django-polymorphic = "^3.1.0"
Expand All @@ -23,10 +23,10 @@ jasmin-metadata = {git = "https://github.com/cedadev/jasmin-metadata.git", tag =
jasmin-notifications = {git = "https://github.com/cedadev/jasmin-notifications.git", tag = "v1.1.0"}
django-countries = "^7.2.1, !=7.3.0"
djangorestframework = {version = "^3.13.1", optional = true}
django-filter = {version = ">=21.1,<=23.1", optional = true}
drf-spectacular = {version=">=0.22.0,<=0.26.1", optional = true}
django-filter = {version = "^23.1", optional = true}
drf-spectacular = {version="^0.26.2", optional = true}
drf-spectacular-sidecar = {version="^2023.4.1", optional = true}
python-keycloak = {version = "^2.15.3", optional = true, python = ">3.7"}
python-keycloak = {version = "^2.15.3", optional = true}

[tool.poetry.extras]
api = ["djangorestframework", "django-filter", "drf-spectacular", "drf-spectacular-sidecar"]
Expand Down

0 comments on commit 0baa684

Please sign in to comment.