From 64e71f9a05aeb3730f76b35f608e97f9866c264b Mon Sep 17 00:00:00 2001 From: Rosey the Robot <83308495+XB500@users.noreply.github.com> Date: Mon, 27 Apr 2026 06:00:24 +0100 Subject: [PATCH] chore: update dependencies to latest versions --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 45b6fd9..e53dd2e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ requires-python = ">=3.9" dependencies = [ "brotli-asgi>=1.6.0", "python-jose[cryptography]>=3.3.0", - "cryptography>=46.0.7", + "cryptography>=47.0.0", "requests>=2.33.1", "python-multipart>=0.0.26", "sqlalchemy>=2.0.49",