Skip to content

chore(deps): bump pydantic from 2.12.4 to 2.12.5 #153

chore(deps): bump pydantic from 2.12.4 to 2.12.5

chore(deps): bump pydantic from 2.12.4 to 2.12.5 #153

Workflow file for this run

name: pip-audit
on:
pull_request:
branches:
- "main*"
push:
branches:
- "main"
jobs:
pip-audit:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v5
- uses: actions/setup-python@v6
with:
python-version: "3.12"
- name: Install uv and sync dev dependencies
run: |
pip install uv
uv venv
echo "VIRTUAL_ENV=$PWD/.venv" >> $GITHUB_ENV
echo "$PWD/.venv/bin" >> $GITHUB_PATH
uv sync --dev
- name: Run pip-audit
run: |
pip-audit --ignore-vuln GHSA-4xh5-x5gv-qwph