From 93fc13bd4518abc1324c4d92bb67b257360e286e Mon Sep 17 00:00:00 2001 From: Renovate Date: Mon, 31 Oct 2022 16:09:19 +0000 Subject: [PATCH] Update dependency wagtail-metadata to v4.0.2 --- poetry.lock | 20 ++++++++++---------- pyproject.toml | 2 +- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/poetry.lock b/poetry.lock index c8c90a2..c58c3ee 100644 --- a/poetry.lock +++ b/poetry.lock @@ -37,7 +37,7 @@ python-versions = ">=3.5" dev = ["cloudpickle", "coverage[toml] (>=5.0.2)", "furo", "hypothesis", "mypy (>=0.900,!=0.940)", "pre-commit", "pympler", "pytest (>=4.3.0)", "pytest-mypy-plugins", "sphinx", "sphinx-notfound-page", "zope.interface"] docs = ["furo", "sphinx", "sphinx-notfound-page", "zope.interface"] tests = ["cloudpickle", "coverage[toml] (>=5.0.2)", "hypothesis", "mypy (>=0.900,!=0.940)", "pympler", "pytest (>=4.3.0)", "pytest-mypy-plugins", "zope.interface"] -tests_no_zope = ["cloudpickle", "coverage[toml] (>=5.0.2)", "hypothesis", "mypy (>=0.900,!=0.940)", "pympler", "pytest (>=4.3.0)", "pytest-mypy-plugins"] +tests-no-zope = ["cloudpickle", "coverage[toml] (>=5.0.2)", "hypothesis", "mypy (>=0.900,!=0.940)", "pympler", "pytest (>=4.3.0)", "pytest-mypy-plugins"] [[package]] name = "beautifulsoup4" @@ -100,7 +100,7 @@ optional = false python-versions = ">=3.6.0" [package.extras] -unicode_backport = ["unicodedata2"] +unicode-backport = ["unicodedata2"] [[package]] name = "click" @@ -703,9 +703,9 @@ python-versions = ">=3.6.1,<4.0" [package.extras] colors = ["colorama (>=0.4.3,<0.5.0)"] -pipfile_deprecated_finder = ["pipreqs", "requirementslib"] +pipfile-deprecated-finder = ["pipreqs", "requirementslib"] plugins = ["setuptools"] -requirements_deprecated_finder = ["pip-api", "pipreqs"] +requirements-deprecated-finder = ["pip-api", "pipreqs"] [[package]] name = "jsbeautifier" @@ -973,7 +973,7 @@ urllib3 = ">=1.21.1,<1.27" [package.extras] socks = ["PySocks (>=1.5.6,!=1.5.7)"] -use_chardet_on_py3 = ["chardet (>=3.0.2,<6)"] +use-chardet-on-py3 = ["chardet (>=3.0.2,<6)"] [[package]] name = "rq" @@ -1010,7 +1010,7 @@ falcon = ["falcon (>=1.4)"] fastapi = ["fastapi (>=0.79.0)"] flask = ["blinker (>=1.1)", "flask (>=0.11)"] httpx = ["httpx (>=0.16.0)"] -pure_eval = ["asttokens", "executing", "pure-eval"] +pure-eval = ["asttokens", "executing", "pure-eval"] pyspark = ["pyspark (>=2.4.4)"] quart = ["blinker (>=1.1)", "quart (>=0.16.1)"] rq = ["rq (>=0.6)"] @@ -1292,7 +1292,7 @@ requests = ">=2.11.1,<3.0" [[package]] name = "wagtail-metadata" -version = "4.0.1" +version = "4.0.2" description = "A tool to assist with metadata for social media." category = "main" optional = false @@ -1398,7 +1398,7 @@ testing = ["flake8 (<5)", "func-timeout", "jaraco.functools", "jaraco.itertools" [metadata] lock-version = "1.1" python-versions = "^3.10" -content-hash = "d71cbe44646175c801ee8ea123254c9ffac057f9adb7e02e1a056a6ea8667b53" +content-hash = "26c09e362c1f739a3dffdd1ab942dccc76a8b5e73633d52bd421ef7dcbbbcb6d" [metadata.files] anyascii = [ @@ -2218,8 +2218,8 @@ wagtail-generic-chooser = [ {file = "wagtail_generic_chooser-0.4.1-py3-none-any.whl", hash = "sha256:2fb930414812cc689ae8e6ae299d68c4f8dfe31c48e6c987e2f7d78fea034428"}, ] wagtail-metadata = [ - {file = "wagtail-metadata-4.0.1.tar.gz", hash = "sha256:688dffa4d14d63fdec24e907eeefc0df6343d6eec4c5f25c8f0ca5751e2c8f98"}, - {file = "wagtail_metadata-4.0.1-py2.py3-none-any.whl", hash = "sha256:eb0f8ff47d12c7f778c4c75cd8b0cb0c03e680bee46e6041c25d6dcc00a28a09"}, + {file = "wagtail-metadata-4.0.2.tar.gz", hash = "sha256:46e4854a6ba15f7d1aeccf330be63530cc28d3ab26a1a514a663a796581e1ae1"}, + {file = "wagtail_metadata-4.0.2-py2.py3-none-any.whl", hash = "sha256:28436201e308921ec6a4e15ac45b3bd09cdd61f699a0973d968653a8e2fff5a7"}, ] Wand = [ {file = "Wand-0.6.10-py2.py3-none-any.whl", hash = "sha256:ff69eeba36ec243d9a80dec31e738091653dcd01c2668a9c22dc3ff20392596b"}, diff --git a/pyproject.toml b/pyproject.toml index 9ca0ed7..1568043 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ gunicorn = "20.1.0" psycopg2 = "2.9.3" djangorestframework = "3.14.0" django-htmx = "1.12.2" -wagtail-metadata = "4.0.1" +wagtail-metadata = "4.0.2" humanize = "4.4.0" django-plausible = "0.4.0" sentry-sdk = "1.10.1"