From 2a8069035f9604e57988d6408bd6485131fdb797 Mon Sep 17 00:00:00 2001 From: alice Date: Wed, 2 Jun 2021 23:37:16 +0200 Subject: [PATCH] update django-lcore --- poetry.lock | 20 ++++++++++---------- pyproject.toml | 2 +- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/poetry.lock b/poetry.lock index 6a48f00..311bdbe 100644 --- a/poetry.lock +++ b/poetry.lock @@ -169,7 +169,7 @@ python-versions = ">=3.6, <3.7" [[package]] name = "django" -version = "3.2.3" +version = "3.2.4" description = "A high-level Python Web framework that encourages rapid development and clean, pragmatic design." category = "main" optional = false @@ -248,7 +248,7 @@ test = ["pytest", "pytest-django", "pytest-cov", "graphene-django"] [[package]] name = "django-lcore" -version = "1.6.0" +version = "1.7.1" description = "" category = "main" optional = false @@ -262,8 +262,8 @@ lcoreapi = "*" [package.source] type = "git" url = "https://git.packetimpact.net/lvpn/django-lcore.git" -reference = "v1.6.0" -resolved_reference = "770c239d7e2bcf95a3ff4afa6c67bd6e0d095de7" +reference = "v1.7.1" +resolved_reference = "ca88237ef938a3bc2df7937d7e921825de2b36c2" [[package]] name = "django-picklefield" @@ -324,7 +324,7 @@ vine = "1.3.0" [[package]] name = "humanize" -version = "3.6.0" +version = "3.7.0" description = "Python humanize utilities" category = "main" optional = false @@ -780,7 +780,7 @@ testing = ["pytest (>=4.6)", "pytest-checkdocs (>=1.2.3)", "pytest-flake8", "pyt [metadata] lock-version = "1.1" python-versions = "^3.6" -content-hash = "c25fa9c078f201801963c5e68af51a5febe70616cfc27a43137cd08fc6efab28" +content-hash = "1eb80ae7794ce4aa0c8fb6f938102718032bfe55f28677213e3c04adf78b7ed5" [metadata.files] amqp = [ @@ -832,8 +832,8 @@ dataclasses = [ {file = "dataclasses-0.8.tar.gz", hash = "sha256:8479067f342acf957dc82ec415d355ab5edb7e7646b90dc6e2fd1d96ad084c97"}, ] django = [ - {file = "Django-3.2.3-py3-none-any.whl", hash = "sha256:7e0a1393d18c16b503663752a8b6790880c5084412618990ce8a81cc908b4962"}, - {file = "Django-3.2.3.tar.gz", hash = "sha256:13ac78dbfd189532cad8f383a27e58e18b3d33f80009ceb476d7fcbfc5dcebd8"}, + {file = "Django-3.2.4-py3-none-any.whl", hash = "sha256:ea735cbbbb3b2fba6d4da4784a0043d84c67c92f1fdf15ad6db69900e792c10f"}, + {file = "Django-3.2.4.tar.gz", hash = "sha256:66c9d8db8cc6fe938a28b7887c1596e42d522e27618562517cc8929eb7e7f296"}, ] django-admin-list-filter-dropdown = [ {file = "django-admin-list-filter-dropdown-1.0.3.tar.gz", hash = "sha256:07cd37b6a9be1b08f11d4a92957c69b67bc70b1f87a2a7d4ae886c93ea51eb53"}, @@ -873,8 +873,8 @@ flower = [ {file = "flower-0.9.7.tar.gz", hash = "sha256:cf27a254268bb06fd4972408d0518237fcd847f7da4b4cd8055e228150ace8f3"}, ] humanize = [ - {file = "humanize-3.6.0-py3-none-any.whl", hash = "sha256:6d9bee57f856418302b5d11d7229bc401882d800962a19fd6dcdd83672cb15e6"}, - {file = "humanize-3.6.0.tar.gz", hash = "sha256:a31704cf41f023e268032c4813c6482573320150a0d986f76b245e0451bb89e1"}, + {file = "humanize-3.7.0-py3-none-any.whl", hash = "sha256:5eaafcd584fd01ab9a59f040e20b3daa35a24e8125d4c84788392d799be2012a"}, + {file = "humanize-3.7.0.tar.gz", hash = "sha256:8b1463a17bf722c06712ac9d31f7e46efd048dd4e76fafeac9f3b8f972b0b8e3"}, ] idna = [ {file = "idna-2.10-py2.py3-none-any.whl", hash = "sha256:b97d804b1e9b523befed77c48dacec60e6dcb0b5391d57af6a65a312a90648c0"}, diff --git a/pyproject.toml b/pyproject.toml index 7e92dce..f56312b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ psycopg2-binary = "^2.8" python-frontmatter = "^1" 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.6.0"} +django-lcore = {git = "https://git.packetimpact.net/lvpn/django-lcore.git", tag = "v1.7.1"} celery = "^4.4.7" django-celery-beat = "^2.0.0" django-celery-results = "^1.2.1"