mirror of
https://github.com/prowler-cloud/prowler.git
synced 2026-07-23 12:31:54 +00:00
chore(deps): bump azure-mgmt-applicationinsights from 4.0.0 to 4.1.0 (#7161)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Rubén De la Torre Vico <ruben@prowler.com>
This commit is contained in:
committed by
Pepe Fagoaga
parent
d34c1556a1
commit
985bfc1618
Generated
+13
-7
@@ -353,19 +353,25 @@ typing-extensions = ">=4.0.1"
|
||||
|
||||
[[package]]
|
||||
name = "azure-mgmt-applicationinsights"
|
||||
version = "4.0.0"
|
||||
version = "4.1.0"
|
||||
description = "Microsoft Azure Application Insights Management Client Library for Python"
|
||||
optional = false
|
||||
<<<<<<< HEAD
|
||||
python-versions = ">=3.7"
|
||||
=======
|
||||
python-versions = ">=3.8"
|
||||
groups = ["main"]
|
||||
>>>>>>> 191fbf017 (chore(deps): bump azure-mgmt-applicationinsights from 4.0.0 to 4.1.0 (#7161))
|
||||
files = [
|
||||
{file = "azure-mgmt-applicationinsights-4.0.0.zip", hash = "sha256:50c3db05573e0cc2d56314a0556fb346ef05ec489ac000f4d720d92c6b647e06"},
|
||||
{file = "azure_mgmt_applicationinsights-4.0.0-py3-none-any.whl", hash = "sha256:2b1ffd9a0114974455795c73a3a5d17c849e32b961d707d2db393b99254b576f"},
|
||||
{file = "azure_mgmt_applicationinsights-4.1.0-py3-none-any.whl", hash = "sha256:9e71f29b01e505a773501451d12fd6a10482cf4b13e9ac2bff72f5380496d979"},
|
||||
{file = "azure_mgmt_applicationinsights-4.1.0.tar.gz", hash = "sha256:15531390f12ce3d767cd3f1949af36aa39077c145c952fec4d80303c86ec7b6c"},
|
||||
]
|
||||
|
||||
[package.dependencies]
|
||||
azure-common = ">=1.1,<2.0"
|
||||
azure-mgmt-core = ">=1.3.2,<2.0.0"
|
||||
isodate = ">=0.6.1,<1.0.0"
|
||||
azure-common = ">=1.1"
|
||||
azure-mgmt-core = ">=1.3.2"
|
||||
isodate = ">=0.6.1"
|
||||
typing-extensions = ">=4.6.0"
|
||||
|
||||
[[package]]
|
||||
name = "azure-mgmt-authorization"
|
||||
@@ -5093,4 +5099,4 @@ type = ["pytest-mypy"]
|
||||
[metadata]
|
||||
lock-version = "2.0"
|
||||
python-versions = ">3.9.1,<3.13"
|
||||
content-hash = "40634eb731e69a9732fdd67e108def20e8d1f33c77acd6ea414cf35034fcacc4"
|
||||
content-hash = "d711bb44227117b377d4b211a072d596a74ae8a53f883f8c786c1743d5241db6"
|
||||
|
||||
+1
-1
@@ -15,7 +15,7 @@ dependencies = [
|
||||
"alive-progress==3.2.0",
|
||||
"azure-identity==1.19.0",
|
||||
"azure-keyvault-keys==4.10.0",
|
||||
"azure-mgmt-applicationinsights==4.0.0",
|
||||
"azure-mgmt-applicationinsights==4.1.0",
|
||||
"azure-mgmt-authorization==4.0.0",
|
||||
"azure-mgmt-compute==34.0.0",
|
||||
"azure-mgmt-containerregistry==12.0.0",
|
||||
|
||||
Reference in New Issue
Block a user