Bump humanize from 4.13.0 to 4.14.0 (#3013)

Bumps [humanize](https://github.com/python-humanize/humanize) from 4.13.0 to 4.14.0.
- [Release notes](https://github.com/python-humanize/humanize/releases)
- [Commits](https://github.com/python-humanize/humanize/compare/4.13.0...4.14.0)

---
updated-dependencies:
- dependency-name: humanize
  dependency-version: 4.14.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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]
2025-10-16 13:42:13 +00:00
committed by GitHub
parent 730e3b8cf0
commit b9884ed635
2 changed files with 6 additions and 6 deletions

10
poetry.lock generated
View File

@@ -1475,14 +1475,14 @@ zstd = ["zstandard (>=0.18.0)"]
[[package]] [[package]]
name = "humanize" name = "humanize"
version = "4.13.0" version = "4.14.0"
description = "Python humanize utilities" description = "Python humanize utilities"
optional = false optional = false
python-versions = ">=3.9" python-versions = ">=3.10"
groups = ["main"] groups = ["main"]
files = [ files = [
{file = "humanize-4.13.0-py3-none-any.whl", hash = "sha256:b810820b31891813b1673e8fec7f1ed3312061eab2f26e3fa192c393d11ed25f"}, {file = "humanize-4.14.0-py3-none-any.whl", hash = "sha256:d57701248d040ad456092820e6fde56c930f17749956ac47f4f655c0c547bfff"},
{file = "humanize-4.13.0.tar.gz", hash = "sha256:78f79e68f76f0b04d711c4e55d32bebef5be387148862cb1ef83d2b58e7935a0"}, {file = "humanize-4.14.0.tar.gz", hash = "sha256:2fa092705ea640d605c435b1ca82b2866a1b601cdf96f076d70b79a855eba90d"},
] ]
[package.extras] [package.extras]
@@ -4420,4 +4420,4 @@ cffi = ["cffi (>=1.17) ; python_version >= \"3.13\" and platform_python_implemen
[metadata] [metadata]
lock-version = "2.1" lock-version = "2.1"
python-versions = "^3.13.2" python-versions = "^3.13.2"
content-hash = "24344e870571e932a8c2fa3a243148c26d68186d3f1476d672467b9333fbce56" content-hash = "5a3442eedbd6a2a2f9d6fda0452e04ea18463dd794135ae8b0bd601089d43b17"

View File

@@ -21,7 +21,7 @@ flask-talisman = "*"
flask-wtf = "^1.2" flask-wtf = "^1.2"
gunicorn = {version = "==23.0.0", extras = ["gevent"]} gunicorn = {version = "==23.0.0", extras = ["gevent"]}
hypothesis = "^6.142.0" hypothesis = "^6.142.0"
humanize = "~=4.13" humanize = "~=4.14"
itsdangerous = "~=2.2" itsdangerous = "~=2.2"
jinja2 = "^3.1.6" jinja2 = "^3.1.6"
newrelic = "^11.0.1" newrelic = "^11.0.1"