From c06f3cf267b7df50a25eaaea4e042deb30b3a0f5 Mon Sep 17 00:00:00 2001 From: Brian Rosner Date: Mon, 26 May 2025 02:19:08 +0000 Subject: [PATCH] feature/ensure-alembic-mypy-version-matches (#4) Reviewed-on: http://brosner.dev/brosner/teufa/pulls/4 --- .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 918ca3f..13147b9 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -10,4 +10,4 @@ repos: hooks: - id: mypy additional_dependencies: - - alembic==1.13.1 + - alembic==1.16.1