Skip to content

Bump requests from 2.31.0 to 2.32.2 #11

Bump requests from 2.31.0 to 2.32.2

Bump requests from 2.31.0 to 2.32.2 #11

Workflow file for this run

# This workflow calls the shared presubmit workflow from within this
# repository, making testing and development easier.
name: Tests
on:
pull_request:
push:
branches: [main]
workflow_dispatch:
jobs:
tests:
uses: ./.github/workflows/presubmit.yaml
with:
run_pytest: true
run_mypy: false
run_pylint: false
python_versions: '["3.9", "3.10"]'
system_packages: '["ghostscript", "python3-tk", "tesseract-ocr"]'
secrets: inherit