diff --git a/poetry.lock b/poetry.lock index 957f7a5..d05eaa3 100644 --- a/poetry.lock +++ b/poetry.lock @@ -216,14 +216,14 @@ description = "a reusable django app for common lambdacore instance code" name = "django-lcore" optional = false python-versions = "*" -version = "1.4.0" +version = "1.5.1" [package.dependencies] django = ">=2.2" lcoreapi = "*" [package.source] -reference = "e186aa5719e2e7e09cb1bed13ae729d2623698cf" +reference = "1bdf87ac95a4c7c8c95c8704d302e2e2e654dfea" type = "git" url = "https://git.packetimpact.net/lvpn/django-lcore.git" [[package]] @@ -694,7 +694,7 @@ docs = ["sphinx", "jaraco.packaging (>=3.2)", "rst.linker (>=1.9)"] testing = ["jaraco.itertools", "func-timeout"] [metadata] -content-hash = "158e7cac2e0a448cae8dd391c82c452dcd1ff937e14b67bb7d2904e5388d5fd6" +content-hash = "813313ef4a9d1ddbb44d79850bea6ee0f819458d6a69f34babd9abd1490fb31a" python-versions = "^3.6" [metadata.files] diff --git a/pyproject.toml b/pyproject.toml index 0696426..ef63ae8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ psycopg2-binary = "^2.8" python-frontmatter = "^0.5.0" django-tinymce4-lite = "^1.7" django-admin-list-filter-dropdown = "^1.0" -django-lcore = {git = "https://git.packetimpact.net/lvpn/django-lcore.git", tag = "v1.4.1"} +django-lcore = {git = "https://git.packetimpact.net/lvpn/django-lcore.git", tag = "v1.5.1"} celery = "^4.4.7" django-celery-beat = "^2.0.0" django-celery-results = "^1.2.1"