Skip to content

Update pytest-cov requirement from ^4.1.0 to ^5.0.0 #95

Update pytest-cov requirement from ^4.1.0 to ^5.0.0

Update pytest-cov requirement from ^4.1.0 to ^5.0.0 #95

Workflow file for this run

---
name: Automatic Merging
on : pull_request_target
jobs:
auto-merge:
name: Automatic Merging
runs-on: ubuntu-latest
if: github.actor == 'dependabot[bot]'
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Merge
uses: ahmadnassri/[email protected]
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
command: squash and merge