Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Bump rich from 13.8.0 to 13.9.4 #57

Bump rich from 13.8.0 to 13.9.4

Bump rich from 13.8.0 to 13.9.4 #57

Workflow file for this run

name: Pip audit
on:
push:
branches:
- master
pull_request_target:
branches:
- master
jobs:
security:
name: Run pip-audit
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.11'
- name: Install requirements
run: |
pip install -r requirements.txt
pip install --no-cache-dir --upgrade --force-reinstall 'setuptools>=65.5.1'
- name: Pip audit
uses: pypa/[email protected]