diff --git a/backend/pyproject.toml b/backend/pyproject.toml index 18423c91..abc5fe8a 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -5,7 +5,7 @@ description = "A tool to help NGOs with managing the redirection of people's tax requires-python = ">=3.13" dependencies = [ - "blessed~=1.39.0", + "blessed~=1.44.0", "cryptography~=48.0.0", "django~=5.2.0", "django-allauth~=65.16.0", diff --git a/backend/uv.lock b/backend/uv.lock index 1b1e8979..343fe2f6 100644 --- a/backend/uv.lock +++ b/backend/uv.lock @@ -31,15 +31,15 @@ wheels = [ [[package]] name = "blessed" -version = "1.39.0" +version = "1.44.0" source = { registry = "https://pypi.org/simple" } dependencies = [ - { name = "jinxed", marker = "sys_platform == 'win32'" }, + { name = "jinxed" }, { name = "wcwidth" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/94/ca/47457ccbfeac62002079ebc47509e1eccd5c8ec764c78975c7afd81c6b4a/blessed-1.39.0.tar.gz", hash = "sha256:b04fc7141a20a3b2ade6cad741051f1e3ac59cc1e7e90915ed1f9e521332bea4", size = 14011417, upload-time = "2026-05-04T17:50:02.55Z" } +sdist = { url = "https://files.pythonhosted.org/packages/7b/73/445c4ef32565d2f5af49f18c4163a32850c9328774ee0af74ed081d4ba15/blessed-1.44.0.tar.gz", hash = "sha256:d3b5037f0143eb7c80b2000be5bcdf86161af68aed231b91deadbce4e7379785", size = 14031337, upload-time = "2026-05-24T02:06:30.832Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/5a/9f/e4d4ff45bc63d22fa63c9fc3835c480e3ec6b71009d6338cb603394ef540/blessed-1.39.0-py3-none-any.whl", hash = "sha256:666e7e3fd0a4e38c3a262eaaf1e22a4ce2c81337aa17593c3f60ea136ec24fe1", size = 124254, upload-time = "2026-05-04T17:49:59.976Z" }, + { url = "https://files.pythonhosted.org/packages/7e/c3/e8effb323af40a5d8e85ab557da2f0475f12a31f3266f28d91d0bf406963/blessed-1.44.0-py3-none-any.whl", hash = "sha256:e1d2ed93d3d90d0a1494a8b134d188c83fb89ae25590af638b921e8c1c8fa223", size = 130232, upload-time = "2026-05-24T02:06:26.458Z" }, ] [[package]] @@ -1257,7 +1257,7 @@ test = [ [package.metadata] requires-dist = [ - { name = "blessed", specifier = "~=1.39.0" }, + { name = "blessed", specifier = "~=1.44.0" }, { name = "cryptography", specifier = "~=48.0.0" }, { name = "django", specifier = "~=5.2.0" }, { name = "django-allauth", specifier = "~=65.16.0" },