From b60d438bd99e0d1c7db84033d28fe1661c3c88ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 13:15:05 +0000 Subject: [PATCH] Bump humanize from 4.10.0 to 4.11.0 Bumps [humanize](https://github.com/python-humanize/humanize) from 4.10.0 to 4.11.0. - [Release notes](https://github.com/python-humanize/humanize/releases) - [Commits](https://github.com/python-humanize/humanize/compare/4.10.0...4.11.0) --- updated-dependencies: - dependency-name: humanize dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 9aaffd8..655f343 100644 --- a/poetry.lock +++ b/poetry.lock @@ -119,13 +119,13 @@ tornado = ["tornado (>=0.2)"] [[package]] name = "humanize" -version = "4.10.0" +version = "4.11.0" description = "Python humanize utilities" optional = false -python-versions = ">=3.8" +python-versions = ">=3.9" files = [ - {file = "humanize-4.10.0-py3-none-any.whl", hash = "sha256:39e7ccb96923e732b5c2e27aeaa3b10a8dfeeba3eb965ba7b74a3eb0e30040a6"}, - {file = "humanize-4.10.0.tar.gz", hash = "sha256:06b6eb0293e4b85e8d385397c5868926820db32b9b654b932f57fa41c23c9978"}, + {file = "humanize-4.11.0-py3-none-any.whl", hash = "sha256:b53caaec8532bcb2fff70c8826f904c35943f8cecaca29d272d9df38092736c0"}, + {file = "humanize-4.11.0.tar.gz", hash = "sha256:e66f36020a2d5a974c504bd2555cf770621dbdbb6d82f94a6857c0b1ea2608be"}, ] [package.extras] @@ -356,4 +356,4 @@ watchdog = ["watchdog (>=2.3)"] [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "28c2489ff10b21a9161b16206d0523f757e586c7d47f9b338081e7b782b22d99" +content-hash = "35f503c518a81dd096525e6f3dd8bf58d2f221afc54e8b566a4a3571af4069e7" diff --git a/pyproject.toml b/pyproject.toml index 0caa6e3..327a684 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ flask = "^3.0.3" boto3 = "^1.35.27" gunicorn = "^23.0.0" botocore = "^1.35.29" -humanize = "^4.10.0" +humanize = "^4.11.0" [tool.poetry.group.dev.dependencies] ruff = "^0.6.8"