Update deps

pull/1/head
hikariatama 2022-12-30 20:34:07 +00:00
parent da43a62fda
commit e44358a477
2 changed files with 2 additions and 2 deletions

View File

@ -69,7 +69,7 @@ else:
try: try:
import pyrogram import pyrogram
if tuple(map(int, pyrogram.__version__.split("."))) < (2, 0, 63): if tuple(map(int, pyrogram.__version__.split("."))) < (2, 0, 66):
raise ImportError raise ImportError
except ImportError: except ImportError:
print("🔄 Installing Hikka-Pyro...") print("🔄 Installing Hikka-Pyro...")

View File

@ -1,5 +1,5 @@
hikka-tl==1.24.14 hikka-tl==1.24.14
hikka-pyro==2.0.63 hikka-pyro==2.0.66
aiofile==3.8.1 aiofile==3.8.1
pythondialog==3.5.3 pythondialog==3.5.3
gitpython==3.1.27 gitpython==3.1.27