Spaces:
Running
Running
dependabot[bot]
commited on
Commit
·
16a2c1b
1
Parent(s):
87f2807
Bump pyrogram from 2.0.63 to 2.0.70
Browse filesBumps [pyrogram](https://github.com/pyrogram/pyrogram) from 2.0.63 to 2.0.70.
- [Release notes](https://github.com/pyrogram/pyrogram/releases)
- [Commits](https://github.com/pyrogram/pyrogram/compare/v2.0.63...v2.0.70)
---
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
@@ -13,7 +13,7 @@ lxml==4.9.1; python_version >= "2.7" and python_full_version < "3.0.0" or python
|
|
13 |
prettyconf==2.2.1
|
14 |
pyaes==1.6.1; python_version >= "3.6" and python_version < "4.0"
|
15 |
pymongo==4.3.3
|
16 |
-
pyrogram==2.0.
|
17 |
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"
|
18 |
python-dateutil==2.8.2; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_full_version >= "3.3.0")
|
19 |
pyyaml==6.0; python_version >= "3.6"
|
|
|
13 |
prettyconf==2.2.1
|
14 |
pyaes==1.6.1; python_version >= "3.6" and python_version < "4.0"
|
15 |
pymongo==4.3.3
|
16 |
+
pyrogram==2.0.70; python_version >= "3.8"
|
17 |
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"
|
18 |
python-dateutil==2.8.2; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_full_version >= "3.3.0")
|
19 |
pyyaml==6.0; python_version >= "3.6"
|