From 4511f12a62cbd207292681adea29be5710a0b9ea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Apr 2025 17:08:34 +0000 Subject: [PATCH] build(deps): bump h11 in /python/samples/04.ai.c.actionMapping.lightBot Bumps [h11](https://github.com/python-hyper/h11) from 0.14.0 to 0.16.0. - [Commits](https://github.com/python-hyper/h11/compare/v0.14.0...v0.16.0) --- updated-dependencies: - dependency-name: h11 dependency-version: 0.16.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- python/samples/04.ai.c.actionMapping.lightBot/poetry.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/samples/04.ai.c.actionMapping.lightBot/poetry.lock b/python/samples/04.ai.c.actionMapping.lightBot/poetry.lock index 5ab766c588..8d1ee80250 100644 --- a/python/samples/04.ai.c.actionMapping.lightBot/poetry.lock +++ b/python/samples/04.ai.c.actionMapping.lightBot/poetry.lock @@ -620,7 +620,7 @@ files = [ {file = "colorama-0.4.6-py2.py3-none-any.whl", hash = "sha256:4f1d9991f5acc0ca119f9d443620b77f9d6b33703e51011c16baf57afb285fc6"}, {file = "colorama-0.4.6.tar.gz", hash = "sha256:08695f5cb7ed6e0531a20572697297273c47b8cae5a63ffc6d6ed5c201be6e44"}, ] -markers = {main = "platform_system == \"Windows\"", dev = "sys_platform == \"win32\" or platform_system == \"Windows\""} +markers = {main = "platform_system == \"Windows\"", dev = "platform_system == \"Windows\" or sys_platform == \"win32\""} [[package]] name = "coverage"