Skip to content

Commit

Permalink
fix fpe_masks
Browse files Browse the repository at this point in the history
  • Loading branch information
AJPfleger committed Nov 21, 2024
1 parent 8cadbbf commit 0e2332a
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ jobs:
python-version: '3.12'
- name: Install dependencies
run: >
pip install -r CI/requirements_fpe_masks.txt
pip install -r CI/fpe_masks/requirements.txt
- name: Check
run: >
CI/check_fpe_masks.py --token ${{ secrets.GITHUB_TOKEN }}
Expand Down
File renamed without changes.
16 changes: 9 additions & 7 deletions CI/requirements_fpe_masks.txt → CI/fpe_masks/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
# This file is autogenerated by pip-compile with Python 3.12
# by the following command:
#
# pip-compile CI/requirements_fpe_masks.in
# pip-compile CI/fpe_masks/requirements.in
#
aiohappyeyeballs==2.4.3
# via aiohttp
aiohttp==3.11.4
# via -r CI/requirements_fpe_masks.in
aiohttp==3.11.6
# via -r CI/fpe_masks/requirements.in
aiosignal==1.3.1
# via aiohttp
attrs==24.2.0
Expand All @@ -23,7 +23,7 @@ frozenlist==1.5.0
# aiohttp
# aiosignal
gidgethub==5.3.0
# via -r CI/requirements_fpe_masks.in
# via -r CI/fpe_masks/requirements.in
idna==3.10
# via yarl
markdown-it-py==3.0.0
Expand All @@ -43,15 +43,17 @@ pycparser==2.22
pygments==2.18.0
# via rich
pyjwt[crypto]==2.10.0
# via gidgethub
# via
# gidgethub
# pyjwt
rich==13.9.4
# via
# -r CI/requirements_fpe_masks.in
# -r CI/fpe_masks/requirements.in
# typer
shellingham==1.5.4
# via typer
typer==0.13.1
# via -r CI/requirements_fpe_masks.in
# via -r CI/fpe_masks/requirements.in
typing-extensions==4.12.2
# via typer
uritemplate==4.1.1
Expand Down

0 comments on commit 0e2332a

Please sign in to comment.