Compare commits
1 Commits
d863b5144a
..
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 67e0c6e60c |
+3
-3
@@ -6,15 +6,15 @@ readme = "README.md"
|
|||||||
requires-python = ">=3.11"
|
requires-python = ">=3.11"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"aiohappyeyeballs==2.6.1",
|
"aiohappyeyeballs==2.6.1",
|
||||||
"aiohttp==3.12.14",
|
"aiohttp==3.14.3",
|
||||||
"aiosignal==1.4.0",
|
"aiosignal==1.4.0",
|
||||||
"attrs==25.3.0",
|
"attrs==25.3.0",
|
||||||
"frozenlist==1.7.0",
|
"frozenlist==1.7.0",
|
||||||
"idna==3.10",
|
"idna==3.15",
|
||||||
"multidict==6.6.3",
|
"multidict==6.6.3",
|
||||||
"propcache==0.3.2",
|
"propcache==0.3.2",
|
||||||
"pyaes==1.6.1",
|
"pyaes==1.6.1",
|
||||||
"pyasn1==0.6.1",
|
"pyasn1==0.6.4",
|
||||||
"qrcode==8.0",
|
"qrcode==8.0",
|
||||||
"rsa==4.9.1",
|
"rsa==4.9.1",
|
||||||
"Telethon==1.40.0",
|
"Telethon==1.40.0",
|
||||||
|
|||||||
+3
-3
@@ -1,13 +1,13 @@
|
|||||||
aiohappyeyeballs==2.6.1
|
aiohappyeyeballs==2.6.1
|
||||||
aiohttp==3.12.14
|
aiohttp==3.14.3
|
||||||
aiosignal==1.4.0
|
aiosignal==1.4.0
|
||||||
attrs==25.3.0
|
attrs==25.3.0
|
||||||
frozenlist==1.7.0
|
frozenlist==1.7.0
|
||||||
idna==3.10
|
idna==3.15
|
||||||
multidict==6.6.3
|
multidict==6.6.3
|
||||||
propcache==0.3.2
|
propcache==0.3.2
|
||||||
pyaes==1.6.1
|
pyaes==1.6.1
|
||||||
pyasn1==0.6.1
|
pyasn1==0.6.4
|
||||||
qrcode==8.0
|
qrcode==8.0
|
||||||
rsa==4.9.1
|
rsa==4.9.1
|
||||||
Telethon==1.40.0
|
Telethon==1.40.0
|
||||||
|
|||||||
Reference in New Issue
Block a user