From 723d76277fde4013feb229dec0db0ff5aaa1fed3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 16 Nov 2024 15:03:51 +0000 Subject: [PATCH] chore(deps): bump rq from 1.16.2 to 2.0.0 Bumps [rq](https://github.com/rq/rq) from 1.16.2 to 2.0.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.0) --- updated-dependencies: - dependency-name: rq dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- poetry.lock | 12 ++++++------ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/poetry.lock b/poetry.lock index 5979b58..48a7a69 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.4 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. [[package]] name = "asgiref" @@ -1473,13 +1473,13 @@ requests = ">=2.0.1,<3.0.0" [[package]] name = "rq" -version = "1.16.2" +version = "2.0.0" description = "RQ is a simple, lightweight, library for creating background jobs, and processing them." optional = false -python-versions = ">=3.7" +python-versions = ">=3.8" files = [ - {file = "rq-1.16.2-py3-none-any.whl", hash = "sha256:52e619f6cb469b00e04da74305045d244b75fecb2ecaa4f26422add57d3c5f09"}, - {file = "rq-1.16.2.tar.gz", hash = "sha256:5c5b9ad5fbaf792b8fada25cc7627f4d206a9a4455aced371d4f501cc3f13b34"}, + {file = "rq-2.0.0-py3-none-any.whl", hash = "sha256:a3a767876675dcc42683bac1869494c5020ba7fcf5c026d1f6d36a8ab98573a6"}, + {file = "rq-2.0.0.tar.gz", hash = "sha256:76d2a4a27f8fd5c4cfa200cd442efe3c1fd73525c676af06f07fcc0b81bdb70d"}, ] [package.dependencies] @@ -1758,4 +1758,4 @@ yaml = ["pyyaml"] [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "d2f15d1a3c26092b506e3da3a2539fe9ca83c8e68c7949c64f71f8af3401b3cb" +content-hash = "7e4c2a8d5cac36baac5e42094c719b6c8132cce525568fe6e2cb45ac89417795" diff --git a/pyproject.toml b/pyproject.toml index 2236d88..0f282c2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,7 +45,7 @@ python = "^3.10" django = ">=5" croniter = ">=2.0" click = "^8.1" -rq = "^1.16" +rq = ">=1.16,<3.0" pyyaml = { version = "^6.0", optional = true } valkey = { version = "^6.0.2", optional = true}