From fbb11a394a5fd89051fd023f0e580f943f653de4 Mon Sep 17 00:00:00 2001 From: Matthias Date: Mon, 6 Nov 2023 15:42:18 +0100 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 8ae2e8886..9ca25426b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -18,7 +18,7 @@ repos: - types-requests==2.31.0.10 - types-tabulate==0.9.0.3 - types-python-dateutil==2.8.19.14 - - SQLAlchemy==2.0.22 + - SQLAlchemy==2.0.23 # stages: [push] - repo: https://github.com/pycqa/isort