diff --git a/backend/poetry.lock b/backend/poetry.lock index 979d99b..1c3be17 100644 --- a/backend/poetry.lock +++ b/backend/poetry.lock @@ -817,13 +817,13 @@ zstd = ["zstandard (>=0.18.0)"] [[package]] name = "humanize" -version = "4.10.0" +version = "4.11.0" description = "Python humanize utilities" optional = false -python-versions = ">=3.8" +python-versions = ">=3.9" files = [ - {file = "humanize-4.10.0-py3-none-any.whl", hash = "sha256:39e7ccb96923e732b5c2e27aeaa3b10a8dfeeba3eb965ba7b74a3eb0e30040a6"}, - {file = "humanize-4.10.0.tar.gz", hash = "sha256:06b6eb0293e4b85e8d385397c5868926820db32b9b654b932f57fa41c23c9978"}, + {file = "humanize-4.11.0-py3-none-any.whl", hash = "sha256:b53caaec8532bcb2fff70c8826f904c35943f8cecaca29d272d9df38092736c0"}, + {file = "humanize-4.11.0.tar.gz", hash = "sha256:e66f36020a2d5a974c504bd2555cf770621dbdbb6d82f94a6857c0b1ea2608be"}, ] [package.extras] @@ -2114,4 +2114,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "22586c516bd5590c3a8e4b48cf9fde20ef01c157a24bc50edade2861e09b87a4" +content-hash = "b9eda6d1b35e1526a4fbc9d9352fbd7e07126c612a7f540b6c1e9c7f2f8ac127" diff --git a/backend/pyproject.toml b/backend/pyproject.toml index 3979ca3..5002de4 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -28,7 +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" +humanize = "^4.11.0" lxml = "^5.3.0" markdown = "^3.7" openai = "^1.51.0"