Skip to content

Commit

Permalink
chore: upgrade urllib3 to resolve vulnerability
Browse files Browse the repository at this point in the history
  • Loading branch information
LeonLuttenberger committed Jun 20, 2024
1 parent 56c2eba commit 0dab3a4
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion modules/fmops/qna-rag/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -99,5 +99,5 @@ typing-extensions==4.11.0
# jsii
# pydantic
# pydantic-core
urllib3==1.26.18
urllib3==1.26.19
# via botocore
2 changes: 1 addition & 1 deletion modules/mlflow/mlflow-fargate/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -96,5 +96,5 @@ typing-extensions==4.9.0
# jsii
# pydantic
# pydantic-core
urllib3==1.26.18
urllib3==1.26.19
# via botocore
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
aws-cdk-lib==2.130.0
cdk-nag==2.28.27
boto3==1.34.35
boto3~=1.34.130
pydantic~=2.7.2
pydantic-settings~=2.2.1
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ aws-cdk-lib==2.130.0
# via
# -r requirements.in
# cdk-nag
boto3==1.34.35
boto3==1.34.130
# via -r requirements.in
botocore==1.34.51
botocore==1.34.130
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -89,5 +89,5 @@ typing-extensions==4.10.0
# jsii
# pydantic
# pydantic-core
urllib3==1.26.18
urllib3==1.26.19
# via botocore

0 comments on commit 0dab3a4

Please sign in to comment.