From aee1df32016b53c83c554607f49b81a98ec789ae Mon Sep 17 00:00:00 2001 From: flower Date: Tue, 9 Dec 2025 15:55:38 +0300 Subject: [PATCH] Bump dependencies (#1640) --- .github/workflows/autotag.yml | 4 ++-- .github/workflows/release-docker.yml | 2 +- .github/workflows/release.yml | 6 +++--- README.md | 1 - requirements.txt | 6 +++--- 5 files changed, 9 insertions(+), 10 deletions(-) diff --git a/.github/workflows/autotag.yml b/.github/workflows/autotag.yml index a56eaa9..3cb4ca1 100644 --- a/.github/workflows/autotag.yml +++ b/.github/workflows/autotag.yml @@ -10,9 +10,9 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 - - name: Auto Tag + - name: Auto tag uses: Klemensas/action-autotag@stable with: GITHUB_TOKEN: "${{ secrets.GH_PAT }}" diff --git a/.github/workflows/release-docker.yml b/.github/workflows/release-docker.yml index 4c2f326..12ee5dc 100644 --- a/.github/workflows/release-docker.yml +++ b/.github/workflows/release-docker.yml @@ -18,7 +18,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Downcase repo run: echo REPOSITORY=$(echo ${{ github.repository }} | tr '[:upper:]' '[:lower:]') >> $GITHUB_ENV diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 769bc87..acc6df1 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0 @@ -39,7 +39,7 @@ jobs: os: [ubuntu-latest, windows-latest] steps: - name: Checkout repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0 @@ -51,7 +51,7 @@ jobs: - name: Build artifacts run: | python -m pip install -r requirements.txt - python -m pip install pyinstaller==6.16.0 + python -m pip install pyinstaller==6.17.0 cd src python build_package.py diff --git a/README.md b/README.md index d0526a0..ce55cf5 100644 --- a/README.md +++ b/README.md @@ -335,4 +335,3 @@ to the file name of one of the adapters inside the `/captcha` directory. ## Related projects - C# implementation => https://github.com/FlareSolverr/FlareSolverrSharp - diff --git a/requirements.txt b/requirements.txt index 06a3c25..5f7d235 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,14 +1,14 @@ bottle==0.13.4 waitress==3.0.2 -selenium==4.38.0 +selenium==4.39.0 func-timeout==4.3.5 prometheus-client==0.23.1 # Required by undetected_chromedriver requests==2.32.5 -certifi==2025.10.5 +certifi==2025.11.12 websockets==15.0.1 packaging==25.0 # Only required for Linux and macOS -xvfbwrapper==0.2.15; platform_system != "Windows" +xvfbwrapper==0.2.16; platform_system != "Windows" # Only required for Windows pefile==2024.8.26; platform_system == "Windows"