Skip to content

build(deps): bump cryptography from 46.0.7 to 48.0.1 #2206

build(deps): bump cryptography from 46.0.7 to 48.0.1

build(deps): bump cryptography from 46.0.7 to 48.0.1 #2206

name: Check requirements file consistency
on: [push]
permissions: {}
jobs:
requirements-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
with:
persist-credentials: false
- uses: ./.github/actions/uv-setup/
with:
dev: false
- run: ./requirements/update_requirements.py
- run: git diff --exit-code