From 34c1838566a9531ee6c5844c0864f9009a7aef1c Mon Sep 17 00:00:00 2001 From: Matthias Date: Mon, 8 Jan 2024 07:04:14 +0100 Subject: [PATCH] Bump Sqlalchemy in 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 e6ea411be..4055eb3ff 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -19,7 +19,7 @@ repos: - types-requests==2.31.0.20240106 - types-tabulate==0.9.0.20240106 - types-python-dateutil==2.8.19.20240106 - - SQLAlchemy==2.0.23 + - SQLAlchemy==2.0.25 # stages: [push] - repo: https://github.com/pycqa/isort