mirror of
https://github.com/omg-xtao/ytdlbot.git
synced 2025-01-30 17:58:36 +00:00
bump
This commit is contained in:
parent
c1385878ce
commit
2371235c35
6
.github/workflows/codeql-analysis.yml
vendored
6
.github/workflows/codeql-analysis.yml
vendored
@ -42,7 +42,7 @@ jobs:
|
|||||||
|
|
||||||
# Initializes the CodeQL tools for scanning.
|
# Initializes the CodeQL tools for scanning.
|
||||||
- name: Initialize CodeQL
|
- name: Initialize CodeQL
|
||||||
uses: github/codeql-action/init@v1
|
uses: github/codeql-action/init@v2
|
||||||
with:
|
with:
|
||||||
languages: ${{ matrix.language }}
|
languages: ${{ matrix.language }}
|
||||||
# If you wish to specify custom queries, you can do so here or in a config file.
|
# If you wish to specify custom queries, you can do so here or in a config file.
|
||||||
@ -53,7 +53,7 @@ jobs:
|
|||||||
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
|
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
|
||||||
# If this step fails, then you should remove it and run the build manually (see below)
|
# If this step fails, then you should remove it and run the build manually (see below)
|
||||||
- name: Autobuild
|
- name: Autobuild
|
||||||
uses: github/codeql-action/autobuild@v1
|
uses: github/codeql-action/autobuild@v2
|
||||||
|
|
||||||
# ℹ️ Command-line programs to run using the OS shell.
|
# ℹ️ Command-line programs to run using the OS shell.
|
||||||
# 📚 https://git.io/JvXDl
|
# 📚 https://git.io/JvXDl
|
||||||
@ -67,4 +67,4 @@ jobs:
|
|||||||
# make release
|
# make release
|
||||||
|
|
||||||
- name: Perform CodeQL Analysis
|
- name: Perform CodeQL Analysis
|
||||||
uses: github/codeql-action/analyze@v1
|
uses: github/codeql-action/analyze@v2
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
pyrogram==1.4.16
|
pyrogram==1.4.16
|
||||||
tgcrypto==1.2.3
|
tgcrypto==1.2.3
|
||||||
yt-dlp==2022.9.1
|
yt-dlp==2022.10.4
|
||||||
APScheduler==3.9.1
|
APScheduler==3.9.1
|
||||||
beautifultable==1.1.0
|
beautifultable==1.1.0
|
||||||
ffmpeg-python==0.2.0
|
ffmpeg-python==0.2.0
|
||||||
@ -8,15 +8,15 @@ PyMySQL==1.0.2
|
|||||||
celery==5.2.7
|
celery==5.2.7
|
||||||
filetype==1.1.0
|
filetype==1.1.0
|
||||||
flower==1.2.0
|
flower==1.2.0
|
||||||
psutil==5.9.1
|
psutil==5.9.2
|
||||||
influxdb==5.3.1
|
influxdb==5.3.1
|
||||||
beautifulsoup4==4.11.1
|
beautifulsoup4==4.11.1
|
||||||
fakeredis==1.9.0
|
fakeredis==1.9.3
|
||||||
supervisor==4.2.4
|
supervisor==4.2.4
|
||||||
tgbot-ping==1.0.4
|
tgbot-ping==1.0.4
|
||||||
redis==4.3.3
|
redis==4.3.3
|
||||||
requests==2.28.1
|
requests==2.28.1
|
||||||
tqdm==4.64.0
|
tqdm==4.64.1
|
||||||
requests-toolbelt==0.9.1
|
requests-toolbelt==0.10.0
|
||||||
ffpb==0.4.1
|
ffpb==0.4.1
|
||||||
youtube-search-python==1.6.6
|
youtube-search-python==1.6.6
|
||||||
|
Loading…
Reference in New Issue
Block a user