diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index b6c6ea2..05a8e31 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -42,7 +42,7 @@ jobs: # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL - uses: github/codeql-action/init@v1 + uses: github/codeql-action/init@v2 with: languages: ${{ matrix.language }} # 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). # If this step fails, then you should remove it and run the build manually (see below) - name: Autobuild - uses: github/codeql-action/autobuild@v1 + uses: github/codeql-action/autobuild@v2 # ℹī¸ Command-line programs to run using the OS shell. # 📚 https://git.io/JvXDl @@ -67,4 +67,4 @@ jobs: # make release - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@v1 \ No newline at end of file + uses: github/codeql-action/analyze@v2 diff --git a/requirements.txt b/requirements.txt index 7588b76..248cd6a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ pyrogram==1.4.16 tgcrypto==1.2.3 -yt-dlp==2022.9.1 +yt-dlp==2022.10.4 APScheduler==3.9.1 beautifultable==1.1.0 ffmpeg-python==0.2.0 @@ -8,15 +8,15 @@ PyMySQL==1.0.2 celery==5.2.7 filetype==1.1.0 flower==1.2.0 -psutil==5.9.1 +psutil==5.9.2 influxdb==5.3.1 beautifulsoup4==4.11.1 -fakeredis==1.9.0 +fakeredis==1.9.3 supervisor==4.2.4 tgbot-ping==1.0.4 redis==4.3.3 requests==2.28.1 -tqdm==4.64.0 -requests-toolbelt==0.9.1 +tqdm==4.64.1 +requests-toolbelt==0.10.0 ffpb==0.4.1 youtube-search-python==1.6.6