From d5058f084cb9f3813e27be5c39eb16ca97f96da3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Mar 2023 07:59:55 +0000 Subject: [PATCH] build(deps): bump rq from 1.11.1 to 1.13.0 Bumps [rq](https://github.com/nvie/rq) from 1.11.1 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.1...v1.13.0) --- updated-dependencies: - dependency-name: rq dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 2b044f9..cd45554 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ flask==2.2.2 python-dotenv==0.21.0 -rq==1.11.1 +rq==1.13.0 redis==4.3.4 jsonschema==4.16.0