From fbca645f1767898b536b02cd6c3808e46ac53a51 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Aug 2023 13:23:47 +0000 Subject: [PATCH] chore(deps): bump humanize from 4.1.0 to 4.7.0 Bumps [humanize](https://github.com/python-humanize/humanize) from 4.1.0 to 4.7.0. - [Release notes](https://github.com/python-humanize/humanize/releases) - [Commits](https://github.com/python-humanize/humanize/compare/4.1.0...4.7.0) --- updated-dependencies: - dependency-name: humanize dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 9ef58791a4..dab5fa4a82 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1972,13 +1972,13 @@ test = ["Cython (>=0.29.24,<0.30.0)"] [[package]] name = "humanize" -version = "4.1.0" +version = "4.7.0" description = "Python humanize utilities" optional = false -python-versions = ">=3.7" +python-versions = ">=3.8" files = [ - {file = "humanize-4.1.0-py3-none-any.whl", hash = "sha256:953b393f5bd67e19d47a4c0fd20c3a3537853967b307e49729c4755d3551753c"}, - {file = "humanize-4.1.0.tar.gz", hash = "sha256:3a119b242ec872c029d8b7bf8435a61a5798f124b244a08013aec5617302f80e"}, + {file = "humanize-4.7.0-py3-none-any.whl", hash = "sha256:df7c429c2d27372b249d3f26eb53b07b166b661326e0325793e0a988082e3889"}, + {file = "humanize-4.7.0.tar.gz", hash = "sha256:7ca0e43e870981fa684acb5b062deb307218193bca1a01f2b2676479df849b3a"}, ] [package.extras] @@ -5058,4 +5058,4 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"] [metadata] lock-version = "2.0" python-versions = "^3.8,<3.10" -content-hash = "1d80f8f16a2b7815f854da359c9749c63747447d0bc90e5cccf9ba3fbe746a9b" +content-hash = "ba459a01cef21ac07767a83ded2bf416110841189557f4a2572bf1f78c8915c6" diff --git a/pyproject.toml b/pyproject.toml index 90afb32ae8..268b6b39b3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -76,7 +76,7 @@ requests = {version = "2.31.0", extras = ["security"]} psycopg2-binary = "2.9.6" SQLAlchemy-Utils = "0.41.1" itsdangerous = "2.0.1" -humanize = "4.1.0" +humanize = "4.7.0" celery = "5.3.1" redis = "4.6.0" apscheduler = "3.10.1"