diff --git a/poetry.lock b/poetry.lock index 1ac049b..772a07d 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1011,4 +1011,4 @@ rq = ["rq"] [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "7dd21e06ef9abcbbf8e10f73b5e48bc12c2014f0fb8958639ddb0adb0ddd9932" +content-hash = "1f863aa211c4056d4a10ae926c7b590418c91ada78cd46dc73f98974b909fdb0" diff --git a/pyproject.toml b/pyproject.toml index eac28a1..00a320e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ packages = [{ include = "judoscale" }] [tool.poetry.dependencies] python = "^3.8" requests = "<3.0.0" -django = { version = ">=2.1.0,<6.0.0", optional = true } +django = { version = ">=2.1.0,<7.0.0", optional = true } flask = { version = ">=1.1.0,<4.0.0", optional = true } celery = { version = ">=4.4.0,<6.0.0", extras = ["redis"], optional = true } rq = { version = ">=1.0.0,<3.0.0", optional = true }