From b709d055f215545f4d1e6a390597a3a3076c958e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jan 2024 12:45:10 -0700 Subject: [PATCH] Bump rq from 1.11.0 to 1.15.1 in /python (#114) Bumps [rq](https://github.com/nvie/rq) from 1.11.0 to 1.15.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.15.1) --- updated-dependencies: - dependency-name: rq dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- python/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/requirements.txt b/python/requirements.txt index 200ffa2..bc89c5d 100644 --- a/python/requirements.txt +++ b/python/requirements.txt @@ -1,4 +1,4 @@ Flask==2.2.1 psycopg2-binary==2.9.3 redis==4.3.4 -rq==1.11.0 +rq==1.15.1