From 31b9aeb436099b05611a7ac7953b6f1726707828 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Oct 2023 22:55:45 +0200 Subject: [PATCH] Bump humanize from 4.7.0 to 4.8.0 (#72) Bumps [humanize](https://github.com/python-humanize/humanize) from 4.7.0 to 4.8.0. - [Release notes](https://github.com/python-humanize/humanize/releases) - [Commits](https://github.com/python-humanize/humanize/compare/4.7.0...4.8.0) --- updated-dependencies: - dependency-name: humanize dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index dc3df77..0501de6 100644 --- a/poetry.lock +++ b/poetry.lock @@ -410,13 +410,13 @@ tornado = ["tornado"] [[package]] name = "humanize" -version = "4.7.0" +version = "4.8.0" description = "Python humanize utilities" optional = false python-versions = ">=3.8" files = [ - {file = "humanize-4.7.0-py3-none-any.whl", hash = "sha256:df7c429c2d27372b249d3f26eb53b07b166b661326e0325793e0a988082e3889"}, - {file = "humanize-4.7.0.tar.gz", hash = "sha256:7ca0e43e870981fa684acb5b062deb307218193bca1a01f2b2676479df849b3a"}, + {file = "humanize-4.8.0-py3-none-any.whl", hash = "sha256:8bc9e2bb9315e61ec06bf690151ae35aeb65651ab091266941edf97c90836404"}, + {file = "humanize-4.8.0.tar.gz", hash = "sha256:9783373bf1eec713a770ecaa7c2d7a7902c98398009dfa3d8a2df91eec9311e8"}, ] [package.extras] @@ -669,4 +669,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "024b4e809b1f3451396606f6aadeb1757d887df650b60b9ec43f6b0884201558" +content-hash = "1a234e7f9be74cecf2218efb40241c42651d1afcf3aac70e8f3ff80e07ca4fc6" diff --git a/pyproject.toml b/pyproject.toml index 3eb7b1c..e50b0fb 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.7.0" +humanize = "^4.8.0" parsedatetime = "^2.6" aiohttp = "^3.8.6" gidgethub = "^5.3.0"