From f1f272b88fc69307aafc4f2e5fd11f3f8397979d Mon Sep 17 00:00:00 2001 From: Matthias Date: Mon, 25 Mar 2024 06:43:54 +0100 Subject: [PATCH] Bump pre-commit sqlalchemy --- .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 fadef6cfb..f52a85e7e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -19,7 +19,7 @@ repos: - types-requests==2.31.0.20240311 - types-tabulate==0.9.0.20240106 - types-python-dateutil==2.9.0.20240316 - - SQLAlchemy==2.0.28 + - SQLAlchemy==2.0.29 # stages: [push] - repo: https://github.com/pycqa/isort