diff --git a/poetry.lock b/poetry.lock index 8b9b78ac..77c824bb 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1500,13 +1500,13 @@ files = [ [[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] @@ -1949,4 +1949,4 @@ testing = ["coverage[toml]", "zope.event", "zope.testing"] [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "c208b43e7c775f4ed46c14a436bd00e7cc0d5c9e95c15c0f9222813b3774b907" +content-hash = "281ddcaf802bfc91f4b8e7a959dfa33b468be11af833b42439fbaa8a58cce78e" diff --git a/pyproject.toml b/pyproject.toml index 260ab05e..c3db55da 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ gevent-websocket = "^0.10" Flask-Caching = "^2.0.0" python-dateutil = "^2.8.2" redis = "^4.1.4 || ^5.0.0" -rq = "^1.10.1" +rq = "^1.10.1 || ^2.0.0" [tool.poetry.dev-dependencies] pytest = "^7.1.3 || ^8.0.0"