Skip to content

Commit 4f55fa1

Browse files
committed
Fix remaining Python dependency vulnerabilities
- Update python-automation/requirements.txt with secure versions - aiohttp -> 3.11.10 - cryptography -> 44.0.0 - azure-identity -> 1.20.0 - requests -> 2.32.3 - black -> 24.10.0 All dependency files now have the latest secure versions
1 parent 3af7d34 commit 4f55fa1

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

python-automation/requirements.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Install with: pip install -r requirements.txt
33

44
# Core async and HTTP libraries
5-
aiohttp==3.9.1
5+
aiohttp==3.11.10
66
aiofiles==23.2.1
77
asyncio-throttle==1.0.2
88

@@ -12,10 +12,10 @@ numpy==1.25.2
1212
openpyxl==3.1.2
1313

1414
# Enterprise security and encryption
15-
cryptography==41.0.8
15+
cryptography==44.0.0
1616
pyjwt[crypto]==2.8.0
1717
azure-keyvault-secrets==4.7.0
18-
azure-identity==1.15.0
18+
azure-identity==1.20.0
1919

2020
# Monitoring and metrics
2121
prometheus-client==0.19.0
@@ -27,7 +27,7 @@ psutil==5.9.6
2727

2828
# API and data validation
2929
pydantic==2.5.2
30-
requests==2.31.0
30+
requests==2.32.3
3131
urllib3==2.1.0
3232

3333
# Logging and configuration
@@ -38,7 +38,7 @@ python-dotenv==1.0.0
3838
pytest==7.4.3
3939
pytest-asyncio==0.21.1
4040
pytest-cov==4.1.0
41-
black==23.11.0
41+
black==24.10.0
4242
flake8==6.1.0
4343

4444
# Enterprise integrations

0 commit comments

Comments
 (0)