Skip to content

chore(deps-dev): update mypy requirement from <1.5,>=0.921 to >=0.921,<1.6 #406

chore(deps-dev): update mypy requirement from <1.5,>=0.921 to >=0.921,<1.6

chore(deps-dev): update mypy requirement from <1.5,>=0.921 to >=0.921,<1.6 #406

Workflow file for this run

# This workflow checks and tests the package code, and it builds all package
# artifacts whenever there were changes to a pull request.
name: Check change set
on:
pull_request:
branches:
- '*'
types:
- opened
- reopened
- synchronize
permissions:
contents: read
jobs:
build:
uses: ./.github/workflows/_build.yaml
permissions:
contents: read
with:
disable_pip_audit: ${{ vars.DISABLE_PIP_AUDIT == 'true' }}