From b1d18fbe7b8cd12df44387838b78d1bd8c389186 Mon Sep 17 00:00:00 2001 From: Rosey the Robot <83308495+XB500@users.noreply.github.com> Date: Mon, 6 Apr 2026 06:00:22 +0100 Subject: [PATCH] chore: update dependencies to latest versions --- pyproject.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 86b394b..7cf8bcf 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>=46.0.5", - "requests>=2.32.5", - "python-multipart>=0.0.22", - "sqlalchemy>=2.0.48", + "cryptography>=46.0.6", + "requests>=2.33.1", + "python-multipart>=0.0.24", + "sqlalchemy>=2.0.49", ] [project.entry-points."sqlalchemy.dialects"]