From 101dc850a2f30767a50073147dcce455a1f0d8ef Mon Sep 17 00:00:00 2001 From: Matthias Date: Thu, 8 Aug 2024 08:36:14 +0200 Subject: [PATCH] Update pre-commit sqlalchemy types --- .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 4ccc48526..2e3a2c182 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -19,7 +19,7 @@ repos: - types-requests==2.32.0.20240712 - types-tabulate==0.9.0.20240106 - types-python-dateutil==2.9.0.20240316 - - SQLAlchemy==2.0.31 + - SQLAlchemy==2.0.32 # stages: [push] - repo: https://github.com/pycqa/isort