Skip to content

Bump cryptography from 38.0.4 to 41.0.2 #781

Bump cryptography from 38.0.4 to 41.0.2

Bump cryptography from 38.0.4 to 41.0.2 #781

Workflow file for this run

name: Lint Python
on:
- pull_request
- push
jobs:
black:
runs-on: ubuntu-latest
container: python
steps:
- run: pip install black
- uses: actions/checkout@v2
- run: black --check --target-version py310 .