From 8c8ca5a883fe88ab532aaf297c553e25707530a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 2 Apr 2023 13:51:02 +0200 Subject: [PATCH] Bump humanize from 3.14.0 to 4.6.0 (#32) Bumps [humanize](https://github.com/python-humanize/humanize) from 3.14.0 to 4.6.0. - [Release notes](https://github.com/python-humanize/humanize/releases) - [Commits](https://github.com/python-humanize/humanize/compare/3.14.0...4.6.0) --- updated-dependencies: - dependency-name: humanize dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 8f78222..fa29206 100644 --- a/poetry.lock +++ b/poetry.lock @@ -405,14 +405,14 @@ tornado = ["tornado"] [[package]] name = "humanize" -version = "3.14.0" +version = "4.6.0" description = "Python humanize utilities" category = "main" optional = false -python-versions = ">=3.6" +python-versions = ">=3.7" files = [ - {file = "humanize-3.14.0-py3-none-any.whl", hash = "sha256:32bcf712ac98ff5e73627a9d31e1ba5650619008d6d13543b5d53b48e8ab8d43"}, - {file = "humanize-3.14.0.tar.gz", hash = "sha256:60dd8c952b1df1ad83f0903844dec50a34ba7a04eea22a6b14204ffb62dbb0a4"}, + {file = "humanize-4.6.0-py3-none-any.whl", hash = "sha256:401201aca462749773f02920139f302450cb548b70489b9b4b92be39fe3c3c50"}, + {file = "humanize-4.6.0.tar.gz", hash = "sha256:5f1f22bc65911eb1a6ffe7659bd6598e33dcfeeb904eb16ee1e705a09bf75916"}, ] [package.extras] @@ -731,4 +731,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "a5b64be53e1d479b75212284ea8506f631801b1d57b00c06332f88459da44c63" +content-hash = "3901c601abffdb6a8ec7cd7d6ffa18df13bdff8ca5074a9837a94bcadaa97a83" diff --git a/pyproject.toml b/pyproject.toml index 2de9970..4b00ac4 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 = "^3.3.0" +humanize = "^4.6.0" parsedatetime = "^2.6" aiohttp = "^3.8.4" gidgethub = "^5.2.1"