Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ pypdf>=6.7.5 # PDF utilities - security patches (updated 2026-03-02)
pandas>=2.2.0 # Data processing
python-dotenv>=1.0.0 # Environment configuration
tabulate>=0.9.0 # Table formatting
cryptography>=46.0.5 # Cryptographic operations - security patches (updated 2026-03-02)
openpyxl>=3.1.0 # Excel export (.xlsx format)
cryptography>=47.0.0 # Cryptographic operations - security patches (updated 2026-04-29)
openpyxl>=3.1.5 # Excel export (.xlsx format)

# Note: Network libraries (requests, urllib3) intentionally excluded
# This application processes sensitive financial data locally only
Expand Down
2 changes: 1 addition & 1 deletion requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

# Security scanning
bandit==1.9.4
pip-audit>=2.7.0
pip-audit>=2.10.0

# License compliance
pip-licenses>=5.0.0
Expand Down
8 changes: 4 additions & 4 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ isort>=8.0.1,<9.0.0

# Linting and Type Checking
ruff>=0.15.12,<1.0.0
mypy>=1.8.0,<2.0.0
mypy>=1.20.2,<2.0.0
pyright>=1.1.350

# Type stubs (compatible versions)
Expand All @@ -29,6 +29,6 @@ pre-commit>=3.0.0,<5.0.0

# Security tools (using compatible versions)
bandit[toml]>=1.7.0,<2.0.0
safety>=2.0.0,<4.0.0
detect-secrets>=1.4.0,<2.0.0
yamllint>=1.33.0,<2.0.0
safety>=3.7.0,<4.0.0
detect-secrets>=1.5.0,<2.0.0
yamllint>=1.38.0,<2.0.0