From 6824c0ffad704bddf02017bdc7bd0726d8b6227e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 04:04:18 +0000 Subject: [PATCH] Update pypubsub requirement from <5,>=4.0.3 to >=4.0.7,<5 Updates the requirements on [pypubsub](https://github.com/schollii/pypubsub) to permit the latest version. - [Release notes](https://github.com/schollii/pypubsub/releases) - [Changelog](https://github.com/schollii/pypubsub/blob/master/docs/changelog.rst) - [Commits](https://github.com/schollii/pypubsub/compare/v4.0.3...v4.0.7) --- updated-dependencies: - dependency-name: pypubsub dependency-version: 4.0.7 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 d31f710c58..97154b70aa 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ docker>=6.1.0, <8 urllib3>=1.26.0,<3 python-dateutil psutil >= 6.1.0, < 8 -PyPubSub >=4.0.3, <5 +PyPubSub >=4.0.7, <5 addict>=2.2.1, <2.5 enlighten>=1.5.2, <2 configargparse>=1.7,<2