From 34129f5b4a7bcfb6326c681844424109611f2122 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Sep 2022 13:36:19 +0000 Subject: [PATCH] Bump rq from 1.11.0 to 1.11.1 Bumps [rq](https://github.com/nvie/rq) from 1.11.0 to 1.11.1. - [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.11.1) --- updated-dependencies: - dependency-name: rq dependency-type: direct:production update-type: version-update:semver-patch ... 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..dc4e2d3580 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.11.1 rq-dashboard==0.6.1 sentry-sdk[flask]==1.9.5