Skip to content

chore(deps): bump psycopg2-binary from 2.9.9 to 2.9.10 #38

chore(deps): bump psycopg2-binary from 2.9.9 to 2.9.10

chore(deps): bump psycopg2-binary from 2.9.9 to 2.9.10 #38

name: Dependabot Alerts
on:
push:
branches: [main, master]
pull_request:
branches: [main, master]
jobs:
security-audit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: "3.11"
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install safety
pip install -r requirements.txt
- name: Run security audit
run: |
safety check --json || true