Skip to content
This repository was archived by the owner on Apr 28, 2026. It is now read-only.

Bump cryptography from 46.0.6 to 46.0.7 in the uv group across 1 directory #1590

Bump cryptography from 46.0.6 to 46.0.7 in the uv group across 1 directory

Bump cryptography from 46.0.6 to 46.0.7 in the uv group across 1 directory #1590

Workflow file for this run

name: codespell
on:
pull_request:
branches: [main]
permissions:
contents: read
jobs:
codespell:
name: Check for spelling errors
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v6
- name: Codespell
uses: codespell-project/actions-codespell@v2