chore(dependencies): update telethon to version 1.42.0 and add qrcode dependency
This commit is contained in:
parent
61924fb2a1
commit
876506e038
1 changed files with 2 additions and 1 deletions
|
|
@ -29,7 +29,8 @@ dependencies = [
|
|||
"nest-asyncio>=1.6.0",
|
||||
"python-dotenv>=1.1.0",
|
||||
"python-json-logger>=3.3.0",
|
||||
"telethon>=1.39.0"
|
||||
"qrcode>=8.2",
|
||||
"telethon>=1.42.0",
|
||||
]
|
||||
|
||||
[project.urls]
|
||||
|
|
|
|||
Loading…
Reference in a new issue