chore(dependencies): upgrade dependencies and export them
Some checks failed
ci/woodpecker/push/workflow/2 Pipeline failed
ci/woodpecker/push/workflow/1 Pipeline failed

This commit is contained in:
bronsen 2025-12-05 17:59:02 +01:00
parent 0c294c46e4
commit b4b5cdcc10
4 changed files with 1064 additions and 8 deletions

View file

@ -28,11 +28,12 @@ classifiers = [
"Topic :: Utilities",
]
dependencies = [
"ciso8601>=2.3.3",
"orjson>=3.11.4",
"textual>=6.7.1",
"textual-dev>=1.8.0",
"tortoise-orm>=0.25.1",
"aerich[toml]>=0.9.2",
"ciso8601>=2.3.3",
"orjson>=3.11.4",
"textual>=6.7.1",
"textual-dev>=1.8.0",
"tortoise-orm>=0.25.1",
]
dynamic = ["version"]
@ -51,6 +52,7 @@ dev = [
"pytest>=9.0.1",
"pytest-asyncio>=1.3.0",
"pytest-textual-snapshot>=1.0.0",
"ruff>=0.14.8",
]
[build-system]