Skip to content

Commit 1f19520

Browse files
committed
build(deps): update dependencies
1 parent 6015a35 commit 1f19520

File tree

2 files changed

+49
-3
lines changed

2 files changed

+49
-3
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,15 @@ dependencies = [
1515
"discord-py[speed,voice]>=2.4.0",
1616
"dnspython>=2.6.1",
1717
"motor>=3.6.0",
18+
"python-dateutil>=2.9.0.post0",
1819
"python-telegram-bot>=21.6",
20+
"validators>=0.34.0",
1921
]
2022

2123
[project.optional-dependencies]
2224
scripts = [
2325
"aiocsv>=1.3.2",
2426
"aiofiles>=24.1.0",
25-
"python-dateutil>=2.9.0.post0",
2627
]
2728

2829
[tool.uv]

0 commit comments

Comments
 (0)