Update dependencies
This commit is contained in:
@ -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",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user