[FR] Update Python Dependency Versions (#3515)

This commit is contained in:
Mika Ayenson
2024-03-19 14:07:16 -05:00
committed by GitHub
parent f6e79944f2
commit 5c3523954e
8 changed files with 109 additions and 25 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ jobs:
- name: Python Lint
run: |
python -m flake8 tests detection_rules --ignore D203 --max-line-length 120
python -m flake8 tests detection_rules --ignore D203,N815 --max-line-length 120
- name: Python License Check
run: |