diff --git a/poetry.lock b/poetry.lock index 97ecf03d..ad10ecb3 100644 --- a/poetry.lock +++ b/poetry.lock @@ -410,13 +410,13 @@ tornado = ["tornado"] [[package]] name = "humanize" -version = "4.6.0" +version = "4.7.0" description = "Python humanize utilities" optional = false -python-versions = ">=3.7" +python-versions = ">=3.8" files = [ - {file = "humanize-4.6.0-py3-none-any.whl", hash = "sha256:401201aca462749773f02920139f302450cb548b70489b9b4b92be39fe3c3c50"}, - {file = "humanize-4.6.0.tar.gz", hash = "sha256:5f1f22bc65911eb1a6ffe7659bd6598e33dcfeeb904eb16ee1e705a09bf75916"}, + {file = "humanize-4.7.0-py3-none-any.whl", hash = "sha256:df7c429c2d27372b249d3f26eb53b07b166b661326e0325793e0a988082e3889"}, + {file = "humanize-4.7.0.tar.gz", hash = "sha256:7ca0e43e870981fa684acb5b062deb307218193bca1a01f2b2676479df849b3a"}, ] [package.extras] @@ -669,4 +669,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "ecc1641c46080826e32d16a7f6c62bbf018c35e405b7002f279c7928adb2da6c" +content-hash = "d3a2d6e9815197f77d57fec1972b606b8ceef18f509989b55cd85b56fa8b2b58" diff --git a/pyproject.toml b/pyproject.toml index 864242da..87e6db3b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ repository = "https://github.com/reswitched/robocop-ng" [tool.poetry.dependencies] python = "^3.8" python-dateutil = "^2.8.2" -humanize = "^4.6.0" +humanize = "^4.7.0" parsedatetime = "^2.6" aiohttp = "^3.8.4" gidgethub = "^5.3.0"