diff --git a/poetry.lock b/poetry.lock index 47d2f648..5fe6f1ea 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1452,21 +1452,18 @@ testing = ["black (==22.3.0)", "coverage (==5.0.3)", "factory-boy (==2.12.0)", " [[package]] name = "wagtailmedia" -version = "0.13.0" -description = "A module for Wagtail that provides functionality similar to wagtail.documents module, but for audio and video files." +version = "0.14.4" +description = "A Wagtail module for audio and video files." optional = false -python-versions = "*" +python-versions = ">=3.8" files = [ - {file = "wagtailmedia-0.13.0-py2.py3-none-any.whl", hash = "sha256:112977ab0f2e00fc0e9c023d9635a58435ee70e7e59293c66b9320a13159f6b0"}, - {file = "wagtailmedia-0.13.0.tar.gz", hash = "sha256:2bd42d565a5eb491dbf45bd3bda2cf628217b42e2c707d92d068ecb30a03a396"}, + {file = "wagtailmedia-0.14.4-py3-none-any.whl", hash = "sha256:28f331ce28b487b2235a03b424e9bd0c136239477459790e5a586b1b1da1d671"}, + {file = "wagtailmedia-0.14.4.tar.gz", hash = "sha256:0fc3136091429a1c4f99e4920541d6c89dd48e82561cab5fb13f0a1fd947c1ac"}, ] [package.dependencies] Django = ">=3.2" -wagtail = ">=4.1" - -[package.extras] -testing = ["coverage (>=7.0,<8.0)", "tox (>=4.0,<5.0)"] +Wagtail = ">=4.1" [[package]] name = "webencodings" @@ -1525,4 +1522,4 @@ testing = ["func-timeout", "jaraco.itertools", "pytest (>=6)", "pytest-black (>= [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "cf157753d25af7bdee9942330be2d95ce6a558922265d1d4288f71fd6e2fc84f" +content-hash = "914499a79668295413e1ca8d05baac775847c4bd10384b99e3802641aec9c036" diff --git a/pyproject.toml b/pyproject.toml index 345eabca..02568e8f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ python = "^3.8" sentry-sdk = "^1" slippers = "^0.5.0" wagtail = "~4.2" -wagtailmedia = "^0.13.0" +wagtailmedia = "^0.14.4" wagtail-markdown = "^0.11" wagtail-factories = "^4.1.0" wagtail-storages = "^1.0.0rc1"