From 551d1b09628ece80a159f8438fb81bf049652c24 Mon Sep 17 00:00:00 2001 From: Matthias Date: Mon, 25 Sep 2023 11:45:14 +0200 Subject: [PATCH] Bump sqlalchemy pre-commit --- .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 fa731c2b9..5c7a1728b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -18,7 +18,7 @@ repos: - types-requests==2.31.0.4 - types-tabulate==0.9.0.3 - types-python-dateutil==2.8.19.14 - - SQLAlchemy==2.0.20 + - SQLAlchemy==2.0.21 # stages: [push] - repo: https://github.com/pycqa/isort