From f6f11813ae9cdc82c2e13bcd9328c16fec6213d7 Mon Sep 17 00:00:00 2001 From: JensDiemer Date: Wed, 15 Sep 2021 20:12:52 +0200 Subject: [PATCH] Update "django-tagulous" v1.2 -> v1.3 --- poetry.lock | 10 +++++----- pyproject.toml | 5 +---- 2 files changed, 6 insertions(+), 9 deletions(-) diff --git a/poetry.lock b/poetry.lock index a473328..833361e 100644 --- a/poetry.lock +++ b/poetry.lock @@ -433,7 +433,7 @@ django-reversion = "*" [[package]] name = "django-tagulous" -version = "1.2.0" +version = "1.3.0" description = "Fabulous Tagging for Django" category = "main" optional = false @@ -443,7 +443,7 @@ python-versions = "*" Django = ">=2.2" [package.extras] -dev = ["tox", "jasmine"] +dev = ["tox", "jasmine", "djangorestframework (>=3.0,<4.0)"] devdb = ["psycopg2", "mysqlclient"] [[package]] @@ -1430,7 +1430,7 @@ psycopg2-source = ["psycopg2"] [metadata] lock-version = "1.1" python-versions = ">=3.7,<4.0.0" -content-hash = "49fcaa8b5b39bb9bdbe795ff764b4abfb40919635486e207182a5afe6c564e3e" +content-hash = "c2bf0a39636ab9faccf53e3b1da8f7f6e633390d8352ad73f473b32d6917d90b" [metadata.files] astor = [ @@ -1694,8 +1694,8 @@ django-reversion-compare = [ {file = "django_reversion_compare-0.14.1-py3-none-any.whl", hash = "sha256:8b9b8cf5dc290be7d1fa36b1bd79378c8a4723ea0227a0c683f5d30db105350c"}, ] django-tagulous = [ - {file = "django-tagulous-1.2.0.tar.gz", hash = "sha256:ea95ad5e2e530d5a736843966c6544cb0643a93f833a2dca972a85b967f5c6a3"}, - {file = "django_tagulous-1.2.0-py3-none-any.whl", hash = "sha256:3cbf1dd88d7f686da08c58e54bd32d8044084b38c2d72b80792874346847ba61"}, + {file = "django-tagulous-1.3.0.tar.gz", hash = "sha256:8e7967f196358a0c7985f65ec5672afab350e9224062a769a74ff456a01d94cd"}, + {file = "django_tagulous-1.3.0-py3-none-any.whl", hash = "sha256:2da8fd03d466fea6769e44df774c69d214b95eec2b6e9b7c6073309bc8781c72"}, ] django-tools = [ {file = "django-tools-0.48.3.tar.gz", hash = "sha256:08ed2ae606067f49c2c3949055227a826c8b880e5816114925eca386cf1823af"}, diff --git a/pyproject.toml b/pyproject.toml index 982b478..482040a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -49,10 +49,7 @@ django-reversion-compare = "*" # https://github.com/jedie/django-reversion-comp django-ckeditor = "*" # https://github.com/django-ckeditor/django-ckeditor bx_py_utils = "*" # https://github.com/boxine/bx_py_utils bx_django_utils = "*" # https://github.com/boxine/bx_django_utils - -# TODO: Update: -django-tagulous = "<=1.2.0" # https://github.com/radiac/django-tagulous - +django-tagulous = "*" # https://github.com/radiac/django-tagulous django-admin-sortable2 = "*" # https://github.com/jrief/django-admin-sortable2 django-axes = "*" # https://github.com/jazzband/django-axes requests = "*" # https://github.com/psf/requests