This commit is contained in:
Benny 2022-09-10 19:02:50 +08:00
parent c1385878ce
commit 2371235c35
No known key found for this signature in database
GPG Key ID: 6CD0DBDA5235D481
2 changed files with 8 additions and 8 deletions

View File

@ -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

View File

@ -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