From d849a39a7e0c472391d6dd39e2405ab03c6edcd7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Aug 2025 17:07:00 +0000 Subject: [PATCH] Bump humanize from 4.12.3 to 4.13.0 Bumps [humanize](https://github.com/python-humanize/humanize) from 4.12.3 to 4.13.0. - [Release notes](https://github.com/python-humanize/humanize/releases) - [Commits](https://github.com/python-humanize/humanize/compare/4.12.3...4.13.0) --- updated-dependencies: - dependency-name: humanize dependency-version: 4.13.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 3c9fb97f5..235e73ce7 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1412,14 +1412,14 @@ zstd = ["zstandard (>=0.18.0)"] [[package]] name = "humanize" -version = "4.12.3" +version = "4.13.0" description = "Python humanize utilities" optional = false python-versions = ">=3.9" groups = ["main"] files = [ - {file = "humanize-4.12.3-py3-none-any.whl", hash = "sha256:2cbf6370af06568fa6d2da77c86edb7886f3160ecd19ee1ffef07979efc597f6"}, - {file = "humanize-4.12.3.tar.gz", hash = "sha256:8430be3a615106fdfceb0b2c1b41c4c98c6b0fc5cc59663a5539b111dd325fb0"}, + {file = "humanize-4.13.0-py3-none-any.whl", hash = "sha256:b810820b31891813b1673e8fec7f1ed3312061eab2f26e3fa192c393d11ed25f"}, + {file = "humanize-4.13.0.tar.gz", hash = "sha256:78f79e68f76f0b04d711c4e55d32bebef5be387148862cb1ef83d2b58e7935a0"}, ] [package.extras] @@ -4220,4 +4220,4 @@ cffi = ["cffi (>=1.11)"] [metadata] lock-version = "2.1" python-versions = "^3.12.9" -content-hash = "0f2810948115d6b3342e0d36c29d5483d7440e471ee7df8ce8f53ebdeab371bb" +content-hash = "8a55fac42d40e4e46d10bf8c785f8345a4297d1baf33e440398695c9e329e9f1" diff --git a/pyproject.toml b/pyproject.toml index bbfd7e412..a15b2cddf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ flask-login = "^0.6" flask-talisman = "*" flask-wtf = "^1.2" gunicorn = {version = "==23.0.0", extras = ["gevent"]} -humanize = "~=4.12" +humanize = "~=4.13" itsdangerous = "~=2.2" jinja2 = "^3.1.6" newrelic = "^10.16.0"