Skip to content

Bump requests from 2.32.0 to 2.32.2 in /requirements in the minor-python group #1173

Bump requests from 2.32.0 to 2.32.2 in /requirements in the minor-python group

Bump requests from 2.32.0 to 2.32.2 in /requirements in the minor-python group #1173

Workflow file for this run

name: RUN Spellcheck
on: # rebuild any PRs and main branch changes
pull_request:
push:
jobs:
spellcheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: streetsidesoftware/cspell-action@v6
with:
config: 'cspell.config.json'
incremental_files_only: true
verbose: true
files: |
**/*.{ts,tsx,css,md,py}