Skip to content

build(deps): update pytest-asyncio requirement from ~=0.24.0 to ~=0.25.0 #20

build(deps): update pytest-asyncio requirement from ~=0.24.0 to ~=0.25.0

build(deps): update pytest-asyncio requirement from ~=0.24.0 to ~=0.25.0 #20

Workflow file for this run

name: Dependabot Auto-Merge
on:
pull_request:
types: [opened]
permissions:
contents: write
pull-requests: write
jobs:
auto_merge_dependabot:
runs-on: ubuntu-latest
if: github.event.pull_request.user.login == 'dependabot[bot]'
steps:
- name: Auto-merge Dependabot PRs
run: gh pr merge --auto --merge "${{ github.event.pull_request.html_url }}"
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}