From d763472a0555b4ac5f6c6f40d4ad94db6ebbe902 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Sep 2022 06:33:25 +0000 Subject: [PATCH] [noissue]: Update rq requirement from ~=1.9.0 to ~=1.11.1 Updates the requirements on [rq](https://github.com/nvie/rq) to permit the latest version. - [Release notes](https://github.com/nvie/rq/releases) - [Changelog](https://github.com/rq/rq/blob/master/CHANGES.md) - [Commits](https://github.com/nvie/rq/compare/v1.9.0...v1.11.1) --- updated-dependencies: - dependency-name: rq dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 3fe42140620..f51295e659c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -25,7 +25,7 @@ psycopg2>=2.7,<2.9 # pin to < 2.9 until django 3 PyYAML>=5.1.1,<5.5.0 python-gnupg~=0.4.7 redis>=3.4.0 -rq~=1.9.0 +rq~=1.11.1 setuptools>=39.2.0 whitenoise>=5.0.0,<5.3.0 yarl>1.0.0