From 8b2f50f05b07d9ad0c1a8f7c7849469734e23311 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 28 Jan 2024 13:46:41 +0000 Subject: [PATCH] Update pyee requirement from <9.0.0,>=8.1.0 to >=8.1.0,<12.0.0 Updates the requirements on [pyee]() to permit the latest version. --- updated-dependencies: - dependency-name: pyee 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 fce3fce..0f0d822 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ ovos-config >= 0.0.12, < 0.2.0 ovos-utils >= 0.1.0a9, < 0.2.0 websocket-client>=0.54.0 -pyee>=8.1.0, < 9.0.0 +pyee>= 8.1.0, < 12.0.0 orjson \ No newline at end of file