diff --git a/poetry.lock b/poetry.lock index 4bea527..242a44d 100644 --- a/poetry.lock +++ b/poetry.lock @@ -184,9 +184,9 @@ optional = false python-versions = ">=3.4,<4" [package.extras] -develop = ["coverage[toml] (>=5.0a4)", "pytest (>=4.6.11)", "furo (>=2021.8.17b43,<2021.9.0)", "sphinx (>=3.5.0)", "sphinx-notfound-page"] -docs = ["furo (>=2021.8.17b43,<2021.9.0)", "sphinx (>=3.5.0)", "sphinx-notfound-page"] -testing = ["coverage[toml] (>=5.0a4)", "pytest (>=4.6.11)"] +testing = ["pytest (>=4.6.11)", "coverage[toml] (>=5.0a4)"] +docs = ["sphinx-notfound-page", "sphinx (>=3.5.0)", "furo (>=2021.8.17b43,<2021.9.0)"] +develop = ["sphinx-notfound-page", "sphinx (>=3.5.0)", "furo (>=2021.8.17b43,<2021.9.0)", "pytest (>=4.6.11)", "coverage[toml] (>=5.0a4)"] [[package]] name = "django-extensions" @@ -504,7 +504,7 @@ use_chardet_on_py3 = ["chardet (>=3.0.2,<6)"] [[package]] name = "rq" -version = "1.10.1" +version = "1.11.0" description = "RQ is a simple, lightweight, library for creating background jobs, and processing them." category = "main" optional = false @@ -666,9 +666,9 @@ optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*" [package.extras] -build = ["wheel", "twine"] +test = ["pytest-cov", "pytest"] docs = ["sphinx"] -test = ["pytest", "pytest-cov"] +build = ["twine", "wheel"] [[package]] name = "xlwt" @@ -681,7 +681,7 @@ python-versions = "*" [metadata] lock-version = "1.1" python-versions = ">=3.8,<4.0.0" -content-hash = "096a457d7e1bf5e4974448631158345d2b5611a66315cc3c55f9f2b1be42b9b5" +content-hash = "7efa0d79eb6a64842c13219ab334064cf0d81df75394020c4b19ed7df4fd8b66" [metadata.files] asgiref = [ @@ -1004,8 +1004,8 @@ requests = [ {file = "requests-2.28.1.tar.gz", hash = "sha256:7c5599b102feddaa661c826c56ab4fee28bfd17f5abca1ebbe3e7f19d7c97983"}, ] rq = [ - {file = "rq-1.10.1-py2.py3-none-any.whl", hash = "sha256:92f4cf38b2364c1697b541e77c0fe62b7e5242fa864324f262be126ee2a07e3a"}, - {file = "rq-1.10.1.tar.gz", hash = "sha256:62d06b44c3acfa5d1933c5a4ec3fbc2484144a8af60e318d0b8447c5236271e2"}, + {file = "rq-1.11.0-py2.py3-none-any.whl", hash = "sha256:c0bbf898b56817da053cdc992ab46da2729a7ccd70dd50316ad9209b7d7b71c1"}, + {file = "rq-1.11.0.tar.gz", hash = "sha256:50d0cf687cfb2530eac9396c7426e420958a166e8f4666bd2096bdcf7f4ad03e"}, ] rq-scheduler = [ {file = "rq-scheduler-0.11.0.tar.gz", hash = "sha256:db79bb56cdbc4f7ffdd8bd659e389e91aa0db9c1abf002dc46f5dd6f0dbd2910"}, diff --git a/pyproject.toml b/pyproject.toml index b7fbee4..b6dd910 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ sqlparse = "^0.4.2" uvicorn = "^0.17.6" whitenoise = "^6.0.0" redis = "^4.3.3" -rq = "^1.10.1" +rq = "^1.11.0" django-rq = "^2.5.1" rq-scheduler = "^0.11.0" django-crispy-forms = "^1.14.0"