From e2e2d558209161098148f9bef5c57fee31312ae3 Mon Sep 17 00:00:00 2001 From: Alice Date: Sat, 28 Mar 2020 16:59:14 +0100 Subject: [PATCH] fix subcommands with django_lcore --- poetry.lock | 6 +++--- pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/poetry.lock b/poetry.lock index fe818a5..14a56a0 100644 --- a/poetry.lock +++ b/poetry.lock @@ -112,14 +112,14 @@ description = "a reusable django app for common lambdacore instance code" name = "django-lcore" optional = false python-versions = "*" -version = "1.1.0" +version = "1.1.1" [package.dependencies] django = ">=2.2" lcoreapi = "*" [package.source] -reference = "94ef8c9467d1d71c86d95439404b7c40202fa1ec" +reference = "e3627a39c39347076ffd473336bc218dfa25ca1f" type = "git" url = "https://git.packetimpact.net/lvpn/django-lcore.git" [[package]] @@ -408,7 +408,7 @@ python-versions = "*" version = "1.11.2" [metadata] -content-hash = "6484d8b6029f1cbbeaa6013676535b59801aef7f1e9bd03bf3f06a7dd8acd37a" +content-hash = "76168f530910e78512ef30fb07a339fc92ab0769731af66a2ec73477e91dbd07" python-versions = "^3.5" [metadata.files] diff --git a/pyproject.toml b/pyproject.toml index e203c75..43664d2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ psycopg2-binary = "^2.8" python-frontmatter = "^0.4.5" 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.1.0"} +django-lcore = {git = "https://git.packetimpact.net/lvpn/django-lcore.git", tag = "v1.1.1"} [tool.poetry.dev-dependencies] pylint = "^2.3"