Skip to content

Bump cryptography from 37.0.2 to 41.0.6 #839

Bump cryptography from 37.0.2 to 41.0.6

Bump cryptography from 37.0.2 to 41.0.6 #839

Workflow file for this run

name: pre-commit
on:
pull_request:
branches:
- main
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/[email protected]
- name: Install Python
uses: actions/[email protected]
with:
python-version: '3.8'
- name: Run pre-commit checks
uses: pre-commit/[email protected]