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 #2833
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: whitelist check | |
| on: | |
| pull_request: | |
| permissions: | |
| contents: read | |
| jobs: | |
| reflex-web: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v6 | |
| - name: Assert whitelist is empty | |
| run: echo -e "\nassert not WHITELISTED_PAGES, f'WHITELISTED_PAGES includes {WHITELISTED_PAGES}'" | cat "pcweb/whitelist.py" - | python3 |