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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2023-04-02 13:51:02 +02:00 committed by GitHub
parent ec02588ade
commit 8c8ca5a883
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 6 deletions

10
poetry.lock generated
View file

@ -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"

View file

@ -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"