Bump dependencies (#1640)

This commit is contained in:
flower
2025-12-09 15:55:38 +03:00
committed by GitHub
parent 0fe9958afe
commit aee1df3201
5 changed files with 9 additions and 10 deletions

View File

@@ -10,9 +10,9 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Checkout repository - name: Checkout repository
uses: actions/checkout@v5 uses: actions/checkout@v6
- name: Auto Tag - name: Auto tag
uses: Klemensas/action-autotag@stable uses: Klemensas/action-autotag@stable
with: with:
GITHUB_TOKEN: "${{ secrets.GH_PAT }}" GITHUB_TOKEN: "${{ secrets.GH_PAT }}"

View File

@@ -18,7 +18,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Checkout repository - name: Checkout repository
uses: actions/checkout@v5 uses: actions/checkout@v6
- name: Downcase repo - name: Downcase repo
run: echo REPOSITORY=$(echo ${{ github.repository }} | tr '[:upper:]' '[:lower:]') >> $GITHUB_ENV run: echo REPOSITORY=$(echo ${{ github.repository }} | tr '[:upper:]' '[:lower:]') >> $GITHUB_ENV

View File

@@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Checkout repository - name: Checkout repository
uses: actions/checkout@v5 uses: actions/checkout@v6
with: with:
fetch-depth: 0 fetch-depth: 0
@@ -39,7 +39,7 @@ jobs:
os: [ubuntu-latest, windows-latest] os: [ubuntu-latest, windows-latest]
steps: steps:
- name: Checkout repository - name: Checkout repository
uses: actions/checkout@v5 uses: actions/checkout@v6
with: with:
fetch-depth: 0 fetch-depth: 0
@@ -51,7 +51,7 @@ jobs:
- name: Build artifacts - name: Build artifacts
run: | run: |
python -m pip install -r requirements.txt 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 cd src
python build_package.py python build_package.py

View File

@@ -335,4 +335,3 @@ to the file name of one of the adapters inside the `/captcha` directory.
## Related projects ## Related projects
- C# implementation => https://github.com/FlareSolverr/FlareSolverrSharp - C# implementation => https://github.com/FlareSolverr/FlareSolverrSharp

View File

@@ -1,14 +1,14 @@
bottle==0.13.4 bottle==0.13.4
waitress==3.0.2 waitress==3.0.2
selenium==4.38.0 selenium==4.39.0
func-timeout==4.3.5 func-timeout==4.3.5
prometheus-client==0.23.1 prometheus-client==0.23.1
# Required by undetected_chromedriver # Required by undetected_chromedriver
requests==2.32.5 requests==2.32.5
certifi==2025.10.5 certifi==2025.11.12
websockets==15.0.1 websockets==15.0.1
packaging==25.0 packaging==25.0
# Only required for Linux and macOS # Only required for Linux and macOS
xvfbwrapper==0.2.15; platform_system != "Windows" xvfbwrapper==0.2.16; platform_system != "Windows"
# Only required for Windows # Only required for Windows
pefile==2024.8.26; platform_system == "Windows" pefile==2024.8.26; platform_system == "Windows"