diff --git a/poetry.lock b/poetry.lock index 14a56a0..7c382c6 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.1" +version = "1.1.2" [package.dependencies] django = ">=2.2" lcoreapi = "*" [package.source] -reference = "e3627a39c39347076ffd473336bc218dfa25ca1f" +reference = "115aff20d1925c9dc24a244d598da6e4aa9e2e52" 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 = "76168f530910e78512ef30fb07a339fc92ab0769731af66a2ec73477e91dbd07" +content-hash = "b2b94bbb27be22eac13cbfd96e7a8fe2720f0b48dfde2347d32fd7c87ab12608" python-versions = "^3.5" [metadata.files] diff --git a/pyproject.toml b/pyproject.toml index 43664d2..e6e1643 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.1"} +django-lcore = {git = "https://git.packetimpact.net/lvpn/django-lcore.git", tag = "v1.1.2"} [tool.poetry.dev-dependencies] pylint = "^2.3"