Skip to content

Bump cryptography from 40.0.1 to 41.0.4 (#128) #186

Bump cryptography from 40.0.1 to 41.0.4 (#128)

Bump cryptography from 40.0.1 to 41.0.4 (#128) #186

---
# used for running pre-commit checks
name: pre-commit checks
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
run_pre_commit_tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
python-version: "3.10"
- uses: pre-commit/action@v3.0.0