From 58db1e1e6ce1c8ec927a0b42a2b54f27e716aced Mon Sep 17 00:00:00 2001 From: ave Date: Sun, 1 Aug 2021 01:27:02 +0300 Subject: [PATCH] Allow humanize 3.9.0 --- poetry.lock | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/poetry.lock b/poetry.lock index c662a11..87d2a84 100644 --- a/poetry.lock +++ b/poetry.lock @@ -222,7 +222,7 @@ multidict = ">=4.0" [metadata] lock-version = "1.1" python-versions = "^3.8" -content-hash = "1d5e8f178d248ae42da3427713a0897cb156d4ced1ab46be32182e86a5119a98" +content-hash = "4dc6bcdc459fd202abb3482d69a150c8a93b8de7f467adbb550e34c3c18654dd" [metadata.files] aiohttp = [ diff --git a/pyproject.toml b/pyproject.toml index 8067983..ae3f0b6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ repository = "https://github.com/reswitched/robocop-ng" python = "^3.8" "discord.py" = "^1.7.3" python-dateutil = "^2.8.2" -humanize = "^3.10.0" +humanize = "^3.9.0" parsedatetime = "^2.6" aiohttp = "^3.7.4" gidgethub = "^5.0.1"