Update dependencies

This commit is contained in:
2025-04-30 08:24:49 +02:00
parent f4dd5e8e0c
commit 2a668059ef
2 changed files with 100 additions and 0 deletions

View File

@ -21,6 +21,7 @@ dependencies = [
"pydantic>=2.10.6",
"pydantic-settings>=2.8.1",
"pykeepass>=4.1.1.post1",
"pytest-asyncio>=0.26.0",
"python-dotenv>=1.0.1",
"python-json-logger>=3.3.0",
]
@ -40,6 +41,7 @@ venv = ".venv"
include = ["src"]
reportUnusedCallResult = false
reportExplicitAny = false
reportIncompatibleVariableOverride = false
executionEnvironments = [
{ root = "packages/sshecret_client" },
{ root = "packages/sshecret-backend" },
@ -60,3 +62,7 @@ dev = [
"pytest>=8.3.5",
"python-dotenv>=1.0.1",
]
test = [
"pytest-asyncio>=0.26.0",
"robotframework>=7.2.2",
]