build(deps): bump cryptography from 46.0.2 to 46.0.3 in the dependencies group #3784
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: CI | |
| on: | |
| push: | |
| branches: | |
| - develop | |
| pull_request: | |
| workflow_dispatch: | |
| permissions: {} | |
| jobs: | |
| test: | |
| uses: ./.github/workflows/_test.yml | |
| test-with-sslib-main: | |
| uses: ./.github/workflows/_test_sslib_main.yml |