Spaces:
Sleeping
Sleeping
dependabot[bot]
commited on
Commit
·
253e669
1
Parent(s):
36a66e6
Bump pyrogram from 2.0.102 to 2.0.103
Browse filesBumps [pyrogram](https://github.com/pyrogram/pyrogram) from 2.0.102 to 2.0.103.
- [Release notes](https://github.com/pyrogram/pyrogram/releases)
- [Commits](https://github.com/pyrogram/pyrogram/compare/v2.0.102...v2.0.103)
---
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
@@ -16,7 +16,7 @@ pyaes==1.6.1; python_version >= "3.6" and python_version < "4.0"
|
|
16 |
pymongo==4.3.3
|
17 |
pyRiZoeLX
|
18 |
pyroaddon==1.0.6
|
19 |
-
pyrogram==2.0.
|
20 |
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"
|
21 |
python-dateutil==2.8.2; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_full_version >= "3.3.0")
|
22 |
pyyaml==6.0; python_version >= "3.6"
|
|
|
16 |
pymongo==4.3.3
|
17 |
pyRiZoeLX
|
18 |
pyroaddon==1.0.6
|
19 |
+
pyrogram==2.0.103; python_version >= "3.8"
|
20 |
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"
|
21 |
python-dateutil==2.8.2; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_full_version >= "3.3.0")
|
22 |
pyyaml==6.0; python_version >= "3.6"
|