Bump humanize from 4.11.0 to 4.12.2

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

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2025-03-28 17:08:41 +00:00
committed by GitHub
parent 3e410ba5b2
commit d2dd249b61
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@@ -1186,14 +1186,14 @@ lxml = ["lxml ; platform_python_implementation == \"CPython\""]
[[package]]
name = "humanize"
version = "4.11.0"
version = "4.12.2"
description = "Python humanize utilities"
optional = false
python-versions = ">=3.9"
groups = ["main"]
files = [
{file = "humanize-4.11.0-py3-none-any.whl", hash = "sha256:b53caaec8532bcb2fff70c8826f904c35943f8cecaca29d272d9df38092736c0"},
{file = "humanize-4.11.0.tar.gz", hash = "sha256:e66f36020a2d5a974c504bd2555cf770621dbdbb6d82f94a6857c0b1ea2608be"},
{file = "humanize-4.12.2-py3-none-any.whl", hash = "sha256:e4e44dced598b7e03487f3b1c6fd5b1146c30ea55a110e71d5d4bca3e094259e"},
{file = "humanize-4.12.2.tar.gz", hash = "sha256:ce0715740e9caacc982bb89098182cf8ded3552693a433311c6a4ce6f4e12a2c"},
]
[package.extras]
@@ -3296,4 +3296,4 @@ files = [
[metadata]
lock-version = "2.1"
python-versions = "^3.12.2"
content-hash = "212dc833b90747090782c012e93979d4349dfb0ab9ae44760e5de05d8553f2c9"
content-hash = "ba0ae6e73e8712e6df61248d43ebc8eb6af14d7b2783165bfacfaa5f03085da6"

View File

@@ -19,7 +19,7 @@ flask-login = "^0.6"
flask-talisman = "*"
flask-wtf = "^1.2"
gunicorn = {version = "==23.0.0", extras = ["eventlet"]}
humanize = "~=4.10"
humanize = "~=4.12"
itsdangerous = "~=2.2"
jinja2 = "^3.1.6"
newrelic = "*"