From eb7a69d452064cc389e89ed8565fe3413727eca2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 18:00:41 +0000 Subject: [PATCH] Bump humanize from 4.10.0 to 4.11.0 (#2077) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Pipfile | 2 +- Pipfile.lock | 10 +++++----- requirements.txt | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Pipfile b/Pipfile index 825f9cfbbf..28688b9d4c 100644 --- a/Pipfile +++ b/Pipfile @@ -14,7 +14,7 @@ charset-normalizer = "==3.4.0" click = "==8.1.7" decorator = "==5.1.1" deprecated = "==1.2.14" -humanize = "==4.10.0" +humanize = "==4.11.0" idna = {version="==3.10", python_version=">='3.5'"} inquirerpy = "==0.3.4" markdown-it-py = {version="==3.0.0", python_version=">='3.7'"} diff --git a/Pipfile.lock b/Pipfile.lock index c4b1835ecc..411dc62960 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "84896d66344554f736320f13b156f07818716b324c43219ca6aa1107ace74b90" + "sha256": "44773d4ae8541981197c94820b9904a9f2aee7b60e7bbb8947a78a039be4b913" }, "pipfile-spec": 6, "requires": { @@ -200,12 +200,12 @@ }, "humanize": { "hashes": [ - "sha256:06b6eb0293e4b85e8d385397c5868926820db32b9b654b932f57fa41c23c9978", - "sha256:39e7ccb96923e732b5c2e27aeaa3b10a8dfeeba3eb965ba7b74a3eb0e30040a6" + "sha256:b53caaec8532bcb2fff70c8826f904c35943f8cecaca29d272d9df38092736c0", + "sha256:e66f36020a2d5a974c504bd2555cf770621dbdbb6d82f94a6857c0b1ea2608be" ], "index": "pypi", - "markers": "python_version >= '3.8'", - "version": "==4.10.0" + "markers": "python_version >= '3.9'", + "version": "==4.11.0" }, "idna": { "hashes": [ diff --git a/requirements.txt b/requirements.txt index f7932b1133..a82741084e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,7 +8,7 @@ click==8.1.7 decorator==5.1.1; python_version >= '3.5' deprecated==1.2.14 exceptiongroup==1.2.2; python_version >= '3.7' -humanize==4.10.0; python_version >= '3.8' +humanize==4.11.0; python_version >= '3.9' idna==3.10; python_version >= '3.6' inquirerpy==0.3.4 markdown-it-py==3.0.0; python_version >= '3.7' and python_version >= '3.8'