From 7eb1c4b11e67925474a0fec7269a57502705a5ab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Jan 2026 01:07:45 +0000 Subject: [PATCH] [deps] Update openwisp-utils[qa] requirement from ~=1.2.0 to ~=1.2.1 Updates the requirements on [openwisp-utils[qa]](https://github.com/openwisp/openwisp-utils) to permit the latest version. - [Release notes](https://github.com/openwisp/openwisp-utils/releases) - [Changelog](https://github.com/openwisp/openwisp-utils/blob/master/CHANGES.rst) - [Commits](https://github.com/openwisp/openwisp-utils/compare/1.2.0...1.2.1) --- updated-dependencies: - dependency-name: openwisp-utils[qa] dependency-version: 1.2.1 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 9cdc4a3..5c7bb65 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -1,5 +1,5 @@ nose2[coverage_plugin]>=0.6.5 responses~=0.25.8 -openwisp-utils[qa]~=1.2.0 +openwisp-utils[qa]~=1.2.1 parameterized~=0.9.0 freezegun==1.5.5