replace tomlib with tomlkit

tomlkit can read and write toml files
This commit is contained in:
Marc Koch 2025-03-21 13:22:23 +01:00 committed by leiva
parent 19603d6d9f
commit e8503bd073
No known key found for this signature in database
8 changed files with 145 additions and 156 deletions

View file

@ -18,8 +18,7 @@ dependencies = [
"httpx>=0.28.1",
"ms-active-directory>=1.14.1",
"python-crontab>=3.2.0",
"pyyaml>=6.0.2",
"tomli-w>=1.2.0",
"tomlkit>=0.13.2",
"validators>=0.34.0",
]