Skip to content

Bump cryptography from 44.0.2 to 46.0.7 #60

Bump cryptography from 44.0.2 to 46.0.7

Bump cryptography from 44.0.2 to 46.0.7 #60

Workflow file for this run

name: "Check Format"
on:
push:
branches:
- all
pull_request: { }
jobs:
black:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Install uv
uses: astral-sh/setup-uv@v7
- name: "Black Code Formatter"
run: |
uv run black . --check