diff --git a/poetry.lock b/poetry.lock index 21ce677..78024f2 100644 --- a/poetry.lock +++ b/poetry.lock @@ -318,7 +318,7 @@ Django = ">=2.2" [[package]] name = "django-simpleui" -version = "2021.10.15" +version = "2022.1" description = "django admin theme 后台模板" category = "main" optional = false @@ -1296,7 +1296,7 @@ typing_extensions = ">=3.6,<4.0" [metadata] lock-version = "1.1" python-versions = "~3.8" -content-hash = "fcb454ed5e45c135e7c58dc1a8aafb7ddccd5c6376c375d64ffc9bfbeb52bdd4" +content-hash = "f218099f76cb6146c06d4a07863c349f5cb1c23ec92779f9a392fcb1fc5c7be6" [metadata.files] amqp = [ @@ -1449,7 +1449,7 @@ django-extensions = [ {file = "django_extensions-3.1.3-py3-none-any.whl", hash = "sha256:50de8977794a66a91575dd40f87d5053608f679561731845edbd325ceeb387e3"}, ] django-simpleui = [ - {file = "django-simpleui-2021.10.15.tar.gz", hash = "sha256:f92a9a51ed6bc2e20a6173e3a8bacf05ab3608a55425431f4f698058792cea4f"}, + {file = "django-simpleui-2022.1.tar.gz", hash = "sha256:13eb7ee196e8858133f551acd100b00fa1e1e7b5697ea5768b65f1d764c375af"}, ] django-stubs = [ {file = "django-stubs-1.9.0.tar.gz", hash = "sha256:664843091636a917faf5256d028476559dc360fdef9050b6df87ab61b21607bf"}, diff --git a/pyproject.toml b/pyproject.toml index b9bd9fe..99e753d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ django_settings_module = "kesha.settings" [tool.poetry.dependencies] python = "~3.8" django = "~3.1" -django-simpleui = "~2021.10" +django-simpleui = "~2022.1" uvicorn = "~0.15.0" psycopg2-binary = "~2.9.1" django-environ = "^0.8.1"