Skip to content

build(deps): bump cryptography from 42.0.4 to 44.0.0 #680

build(deps): bump cryptography from 42.0.4 to 44.0.0

build(deps): bump cryptography from 42.0.4 to 44.0.0 #680

Workflow file for this run

name: Pytest
on:
workflow_dispatch:
pull_request:
types: [opened, edited, reopened, synchronize]
jobs:
lint-and-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.1
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.12'
- name: Test with pytest
run: |
make test