Skip to content

Update websockets requirement from <13.0,>=10.4 to >=10.4,<15.0 #322

Update websockets requirement from <13.0,>=10.4 to >=10.4,<15.0

Update websockets requirement from <13.0,>=10.4 to >=10.4,<15.0 #322

Workflow file for this run

name: Labeler
on: [pull_request]
permissions:
contents: read
jobs:
label:
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write
steps:
- uses: actions/labeler@v5
with:
repo-token: "${{ github.token }}"