mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-12-12 19:05:18 +00:00
fix: upgrade packages to address security vulnerabilities
- Jinja2: 3.1.2 → 3.1.6 - aiohttp: 3.10.2 → 3.12.15 - azure-identity: 1.15.0 → 1.25.0 - urllib3: 2.0.7 → 2.5.0 - starlette: 0.37.2 → 0.48.0 - boto3: 1.33.6 → 1.40.45 (dependency resolution) - fastapi: 0.115.6 → 0.118.0 (dependency resolution) All unit tests passing (192/192)
This commit is contained in:
parent
65dea899ec
commit
58fe872a44
1 changed files with 5 additions and 5 deletions
|
|
@ -1,18 +1,18 @@
|
||||||
aiohttp==3.10.2
|
aiohttp==3.12.15
|
||||||
anthropic>=0.52.0
|
anthropic>=0.52.0
|
||||||
#anthropic[vertex]==0.47.1
|
#anthropic[vertex]==0.47.1
|
||||||
atlassian-python-api==3.41.4
|
atlassian-python-api==3.41.4
|
||||||
azure-devops==7.1.0b3
|
azure-devops==7.1.0b3
|
||||||
azure-identity==1.15.0
|
azure-identity==1.25.0
|
||||||
boto3==1.33.6
|
boto3==1.40.45
|
||||||
certifi==2024.8.30
|
certifi==2024.8.30
|
||||||
dynaconf==3.2.4
|
dynaconf==3.2.4
|
||||||
fastapi==0.115.6
|
fastapi==0.118.0
|
||||||
GitPython==3.1.41
|
GitPython==3.1.41
|
||||||
google-cloud-aiplatform==1.38.0
|
google-cloud-aiplatform==1.38.0
|
||||||
google-generativeai==0.8.3
|
google-generativeai==0.8.3
|
||||||
google-cloud-storage==2.10.0
|
google-cloud-storage==2.10.0
|
||||||
Jinja2==3.1.2
|
Jinja2==3.1.6
|
||||||
litellm==1.73.6
|
litellm==1.73.6
|
||||||
loguru==0.7.2
|
loguru==0.7.2
|
||||||
msrest==0.7.1
|
msrest==0.7.1
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue