From d9a8a046c38829ca4d07b6235725dd2fb938d7b4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 May 2026 05:46:31 +0000 Subject: [PATCH] Chore(deps): Update pika requirement from <1.4 to <1.5 Updates the requirements on [pika](https://github.com/pika/pika) to permit the latest version. - [Release notes](https://github.com/pika/pika/releases) - [Changelog](https://github.com/pika/pika/blob/1.4.1/CHANGELOG.md) - [Commits](https://github.com/pika/pika/compare/v0.5...1.4.1) --- updated-dependencies: - dependency-name: pika dependency-version: 1.4.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 40f594d..fcb9faa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -97,7 +97,7 @@ dependencies = [ "orjson", "paho-mqtt", "pandas<2.4", - "pika<1.4", + "pika<1.5", "simplejson<4", "sqlalchemy-cratedb>=0.38.0", "streamz",