Skip to content

chore(deps): update hypothesis requirement from <6.111.3,>=6.21.0 to >=6.21.0,<6.112.5 #667

chore(deps): update hypothesis requirement from <6.111.3,>=6.21.0 to >=6.21.0,<6.112.5

chore(deps): update hypothesis requirement from <6.111.3,>=6.21.0 to >=6.21.0,<6.112.5 #667

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
- ready_for_review
permissions:
contents: read
jobs:
build:
uses: ./.github/workflows/_build.yaml
permissions:
contents: read
with:
disable-pip-audit: ${{ vars.DISABLE_PIP_AUDIT == 'true' }}