Skip to content

Bump python-multipart from 0.0.6 to 0.0.9 #35

Bump python-multipart from 0.0.6 to 0.0.9

Bump python-multipart from 0.0.6 to 0.0.9 #35

Workflow file for this run

name: CI
on:
pull_request:
branches: [master]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: "3.11"
- uses: abatilo/actions-poetry@v2.0.0
with:
poetry-version: 1.5.1
- run: poetry install --only main