Skip to content

Bump cryptography from 40.0.2 to 41.0.6 #413

Bump cryptography from 40.0.2 to 41.0.6

Bump cryptography from 40.0.2 to 41.0.6 #413

Workflow file for this run

name: Check black compliance
on: pull_request
jobs:
check_black:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- run: pip install black==22.3.0
- name: Check black compliance
run: black --check grants_tagger