Skip to content

fix: Update cryptography version to be greater than or equal to 46.0.4 due to a vulnerability/CVE report #129

fix: Update cryptography version to be greater than or equal to 46.0.4 due to a vulnerability/CVE report

fix: Update cryptography version to be greater than or equal to 46.0.4 due to a vulnerability/CVE report #129

Workflow file for this run

# https://beta.ruff.rs
name: ruff
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: pip install --user ruff
- run: ruff check --ignore="E722,F40,F841" --line-length=320 --target-version=py37 .