From 01f5cef78d0265a8d27a04d325c3301768d7c823 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 03:14:58 +0000 Subject: [PATCH] Bump azure-kusto-data from 6.0.3 to 6.0.4 Bumps [azure-kusto-data](https://github.com/Azure/azure-kusto-python) from 6.0.3 to 6.0.4. - [Release notes](https://github.com/Azure/azure-kusto-python/releases) - [Changelog](https://github.com/Azure/azure-kusto-python/blob/master/CHANGELOG.md) - [Commits](https://github.com/Azure/azure-kusto-python/compare/v6.0.3...v6.0.4) --- updated-dependencies: - dependency-name: azure-kusto-data dependency-version: 6.0.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 14 +++++++------- pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/poetry.lock b/poetry.lock index 58d7ce4..6cbd523 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 2.1.4 and should not be changed by hand. +# This file is automatically @generated by Poetry 2.4.1 and should not be changed by hand. [[package]] name = "annotated-types" @@ -53,21 +53,21 @@ typing-extensions = ">=4.0.0" [[package]] name = "azure-kusto-data" -version = "6.0.3" +version = "6.0.4" description = "Kusto Data Client" optional = false python-versions = ">=3.9" groups = ["main"] files = [ - {file = "azure_kusto_data-6.0.3-py3-none-any.whl", hash = "sha256:6178721157d43e3b7b270ec09f87f50af3e99473c82e853a2f23c2e0e42dca33"}, - {file = "azure_kusto_data-6.0.3.tar.gz", hash = "sha256:1337d346f12e234e3c5e5c6c7aff5054129629df085f6fe01aa555cdedf29f09"}, + {file = "azure_kusto_data-6.0.4-py3-none-any.whl", hash = "sha256:7dad0628ccd47e5dd0692b41ebaaa878db28f9711435063d7c51cec7e3857307"}, + {file = "azure_kusto_data-6.0.4.tar.gz", hash = "sha256:409e2e14aec6dfbedc9d5bb03e1440dabbc252b10fd03437bc523f29dbda4710"}, ] [package.dependencies] azure-core = ">=1.35.0,<2" -azure-identity = ">=1.24.0,<2" +azure-identity = ">=1.25.3,<2" ijson = ">=3.4.0,<3.5.0" -msal = ">=1.34.0b1,<2" +msal = ">=1.35.1,<2" python-dateutil = ">=2.9.0" requests = ">=2.32.4" @@ -1328,4 +1328,4 @@ zstd = ["backports-zstd (>=1.0.0) ; python_version < \"3.14\""] [metadata] lock-version = "2.1" python-versions = ">=3.10" -content-hash = "fbfe425d49e893f3b648a924e883799805c15050f3b44848bdd5a59e18596cab" +content-hash = "a8f42facc5328252f89cf7ad72fcf536e16ecb9d9cee26a999d5c6906a02e6a0" diff --git a/pyproject.toml b/pyproject.toml index 98eca2e..c149db1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ dependencies = [ "pyodbc==5.2.0", "sqlalchemy==2.0.44", "pyyaml (>=6.0.3,<7.0.0)", - "azure-kusto-data (>=6.0.3,<7.0.0)", + "azure-kusto-data (>=6.0.4,<7.0.0)", "cryptography (>=48.0.1,<49.0.0)", "pydantic (>=2.13.4,<3.0.0)", "pyjwt (>=2.13.0,<3.0.0)",