Merge branch 'main' into copilot/analyze-test-coverage
This commit is contained in:
+11
-11
@@ -1,6 +1,6 @@
|
||||
# Core Framework
|
||||
fastapi==0.135.2 # Updated: Fixed starlette DoS vulnerabilities (was 0.109.1); pulls in starlette>=1.0.0
|
||||
uvicorn[standard]==0.27.0
|
||||
uvicorn[standard]==0.42.0
|
||||
pydantic==2.12.5
|
||||
pydantic-settings==2.13.1
|
||||
|
||||
@@ -13,17 +13,17 @@ asyncpg==0.31.0
|
||||
# Authentication
|
||||
|
||||
python-jose[cryptography]==3.5.0 # Updated: Fixed algorithm confusion with OpenSSH ECDSA keys (was 3.3.0)
|
||||
bcrypt==4.3.0
|
||||
bcrypt==5.0.0
|
||||
python-multipart==0.0.22 # Updated: Fixed multiple vulnerabilities (was 0.0.6)
|
||||
authlib==1.6.9 # Updated: Fixed OIDC hash binding, JWE RSA1_5 padding oracle, alg:none bypass, JWK header injection (was 1.6.6)
|
||||
httpx==0.26.0
|
||||
httpx==0.28.1
|
||||
|
||||
# Payment Processing
|
||||
stripe==14.4.1
|
||||
|
||||
# Email & Mail Processing
|
||||
aiosmtplib==3.0.1
|
||||
aiohttp==3.13.3 # Updated: Fixed zip bomb, DoS, and directory traversal vulnerabilities (was 3.9.1)
|
||||
aiohttp==3.13.4 # Updated: Fixed zip bomb, DoS, and directory traversal vulnerabilities (was 3.9.1)
|
||||
aioimaplib==2.0.1
|
||||
email-validator==2.1.0.post1
|
||||
|
||||
@@ -34,26 +34,26 @@ google-auth-oauthlib==1.2.0
|
||||
google-auth-httplib2==0.3.0
|
||||
|
||||
# Job Queue & Cache
|
||||
celery==5.6.2
|
||||
redis==7.3.0
|
||||
celery==5.6.3
|
||||
redis==7.4.0
|
||||
|
||||
# Security & Encryption
|
||||
cryptography==46.0.6 # Updated: Fixed NULL pointer dereference (was 42.0.0)
|
||||
|
||||
# Notifications
|
||||
apprise==1.7.1
|
||||
apprise==1.9.9
|
||||
|
||||
# Monitoring & Logging
|
||||
prometheus-client==0.19.0
|
||||
prometheus-client==0.24.1
|
||||
python-json-logger==2.0.7
|
||||
|
||||
# Development & Testing
|
||||
pytest==7.4.4
|
||||
pytest-asyncio==0.23.3
|
||||
pytest==9.0.2
|
||||
pytest-asyncio==1.3.0
|
||||
pytest-cov==4.1.0
|
||||
faker==22.6.0
|
||||
|
||||
# Utilities
|
||||
python-dotenv==1.0.0
|
||||
python-dotenv==1.2.2
|
||||
schedule==1.2.0
|
||||
tenacity==9.1.4
|
||||
|
||||
Reference in New Issue
Block a user