From 82329f97388cff4f7cbdbb02bdc73d266ad032a9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Aug 2022 06:30:20 +0000 Subject: [PATCH] [noissue]: Update rq requirement from ~=1.9.0 to ~=1.11.0 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) --- 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..da5317c2e4a 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.0 setuptools>=39.2.0 whitenoise>=5.0.0,<5.3.0 yarl>1.0.0