chore(dependencies): upgrade dependencies and export them
This commit is contained in:
parent
0c294c46e4
commit
b4b5cdcc10
4 changed files with 1064 additions and 8 deletions
|
|
@ -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]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue