[FR] Update Python Dependency Versions (#3515)

(cherry picked from commit 5c3523954e)
This commit is contained in:
Mika Ayenson
2024-03-19 14:07:16 -05:00
committed by github-actions[bot]
parent b19541f0f8
commit f66da9d350
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: |