From 01e43df9849feaaa8ee259e54ce19e2e7d8ce1cd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 13 Jul 2024 15:03:01 -0400 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements-test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-test.txt b/requirements-test.txt index 3c0aff2d..d08f5891 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -2,5 +2,5 @@ psycopg2~=2.8.0 django-filter>=2.0 contexttimer # QA checks -openwisp-utils[qa]~=1.0.0 +openwisp-utils[qa]~=1.0.5 packaging~=20.4