Skip to content

Update dependency starlette to v1.3.1 [SECURITY] #1103

Update dependency starlette to v1.3.1 [SECURITY]

Update dependency starlette to v1.3.1 [SECURITY] #1103

Workflow file for this run

---
name: Run Tests
on:
- push
- pull_request
jobs:
run_tests:
strategy:
matrix:
version:
- "3.10"
- "3.11"
- "3.12"
- "3.13"
- "3.14"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: test
env:
DOCKER_BUILDKIT: 1
run: |
docker build . \
--target test \
--build-arg PYTHON_VERSION=${{ matrix.version }}