From c8779a5992b55ce06b83e70114218978486c3af3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 13 Jul 2024 17:46:47 +0000 Subject: [PATCH] [deps] Update openwisp-utils[qa] requirement from ~=1.0.0 to ~=1.0.5 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/1.0.5/CHANGES.rst) - [Commits](https://github.com/openwisp/openwisp-utils/compare/1.0.0...1.0.5) --- updated-dependencies: - dependency-name: openwisp-utils[qa] 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 df269fb..589d883 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -1,5 +1,5 @@ nose2[coverage_plugin]>=0.6.5 responses~=0.18.0 -openwisp-utils[qa]~=1.0.0 +openwisp-utils[qa]~=1.0.5 parameterized~=0.8.1 freezegun==1.2.1