Skip to content

Update dependencies and replace bandit with ruff security rules#596

Merged
jashparekh merged 1 commit intomainfrom
update_dependencies
Jan 26, 2026
Merged

Update dependencies and replace bandit with ruff security rules#596
jashparekh merged 1 commit intomainfrom
update_dependencies

Conversation

@jashparekh
Copy link
Collaborator

  • Update dependencies in requirements.txt, requirements-test.txt, and requirements-docs.txt
  • Replace bandit with ruff's flake8-bandit (S) rules for security scanning
  • Remove bandit job from CI workflow (now handled by ruff check)
  • Fix lock_requirements.sh to properly generate lock file with all dependencies
  • Update devbox.dockerfile to install only from lock file
  • Combine ruff linter and formatter steps in run_tests.sh

@codecov
Copy link

codecov bot commented Jan 26, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 96.64%. Comparing base (8d6b3ad) to head (44be14a).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #596   +/-   ##
=======================================
  Coverage   96.64%   96.64%           
=======================================
  Files           5        5           
  Lines         328      328           
  Branches       43       43           
=======================================
  Hits          317      317           
  Misses          5        5           
  Partials        6        6           
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

- Update dependencies in requirements.txt, requirements-test.txt, and requirements-docs.txt
- Replace bandit with ruff's flake8-bandit (S) rules for security scanning
- Remove bandit job from CI workflow (now handled by ruff check)
- Fix lock_requirements.sh to properly generate lock file with all dependencies
- Update devbox.dockerfile to install only from lock file
- Combine ruff linter and formatter steps in run_tests.sh
@jashparekh jashparekh merged commit 6029245 into main Jan 26, 2026
18 checks passed
@jashparekh jashparekh deleted the update_dependencies branch January 26, 2026 04:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant