Skip to content

build(deps): bump cryptography from 46.0.7 to 49.0.0 #2232

build(deps): bump cryptography from 46.0.7 to 49.0.0

build(deps): bump cryptography from 46.0.7 to 49.0.0 #2232

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