From bd38b25f860ca47ada9f430ddcfa3c6dbb6c55f6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 21:42:46 +0000 Subject: [PATCH] [deps] Update openwisp-utils[qa] requirement from ~=1.1.0 to ~=1.1.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.1.0...1.1.1) --- 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 a0e4a09..6f871ee 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -2,4 +2,4 @@ pytest-django~=4.9.0 pytest-asyncio~=0.24.0 pytest-cov~=5.0.0 responses~=0.25.3 -openwisp-utils[qa]~=1.1.0 +openwisp-utils[qa]~=1.1.1