From 6ad6630fa41428c69ad2e501ddf56ed3a32330be Mon Sep 17 00:00:00 2001 From: Rosey the Robot <83308495+XB500@users.noreply.github.com> Date: Mon, 29 Jun 2026 06:00:31 +0100 Subject: [PATCH] chore: update dependencies to latest versions --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 8ffe4a4..bc6c023 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,10 +10,10 @@ requires-python = ">=3.9" dependencies = [ "brotli-asgi>=1.6.0", "python-jose[cryptography]>=3.3.0", - "cryptography>=48.0.0", + "cryptography>=49.0.0", "requests>=2.34.2", - "python-multipart>=0.0.30", - "sqlalchemy>=2.0.50", + "python-multipart>=0.0.32", + "sqlalchemy>=2.0.51", ] [project.entry-points."sqlalchemy.dialects"]