From 60d6a1fc5bd3a8f7925e3505b75a05382eb45371 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 May 2026 15:49:14 +0000 Subject: [PATCH] chore(deps-dev): update markdown requirement from >=3.6 to >=3.10.2 Updates the requirements on [markdown](https://github.com/Python-Markdown/markdown) to permit the latest version. - [Release notes](https://github.com/Python-Markdown/markdown/releases) - [Changelog](https://github.com/Python-Markdown/markdown/blob/master/docs/changelog.md) - [Commits](https://github.com/Python-Markdown/markdown/compare/3.6...3.10.2) --- updated-dependencies: - dependency-name: markdown dependency-version: 3.10.2 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ce50453..3195147 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ agent = [ "uvicorn[standard]>=0.30", "httpx>=0.27", "cryptography>=42", - "markdown>=3.6", + "markdown>=3.10.2", "azure-monitor-query>=1.3", "azure-monitor-opentelemetry>=1.6", "azure-identity>=1.17",