Skip to content

build(deps): Update pydantic requirement from >=2.13.4 to >=2.13.5 #32

build(deps): Update pydantic requirement from >=2.13.4 to >=2.13.5

build(deps): Update pydantic requirement from >=2.13.4 to >=2.13.5 #32

Workflow file for this run

name: Dependency Audit
on:
push:
pull_request:
schedule:
- cron: '30 3 * * 1'
permissions:
contents: read
jobs:
pip-audit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
- name: Set up Python
uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0.0
with:
python-version: "3.12"
- name: Install pip-audit
run: |
python -m pip install --require-hashes -r .github/requirements-pip.txt
pip install --require-hashes -r .github/requirements-audit.txt
- name: Run pip-audit
run: |
pip-audit -r requirements.txt --desc