From 4f5f38188b4201e9ce57a2f3537cfcaffa885be6 Mon Sep 17 00:00:00 2001 From: Kumaran Rajendhiran Date: Fri, 13 Dec 2024 07:37:07 +0000 Subject: [PATCH 1/3] Update dependency versions --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index a84f9fba..56f9fdcb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -101,7 +101,7 @@ submodules = [ devdocs = [ "mkdocs==1.6.1", "mkdocs-autorefs==1.2.0", # mkdocs build fails if upgraded - "mkdocs-material==9.5.44", + "mkdocs-material==9.5.48", "mkdocs-static-i18n==1.2.3", "mdx-include==1.4.2", "mkdocstrings[python]==0.27.0", @@ -132,7 +132,7 @@ lint = [ ] test-core = [ - "coverage[toml]==7.6.7", + "coverage[toml]==7.6.9", "pytest==8.3.3", "pytest-asyncio==0.24.0", "dirty-equals==0.8.0", From 096f95c01dbab8ae08e04de013d62d63aa3b0f96 Mon Sep 17 00:00:00 2001 From: Kumaran Rajendhiran Date: Fri, 13 Dec 2024 07:38:31 +0000 Subject: [PATCH 2/3] Update action version --- .github/workflows/publish-coverage.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-coverage.yml b/.github/workflows/publish-coverage.yml index f6ea04b9..dfcd46df 100644 --- a/.github/workflows/publish-coverage.yml +++ b/.github/workflows/publish-coverage.yml @@ -19,7 +19,7 @@ jobs: - run: pip install smokeshow - - uses: dawidd6/action-download-artifact@v6 # nosemgrep + - uses: dawidd6/action-download-artifact@v7 # nosemgrep with: workflow: pipeline.yaml workflow_conclusion: success From daaa2be7b6e3a584071550b2363c29c52588dd37 Mon Sep 17 00:00:00 2001 From: Kumaran Rajendhiran Date: Fri, 13 Dec 2024 07:41:51 +0000 Subject: [PATCH 3/3] Update markdownify version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 56f9fdcb..85ecd9ed 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -59,7 +59,7 @@ mesop = [ autogen = [ "autogen[anthropic,together]>=0.3.0,<0.4", "together>=1.2.11,<1.3", # ToDo: together 1.3.0 has issues with our dev dependencies - "markdownify==0.13.1", # Needed by autogen.WebSurferAgent but not included + "markdownify==0.14.1", # Needed by autogen.WebSurferAgent but not included ] openapi = [