chore(deps): update dependency sqlalchemy to v2.0.4

This commit is contained in:
Felix Spöttel
2023-03-01 18:28:22 +01:00
parent ff8bd2547c
commit ffa0c58736
6 changed files with 7 additions and 7 deletions

View File

@@ -1,4 +1,4 @@
[mypy]
plugins = sqlmypy
plugins = sqlalchemy.ext.mypy.plugin
ignore_missing_imports = True
disallow_untyped_defs = True