From 1942b83dbf9014d7668ab78c11861927132d7535 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 01:02:49 +0000 Subject: [PATCH] build(deps): update py-markdown-table requirement Updates the requirements on [py-markdown-table](https://github.com/hvalev/py-markdown-table) to permit the latest version. - [Release notes](https://github.com/hvalev/py-markdown-table/releases) - [Commits](https://github.com/hvalev/py-markdown-table/compare/v1.1.0...v1.2.0) --- updated-dependencies: - dependency-name: py-markdown-table dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 9a57307116..41a625f422 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,7 +11,7 @@ jsonschema==4.* # rich, py-markdown-table, tabulate are used for pretty printing outputs that would otherwise # be difficult to parse by a human rich==13.* -py-markdown-table==1.1.* +py-markdown-table==1.2.* tabulate==0.9.* # jhub_client, pytest, and pytest-asyncio are used for our health checks