Skip to content

build(deps-dev): bump httpx from 0.27.2 to 0.28.0 #121

build(deps-dev): bump httpx from 0.27.2 to 0.28.0

build(deps-dev): bump httpx from 0.27.2 to 0.28.0 #121

Workflow file for this run

name: Check Branch
on: [ workflow_call, pull_request ]
jobs:
lint:
uses: ./.github/workflows/lint.yaml
with:
python_version: 3.12
test:
needs: [ lint ]
uses: ./.github/workflows/test.yaml
with:
python_version: 3.12