Skip to content

chore(deps-dev): Update pytest-asyncio requirement from >=0.25.0 to >=1.4.0 #65

chore(deps-dev): Update pytest-asyncio requirement from >=0.25.0 to >=1.4.0

chore(deps-dev): Update pytest-asyncio requirement from >=0.25.0 to >=1.4.0 #65

Workflow file for this run

name: MegaLinter
on:
push:
pull_request:
branches: [main]
jobs:
megalinter:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: oxsecurity/megalinter/flavors/python@v8
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}