From 15ac98009b7af045470f7daffcf49c40995e38b4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Jan 2025 16:51:10 -0500 Subject: [PATCH] Bump rq from 1.16.2 to 2.1.0 (#4718) Bumps [rq](https://github.com/rq/rq) from 1.16.2 to 2.1.0. - [Release notes](https://github.com/rq/rq/releases) - [Changelog](https://github.com/rq/rq/blob/master/CHANGES.md) - [Commits](https://github.com/rq/rq/compare/v1.16.2...v2.1) --- updated-dependencies: - dependency-name: rq dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 5adcdadb16..7ccb496194 100644 --- a/http_service/requirements.txt +++ b/http_service/requirements.txt @@ -8,6 +8,6 @@ gunicorn==23.0.0 kombu==5.4.2 marshmallow==3.23.1 requests==2.32.3 -rq==1.16.2 +rq==2.1.0 rq-dashboard==0.8.2.2 sentry-sdk[flask]==2.19.2