From 723e16af4fbf84dc4981600da97f0182ba58588b Mon Sep 17 00:00:00 2001 From: Rosey the Robot <83308495+XB500@users.noreply.github.com> Date: Mon, 9 Mar 2026 05:00:21 +0000 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 373d6ef..86b394b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ dependencies = [ "cryptography>=46.0.5", "requests>=2.32.5", "python-multipart>=0.0.22", - "sqlalchemy>=2.0.47", + "sqlalchemy>=2.0.48", ] [project.entry-points."sqlalchemy.dialects"]