Skip to content

Bump google-auth from 2.23.2 to 2.23.3 #287

Bump google-auth from 2.23.2 to 2.23.3

Bump google-auth from 2.23.2 to 2.23.3 #287

Workflow file for this run

name: pre-commit
on:
pull_request:
push:
branches:
- main
permissions:
contents: read
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
- uses: actions/setup-python@65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236
with:
python-version: "3.11"
cache: pip
- uses: pre-commit/action@646c83fcd040023954eafda54b4db0192ce70507
- run: "python -m pip install --upgrade pip"
- run: "pip install -r requirements.txt"