From 966ba3e9df8bb2c41aa8404b2b725fd1a7dc100b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Sep 2022 14:34:46 +0000 Subject: [PATCH] [noissue]: Update rq requirement from ~=1.8.1 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.8.1...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 0dac42df6f8..9c43b7681cf 100644 --- a/requirements.txt +++ b/requirements.txt @@ -24,7 +24,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.8.1 +rq~=1.11.1 setuptools>=39.2.0 whitenoise>=5.0.0,<5.3.0 yarl>1.0.0