Spaces:
Paused
Paused
Merge branch 'main' into dependabot/pip/pillow-10.3.0
Browse files- .pre-commit-config.yaml +3 -3
- requirements.txt +3 -3
.pre-commit-config.yaml
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
repos:
|
| 2 |
- repo: https://github.com/pre-commit/pre-commit-hooks
|
| 3 |
-
rev:
|
| 4 |
hooks:
|
| 5 |
- id: trailing-whitespace
|
| 6 |
- id: end-of-file-fixer
|
|
@@ -12,7 +12,7 @@ repos:
|
|
| 12 |
- id: check-merge-conflict
|
| 13 |
|
| 14 |
- repo: https://github.com/psf/black
|
| 15 |
-
rev:
|
| 16 |
hooks:
|
| 17 |
- id: black
|
| 18 |
language_version: python3
|
|
@@ -24,7 +24,7 @@ repos:
|
|
| 24 |
args: [--py36-plus]
|
| 25 |
|
| 26 |
- repo: https://github.com/asottile/pyupgrade
|
| 27 |
-
rev: v3.
|
| 28 |
hooks:
|
| 29 |
- id: pyupgrade
|
| 30 |
args: [--py36-plus]
|
|
|
|
| 1 |
repos:
|
| 2 |
- repo: https://github.com/pre-commit/pre-commit-hooks
|
| 3 |
+
rev: v5.0.0
|
| 4 |
hooks:
|
| 5 |
- id: trailing-whitespace
|
| 6 |
- id: end-of-file-fixer
|
|
|
|
| 12 |
- id: check-merge-conflict
|
| 13 |
|
| 14 |
- repo: https://github.com/psf/black
|
| 15 |
+
rev: 24.10.0
|
| 16 |
hooks:
|
| 17 |
- id: black
|
| 18 |
language_version: python3
|
|
|
|
| 24 |
args: [--py36-plus]
|
| 25 |
|
| 26 |
- repo: https://github.com/asottile/pyupgrade
|
| 27 |
+
rev: v3.19.0
|
| 28 |
hooks:
|
| 29 |
- id: pyupgrade
|
| 30 |
args: [--py36-plus]
|
requirements.txt
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
aiofiles==23.2.1
|
| 2 |
apscheduler==3.10.4
|
| 3 |
asyncio==3.4.3
|
| 4 |
-
beautifulsoup4==4.12.
|
| 5 |
cachetools==5.2.0
|
| 6 |
captcha==0.5.0
|
| 7 |
certifi==2023.7.22
|
|
@@ -16,12 +16,12 @@ lxml==4.9.1
|
|
| 16 |
pillow == 10.1.0
|
| 17 |
prettyconf==2.2.1
|
| 18 |
pyaes==1.6.1
|
| 19 |
-
pymongo==4.6.
|
| 20 |
git+https://github.com/KurimuzonAkuma/pyrogram.git@v2.1.32
|
| 21 |
pysocks==1.7.1
|
| 22 |
python-dateutil==2.8.2
|
| 23 |
pytube==15.0.0
|
| 24 |
-
pytz==
|
| 25 |
pyyaml==6.0.1
|
| 26 |
qrcode==7.4.2
|
| 27 |
regex==2023.12.25
|
|
|
|
| 1 |
aiofiles==23.2.1
|
| 2 |
apscheduler==3.10.4
|
| 3 |
asyncio==3.4.3
|
| 4 |
+
beautifulsoup4==4.12.3
|
| 5 |
cachetools==5.2.0
|
| 6 |
captcha==0.5.0
|
| 7 |
certifi==2023.7.22
|
|
|
|
| 16 |
pillow == 10.1.0
|
| 17 |
prettyconf==2.2.1
|
| 18 |
pyaes==1.6.1
|
| 19 |
+
pymongo==4.6.3
|
| 20 |
git+https://github.com/KurimuzonAkuma/pyrogram.git@v2.1.32
|
| 21 |
pysocks==1.7.1
|
| 22 |
python-dateutil==2.8.2
|
| 23 |
pytube==15.0.0
|
| 24 |
+
pytz==2024.1
|
| 25 |
pyyaml==6.0.1
|
| 26 |
qrcode==7.4.2
|
| 27 |
regex==2023.12.25
|