diff --git a/poetry.lock b/poetry.lock index 57ed9ed741..085f71ca94 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1438,16 +1438,18 @@ six = ">=1.5" [[package]] name = "python-docx" -version = "0.8.11" -description = "Create and update Microsoft Word .docx files." +version = "1.0.1" +description = "Create, read, and update Microsoft Word .docx files." optional = false -python-versions = "*" +python-versions = ">=3.7" files = [ - {file = "python-docx-0.8.11.tar.gz", hash = "sha256:1105d233a0956dd8dd1e710d20b159e2d72ac3c301041b95f4d4ceb3e0ebebc4"}, + {file = "python-docx-1.0.1.tar.gz", hash = "sha256:255148e15a4414244ec75f50e92d19864e52a7416768c65491707a7414659524"}, + {file = "python_docx-1.0.1-py3-none-any.whl", hash = "sha256:851340c49b36f917a1838a44c602a5a0702c0c3507b9890969545732dc10d2d1"}, ] [package.dependencies] -lxml = ">=2.3.2" +lxml = ">=3.1.0" +typing-extensions = "*" [[package]] name = "python-magic" @@ -1981,4 +1983,4 @@ caching = ["psycopg2"] [metadata] lock-version = "2.0" python-versions = ">=3.8,<4" -content-hash = "a2e8634c4cba5d2eaa56f1cbb9c485ee4a43e0b325e8ec1d23f145ab4de39a6a" +content-hash = "01ebbfef32f10fdf0779196227a898cbae72e22bda3887febfd9b13614a207ff" diff --git a/pyproject.toml b/pyproject.toml index 7daf2c4bd0..884bd8a326 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -62,7 +62,7 @@ six = "1.16.0" sqlparse = "0.4.3" urllib3 = "1.26.18" xlwt = "1.3.0" -python-docx = "^0.8.11" +python-docx = "^1.0.1" zeep = "4.1.0" djangorestframework = "3.14.0" pdfkit = "1.0.0"