Skip to content

Commit

Permalink
chore(deps): update minor dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and yangchiu committed Aug 26, 2024
1 parent eafe29e commit e773458
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions e2e/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ argcomplete==1.12.3
directio==1.3
flake8
kubernetes==27.2.0
requests==2.31.0
boto3==1.34.101
requests==2.32.3
boto3==1.35.5
pyyaml==6.0.2
minio==5.0.10
2 changes: 1 addition & 1 deletion engine/validation-test/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ flake8==2.6.2
paramiko
pytest==2.9.2
pytest-xdist
requests==2.31.0
requests==2.32.3
cattle==0.5.4
selenium==2.53.6
websocket-client==0.59.0
Expand Down
2 changes: 1 addition & 1 deletion test_framework/terraform/azure/aks/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
azurerm = {
source = "hashicorp/azurerm"
version = "3.102.0"
version = "3.116.0"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion test_framework/terraform/harvester/ubuntu/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
rancher2 = {
source = "rancher/rancher2"
version = "~> 4.1.0"
version = "~> 4.2.0"
}
}
}
Expand Down

0 comments on commit e773458

Please sign in to comment.