Update dependency humanize to v4.4.0

This commit is contained in:
Renovate 2022-09-21 18:02:55 +01:00
parent 6c481672c4
commit b7f5ec1f7f
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@ -629,7 +629,7 @@ lxml = ["lxml"]
[[package]]
name = "humanize"
version = "4.3.0"
version = "4.4.0"
description = "Python humanize utilities"
category = "main"
optional = false
@ -1359,7 +1359,7 @@ python-versions = "*"
[metadata]
lock-version = "1.1"
python-versions = "^3.10"
content-hash = "0cd196838d496a87600dd5cf7cd1b967c9193302b62c3e238da8e77f299f69bc"
content-hash = "760147aa57672b6b020362ac59e2b2cb22a058a78ff7d8423f1e950077c40ab8"
[metadata.files]
anyascii = [
@ -1688,8 +1688,8 @@ html5lib = [
{file = "html5lib-1.1.tar.gz", hash = "sha256:b2e5b40261e20f354d198eae92afc10d750afb487ed5e50f9c4eaf07c184146f"},
]
humanize = [
{file = "humanize-4.3.0-py3-none-any.whl", hash = "sha256:5dd159c9910cd57b94072e4d7decae097f0eb84c4645153706929a7f127cb2ef"},
{file = "humanize-4.3.0.tar.gz", hash = "sha256:0dfac79fe8c1c0c734c14177b07b857bad9ae30dd50daa0a14e2c3d8054ee0c4"},
{file = "humanize-4.4.0-py3-none-any.whl", hash = "sha256:8830ebf2d65d0395c1bd4c79189ad71e023f277c2c7ae00f263124432e6f2ffa"},
{file = "humanize-4.4.0.tar.gz", hash = "sha256:efb2584565cc86b7ea87a977a15066de34cdedaf341b11c851cfcfd2b964779c"},
]
idna = [
{file = "idna-3.3-py3-none-any.whl", hash = "sha256:84d9dd047ffa80596e0f246e2eab0b391788b0503584e8945f2368256d2735ff"},

View File

@ -24,7 +24,7 @@ psycopg2 = "2.9.3"
djangorestframework = "3.13.1"
django-htmx = "1.12.2"
wagtail-metadata = "4.0.1"
humanize = "4.3.0"
humanize = "4.4.0"
drf-yasg = "1.21.3"
django-plausible = "0.3.0"
sentry-sdk = "1.9.8"