use toml to parse the recent_run file

This commit is contained in:
Marc Koch 2025-03-21 10:08:30 +01:00 committed by leiva
parent b00b85753b
commit beff603dd1
No known key found for this signature in database
5 changed files with 58 additions and 56 deletions

View file

@ -19,6 +19,7 @@ dependencies = [
"ms-active-directory>=1.14.1",
"python-crontab>=3.2.0",
"pyyaml>=6.0.2",
"tomli-w>=1.2.0",
"validators>=0.34.0",
]