Skip to content

Commit

Permalink
Merge branch 'v3' into dependabot/pip/v3/azure-mgmt-network-28.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MrCloudSec committed Nov 12, 2024
2 parents 3a5be5a + a16fecc commit d4fd425
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 9 deletions.
12 changes: 6 additions & 6 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 5 additions & 1 deletion prowler/providers/aws/aws_regions_by_service.json
Original file line number Diff line number Diff line change
Expand Up @@ -5855,6 +5855,7 @@
"ap-southeast-2",
"ap-southeast-3",
"ap-southeast-4",
"ap-southeast-5",
"ca-central-1",
"ca-west-1",
"eu-central-1",
Expand Down Expand Up @@ -10651,7 +10652,10 @@
"us-east-2",
"us-west-2"
],
"aws-cn": [],
"aws-cn": [
"cn-north-1",
"cn-northwest-1"
],
"aws-us-gov": []
}
},
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ azure-keyvault-keys = "4.10.0"
azure-mgmt-applicationinsights = "4.0.0"
azure-mgmt-authorization = "4.0.0"
azure-mgmt-compute = "33.0.0"
azure-mgmt-containerservice = "32.1.0"
azure-mgmt-containerservice = "33.0.0"
azure-mgmt-cosmosdb = "9.6.0"
azure-mgmt-keyvault = "10.3.1"
azure-mgmt-monitor = "6.0.2"
Expand All @@ -53,7 +53,7 @@ google-api-python-client = "2.151.0"
google-auth-httplib2 = ">=0.1,<0.3"
jsonschema = "4.23.0"
microsoft-kiota-abstractions = "1.6.2"
msgraph-sdk = "1.11.0"
msgraph-sdk = "1.12.0"
pydantic = "1.10.19"
python = ">=3.9,<3.13"
python-dateutil = "^2.9.0.post0"
Expand Down

0 comments on commit d4fd425

Please sign in to comment.