Merge branch 'main' into feature/additional-stammdaten

This commit is contained in:
TrisNol
2023-09-24 13:49:02 +02:00
4 changed files with 23 additions and 23 deletions

View File

@ -24,7 +24,7 @@ non_interactive = true
plugins = ["sqlalchemy.ext.mypy.plugin"]
python_version = "3.11"
warn_redundant_casts = true
warn_unused_ignores = true
warn_unused_ignores = false
[tool.poetry]
authors = ["AKI Projektgruppe 23"]
@ -83,7 +83,7 @@ mypy = "^1.5.1"
pandas-stubs = "^2.0.3.230814"
pip-audit = "^2.6.1"
pip-licenses = "^4.3.2"
ruff = "^0.0.290"
ruff = "^0.0.291"
types-cachetools = "^5.3.0.6"
types-pyOpenSSL = "*"
types-requests = "^2.31.0.2"