From 6efcbd52fbc4e2db3eea3beb2d69be698367a282 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Feb 2023 14:09:12 +0000 Subject: [PATCH] Bump rq from 1.11.0 to 1.13.0 Bumps [rq](https://github.com/nvie/rq) from 1.11.0 to 1.13.0. - [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.11...v1.13.0) --- updated-dependencies: - dependency-name: rq dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- http_service/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/http_service/requirements.txt b/http_service/requirements.txt index 320f4276f9..a42f907f31 100644 --- a/http_service/requirements.txt +++ b/http_service/requirements.txt @@ -8,6 +8,6 @@ gunicorn==20.1.0 kombu==5.2.4 marshmallow==3.17.0 requests==2.28.1 -rq==1.11.0 +rq==1.13.0 rq-dashboard==0.6.1 sentry-sdk[flask]==1.9.5