diff --git a/poetry.lock b/poetry.lock index 164c0f2ff7..6d95d90999 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 2.0.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 2.0.0 and should not be changed by hand. [[package]] name = "aiohappyeyeballs" @@ -2927,14 +2927,14 @@ files = [ [[package]] name = "xlsxlite" -version = "0.2.0" +version = "1.0.0" description = "Lightweight XLSX writer with emphasis on minimizing memory usage." optional = false -python-versions = "*" +python-versions = ">=3.10" groups = ["main"] files = [ - {file = "xlsxlite-0.2.0-py2.py3-none-any.whl", hash = "sha256:b8710cc9f30b612fd2505e2c5be85751ae262a3f1c9636e0671351f54e127ebe"}, - {file = "xlsxlite-0.2.0.tar.gz", hash = "sha256:904f01591b34e902bf2d1e3e1d77e4364eabad96258263e894484925e1937970"}, + {file = "xlsxlite-1.0.0-py3-none-any.whl", hash = "sha256:a457ba960957654c97942fd0440e2b680eed97d53d306bdfdb302f9619950c01"}, + {file = "xlsxlite-1.0.0.tar.gz", hash = "sha256:bde831ce04eddf99c6aa49f57a5bef74a5f829cdc19abbe154c0b15dfd58b914"}, ] [[package]] @@ -3049,4 +3049,4 @@ propcache = ">=0.2.0" [metadata] lock-version = "2.1" python-versions = ">=3.12,<3.13" -content-hash = "3fa04ff60bd17b63d56d27219535f272c3522d1f45f8dddc63e17714ed6a3ab6" +content-hash = "523184b2371ee15832efe84b0cef31978272a8fd05d6490ac2a8e4f9a4edc5a5" diff --git a/pyproject.toml b/pyproject.toml index 8360671eb8..9e84bb183c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ dependencies = [ "markdown ~= 3.6.0", "polib ~= 1.2.0", "python-magic ~= 0.4.22", - "xlsxlite ~= 0.2.0", + "xlsxlite ~= 1.0.0", "colorama ~= 0.4.6", "gunicorn ~= 22.0.0", "iptools ~= 0.7.0", @@ -48,7 +48,6 @@ dependencies = [ "django-imagekit ~= 5.0.0", "iso639-lang ~= 2.2.3", "google-auth ~= 2.32.0", - "psycopg[pool] ~= 3.2.1" ]