mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-11 02:23:19 -04:00
Bump humanize from 4.14.0 to 4.15.0 (#3179)
Bumps [humanize](https://github.com/python-humanize/humanize) from 4.14.0 to 4.15.0. - [Release notes](https://github.com/python-humanize/humanize/releases) - [Commits](https://github.com/python-humanize/humanize/compare/4.14.0...4.15.0) --- updated-dependencies: - dependency-name: humanize dependency-version: 4.15.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:
Generated
+4
-4
@@ -1492,14 +1492,14 @@ zstd = ["zstandard (>=0.18.0)"]
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "humanize"
|
name = "humanize"
|
||||||
version = "4.14.0"
|
version = "4.15.0"
|
||||||
description = "Python humanize utilities"
|
description = "Python humanize utilities"
|
||||||
optional = false
|
optional = false
|
||||||
python-versions = ">=3.10"
|
python-versions = ">=3.10"
|
||||||
groups = ["main"]
|
groups = ["main"]
|
||||||
files = [
|
files = [
|
||||||
{file = "humanize-4.14.0-py3-none-any.whl", hash = "sha256:d57701248d040ad456092820e6fde56c930f17749956ac47f4f655c0c547bfff"},
|
{file = "humanize-4.15.0-py3-none-any.whl", hash = "sha256:b1186eb9f5a9749cd9cb8565aee77919dd7c8d076161cf44d70e59e3301e1769"},
|
||||||
{file = "humanize-4.14.0.tar.gz", hash = "sha256:2fa092705ea640d605c435b1ca82b2866a1b601cdf96f076d70b79a855eba90d"},
|
{file = "humanize-4.15.0.tar.gz", hash = "sha256:1dd098483eb1c7ee8e32eb2e99ad1910baefa4b75c3aff3a82f4d78688993b10"},
|
||||||
]
|
]
|
||||||
|
|
||||||
[package.extras]
|
[package.extras]
|
||||||
@@ -4493,4 +4493,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 = "0e370384176bf1d745bb3244eefe468f07e2d704df3b741b0c5c256494b86de5"
|
content-hash = "516a427c705dc7581f38a6556fa7148ebc9950c72af6b946198595374594a39b"
|
||||||
|
|||||||
+1
-1
@@ -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.148.7"
|
hypothesis = "^6.148.7"
|
||||||
humanize = "~=4.14"
|
humanize = "~=4.15"
|
||||||
itsdangerous = "~=2.2"
|
itsdangerous = "~=2.2"
|
||||||
jinja2 = "^3.1.6"
|
jinja2 = "^3.1.6"
|
||||||
newrelic = "^11.2.0"
|
newrelic = "^11.2.0"
|
||||||
|
|||||||
Reference in New Issue
Block a user