Skip to content

Bump types-requests from 2.31.0.20240311 to 2.32.0.20240602 #80

Bump types-requests from 2.31.0.20240311 to 2.32.0.20240602

Bump types-requests from 2.31.0.20240311 to 2.32.0.20240602 #80

Workflow file for this run

name: Backend Tests
on:
push:
branches:
- master
pull_request:
jobs:
test:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [ ubuntu-latest ]
python-version: [ "3.10", "3.11", "3.12" ]
django-version: [ 4, 5 ]
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/test
with:
python-version: ${{ matrix.python-version }}
django-version: ${{ matrix.django-version }}
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: psf/black@stable