From 895a9f351f6bea282bd61b4c49d0b81fb36b1e77 Mon Sep 17 00:00:00 2001 From: Matthias Date: Mon, 13 Apr 2026 06:32:28 +0200 Subject: [PATCH] chore: bump sqlalchemy in pre-commit config --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a32221ee3..f3f58d269 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -26,7 +26,7 @@ repos: - types-tabulate==0.10.0.20260308 - types-python-dateutil==2.9.0.20260402 - scipy-stubs==1.17.1.3 - - SQLAlchemy==2.0.48 + - SQLAlchemy==2.0.49 # stages: [push] - repo: https://github.com/charliermarsh/ruff-pre-commit