From d3fb01c9d3c6469c55dcb5301dc26a07b8fc24b7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Mar 2024 09:04:17 +0000 Subject: [PATCH] Bump rq from 1.15.1 to 1.16.1 in /python Bumps [rq](https://github.com/rq/rq) from 1.15.1 to 1.16.1. - [Release notes](https://github.com/rq/rq/releases) - [Changelog](https://github.com/rq/rq/blob/v1.16.1/CHANGES.md) - [Commits](https://github.com/rq/rq/compare/v1.15.1...v1.16.1) --- updated-dependencies: - dependency-name: rq dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- python/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/requirements.txt b/python/requirements.txt index bc89c5d..69ae8dd 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.15.1 +rq==1.16.1