From 0253555656313a59c901ef4969f6dcac1e1e5281 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 18:23:47 +0000 Subject: [PATCH] [deps] Update openwisp-monitoring requirement from ~=1.1.0 to ~=1.1.1 Updates the requirements on [openwisp-monitoring](https://github.com/openwisp/openwisp-monitoring) to permit the latest version. - [Release notes](https://github.com/openwisp/openwisp-monitoring/releases) - [Changelog](https://github.com/openwisp/openwisp-monitoring/blob/master/CHANGES.rst) - [Commits](https://github.com/openwisp/openwisp-monitoring/compare/1.1.0...1.1.1) --- updated-dependencies: - dependency-name: openwisp-monitoring dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements-test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-test.txt b/requirements-test.txt index a4634b3..6b34291 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -3,7 +3,7 @@ pytest-asyncio~=0.24.0 pytest-django~=4.9.0 freezegun~=1.5.1 # Needed to test integrations -openwisp-monitoring~=1.1.0 +openwisp-monitoring~=1.1.1 openwisp-controller~=1.1.0 openwisp-utils[qa,selenium]~=1.1.1 redis~=5.2.0