Spaces:
Sleeping
Sleeping
dependabot[bot]
commited on
Commit
·
41df124
1
Parent(s):
8c17ab4
Bump pyrogram from 2.0.24 to 2.0.59
Browse filesBumps [pyrogram](https://github.com/pyrogram/pyrogram) from 2.0.24 to 2.0.59.
- [Release notes](https://github.com/pyrogram/pyrogram/releases)
- [Commits](https://github.com/pyrogram/pyrogram/compare/v2.0.24...v2.0.59)
---
updated-dependencies:
- dependency-name: pyrogram
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
- requirements.txt +1 -1
requirements.txt
CHANGED
@@ -19,7 +19,7 @@ prettyconf==2.2.1
|
|
19 |
pyaes==1.6.1; python_version >= "3.6" and python_version < "4.0"
|
20 |
pykeyboard==0.1.5
|
21 |
pymongo==4.2.0
|
22 |
-
pyrogram==2.0.
|
23 |
pysocks==1.7.1; python_version >= "3.7" and python_full_version < "3.0.0" and python_version < "4.0" or python_version >= "3.7" and python_version < "4.0" and python_full_version >= "3.4.0"
|
24 |
python-dateutil==2.8.2; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_full_version >= "3.3.0")
|
25 |
pyyaml==6.0; python_version >= "3.6"
|
|
|
19 |
pyaes==1.6.1; python_version >= "3.6" and python_version < "4.0"
|
20 |
pykeyboard==0.1.5
|
21 |
pymongo==4.2.0
|
22 |
+
pyrogram==2.0.59; python_version >= "3.8"
|
23 |
pysocks==1.7.1; python_version >= "3.7" and python_full_version < "3.0.0" and python_version < "4.0" or python_version >= "3.7" and python_version < "4.0" and python_full_version >= "3.4.0"
|
24 |
python-dateutil==2.8.2; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_full_version >= "3.3.0")
|
25 |
pyyaml==6.0; python_version >= "3.6"
|