Update wagtail-favicon to fix manifest issue

This commit is contained in:
Jake Howard 2022-10-31 14:14:23 +00:00
parent 0069af1233
commit 87bb14482e
Signed by: jake
GPG key ID: 57AFB45680EDD477
2 changed files with 4 additions and 4 deletions

6
poetry.lock generated
View file

@ -1276,8 +1276,8 @@ develop = false
[package.source] [package.source]
type = "git" type = "git"
url = "https://github.com/RealOrangeOne/wagtail-favicon" url = "https://github.com/RealOrangeOne/wagtail-favicon"
reference = "fd43adb98e52b6be9f5a9270391a74ec796727ef" reference = "4586efaac746085338fc7d61713006d9adc62d2e"
resolved_reference = "fd43adb98e52b6be9f5a9270391a74ec796727ef" resolved_reference = "4586efaac746085338fc7d61713006d9adc62d2e"
[[package]] [[package]]
name = "wagtail-generic-chooser" name = "wagtail-generic-chooser"
@ -1398,7 +1398,7 @@ testing = ["flake8 (<5)", "func-timeout", "jaraco.functools", "jaraco.itertools"
[metadata] [metadata]
lock-version = "1.1" lock-version = "1.1"
python-versions = "^3.10" python-versions = "^3.10"
content-hash = "6ce731f9d33a264d0a096e0d1ed2ef460892f0bae4fcad83ae531f0c181ae881" content-hash = "d71cbe44646175c801ee8ea123254c9ffac057f9adb7e02e1a056a6ea8667b53"
[metadata.files] [metadata.files]
anyascii = [ anyascii = [

View file

@ -27,7 +27,7 @@ wagtail-metadata = "4.0.1"
humanize = "4.4.0" humanize = "4.4.0"
django-plausible = "0.4.0" django-plausible = "0.4.0"
sentry-sdk = "1.10.1" sentry-sdk = "1.10.1"
wagtail-favicon = {git = "https://github.com/RealOrangeOne/wagtail-favicon", rev = "fd43adb98e52b6be9f5a9270391a74ec796727ef"} wagtail-favicon = {git = "https://github.com/RealOrangeOne/wagtail-favicon", rev = "4586efaac746085338fc7d61713006d9adc62d2e"}
django-sri = "0.5.0" django-sri = "0.5.0"
wagtail-2fa = "1.6.0" wagtail-2fa = "1.6.0"
django-health-check = "3.17.0" django-health-check = "3.17.0"