Skip to content

Commit

Permalink
Update dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
amanning9 committed Jun 23, 2022
1 parent f98026a commit 065f472
Show file tree
Hide file tree
Showing 3 changed files with 59 additions and 139 deletions.
100 changes: 50 additions & 50 deletions poetry.lock

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

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "jasmin-services"
version = "0.1.0"
version = "1.1.6"
description = "Django application for managing services, roles and access."
authors = ["Matt Pryor <[email protected]>"]
license = "BSD-3-Clause"
Expand All @@ -10,7 +10,7 @@ python = "^3.6.8"

# 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-django-utils = {git = "https://github.com/cedadev/jasmin-django-utils.git", tag = "v1.0.5" }# Also required for API.
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"
Expand Down
Loading

0 comments on commit 065f472

Please sign in to comment.