From 8a56e06d3087db1af4aa209d3a2c86a0b3013dc7 Mon Sep 17 00:00:00 2001 From: Arkadii Yakovets Date: Fri, 20 Sep 2024 08:49:16 -0700 Subject: [PATCH] Update dependencies --- backend/poetry.lock | 16 +++++++++++++++- backend/pyproject.toml | 1 + 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/backend/poetry.lock b/backend/poetry.lock index 87f656fba..e8ac08000 100644 --- a/backend/poetry.lock +++ b/backend/poetry.lock @@ -781,6 +781,20 @@ http2 = ["h2 (>=3,<5)"] socks = ["socksio (==1.*)"] zstd = ["zstandard (>=0.18.0)"] +[[package]] +name = "humanize" +version = "4.10.0" +description = "Python humanize utilities" +optional = false +python-versions = ">=3.8" +files = [ + {file = "humanize-4.10.0-py3-none-any.whl", hash = "sha256:39e7ccb96923e732b5c2e27aeaa3b10a8dfeeba3eb965ba7b74a3eb0e30040a6"}, + {file = "humanize-4.10.0.tar.gz", hash = "sha256:06b6eb0293e4b85e8d385397c5868926820db32b9b654b932f57fa41c23c9978"}, +] + +[package.extras] +tests = ["freezegun", "pytest", "pytest-cov"] + [[package]] name = "identify" version = "2.6.1" @@ -2014,4 +2028,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "1ea601ff77de091d4a2dcae4afb1402c9eb41ed64e651a79682ef9ba7d489362" +content-hash = "ae98e978d4ad32ccdaf502a501fdf35f90a6f447ca84a97ccc24a706f8051a51" diff --git a/backend/pyproject.toml b/backend/pyproject.toml index b0bd3e34d..109119eb5 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -28,6 +28,7 @@ django-filter = "^24.3" django-storages = { extras = ["s3"], version = "^1.14.4" } djangorestframework = "^3.15.2" gunicorn = "^23.0.0" +humanize = "^4.10.0" lxml = "^5.3.0" markdown = "^3.7" openai = "^1.45.0"