From a33c803e58f0484895f00f06995c12f5e8eaf5a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Apr 2026 00:50:43 +0000 Subject: [PATCH] :arrow_up: bump reactivex from 4.0.4 to 4.1.0 Bumps [reactivex](https://github.com/ReactiveX/RxPY) from 4.0.4 to 4.1.0. - [Release notes](https://github.com/ReactiveX/RxPY/releases) - [Changelog](https://github.com/ReactiveX/RxPY/blob/master/changes.md) - [Commits](https://github.com/ReactiveX/RxPY/compare/v4.0.4...v4.1.0) --- updated-dependencies: - dependency-name: reactivex dependency-version: 4.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index e3ac8110..3e882402 100644 --- a/requirements.txt +++ b/requirements.txt @@ -33,7 +33,7 @@ pyparsing==3.2.0 ; python_version >= "3.10" and python_version < "4.0" python-dateutil==2.9.0.post0 ; python_version >= "3.10" and python_version < "4.0" python-dotenv==1.0.1 ; python_version >= "3.10" and python_version < "4.0" pytz==2024.2 ; python_version >= "3.10" and python_version < "4.0" -reactivex==4.0.4 ; python_version >= "3.10" and python_version < "4.0" +reactivex==4.1.0 ; python_version >= "3.10" and python_version < "4.0" rich==13.9.4 ; python_version >= "3.10" and python_version < "4.0" scikit-image==0.24.0 ; python_version >= "3.10" and python_version < "4.0" scipy==1.14.1 ; python_version >= "3.10" and python_version < "4.0"