From 595908b9d17b89c5423dc594b72e7aa40ec9546d Mon Sep 17 00:00:00 2001 From: Rosey the Robot <83308495+XB500@users.noreply.github.com> Date: Mon, 4 May 2026 06:00:19 +0100 Subject: [PATCH] chore: update dependencies to latest versions --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 45b6fd9..329a32f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,9 +10,9 @@ 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", + "python-multipart>=0.0.27", "sqlalchemy>=2.0.49", ]