From 45cab5a145f4c67b973f2c5fa9599ef7e4c7ad01 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 13 Jul 2024 17:35:11 +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 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