From 2c17551b2750c1b2fd132957ce349052427b10c5 Mon Sep 17 00:00:00 2001 From: Matthias Date: Mon, 9 Sep 2024 10:15:18 +0200 Subject: [PATCH] chore: bump sqlalchemy in mypy additional deps --- .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 3e1d9fa34..328387ead 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.20240821 - - SQLAlchemy==2.0.32 + - SQLAlchemy==2.0.34 # stages: [push] - repo: https://github.com/pycqa/isort