From 985bfc1618896153dc15dc1497148d26df0ef533 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Apr 2025 14:55:37 +0200 Subject: [PATCH] chore(deps): bump azure-mgmt-applicationinsights from 4.0.0 to 4.1.0 (#7161) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Rubén De la Torre Vico --- poetry.lock | 20 +++++++++++++------- pyproject.toml | 2 +- 2 files changed, 14 insertions(+), 8 deletions(-) diff --git a/poetry.lock b/poetry.lock index f622271a94..77a8fa99c7 100644 --- a/poetry.lock +++ b/poetry.lock @@ -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" diff --git a/pyproject.toml b/pyproject.toml index 52fb609fa9..864a88509e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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",