From 9e193eabc8dae1c1788a32ab538c7c00e865b915 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Jan 2023 06:09:00 +0000 Subject: [PATCH] [noissue]: Update rq requirement from ~=1.9.0 to ~=1.12.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/v1.12.0/CHANGES.md) - [Commits](https://github.com/nvie/rq/compare/v1.9.0...v1.12.0) --- 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..d5002a0aa57 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.12.0 setuptools>=39.2.0 whitenoise>=5.0.0,<5.3.0 yarl>1.0.0