diff --git a/poetry.lock b/poetry.lock index d3771cb..69ba8bd 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1540,14 +1540,14 @@ requests = ">=2.0.1,<3.0.0" [[package]] name = "rq" -version = "1.16.2" +version = "2.2.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" groups = ["main"] 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.2.0-py3-none-any.whl", hash = "sha256:dacbfe1ccb79a45c8cd95dec7951620679fa0195570b63da3f9347622d33accc"}, + {file = "rq-2.2.0.tar.gz", hash = "sha256:b636760f1e4c183022031c142faa0483e687885824e9732ba2953f994104e203"}, ] [package.dependencies] @@ -2043,4 +2043,4 @@ yaml = ["pyyaml"] [metadata] lock-version = "2.1" python-versions = "^3.10" -content-hash = "91d003aa67d25bcfcdc886beefc43db1ca776b8918ce6a012025bd0b868a1ed8" +content-hash = "6c8d857f36555e1be30640143d52850559d7bbcf1f9c2a78866a23e0863e1e06" diff --git a/pyproject.toml b/pyproject.toml index 47e34cc..643266d 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 }