From eafd420b5021674a5110f5fdef16e35fffa5dfda Mon Sep 17 00:00:00 2001 From: Rosey the Robot <83308495+XB500@users.noreply.github.com> Date: Mon, 1 Jun 2026 06:00:23 +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 45f42cd..8ffe4a4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ dependencies = [ "python-jose[cryptography]>=3.3.0", "cryptography>=48.0.0", "requests>=2.34.2", - "python-multipart>=0.0.29", + "python-multipart>=0.0.30", "sqlalchemy>=2.0.50", ]