From 78cb2af466caab0cbdc4e9ef18bda0d2bd1453f9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 May 2024 18:55:40 +0300 Subject: [PATCH] Bump python-docx from 1.1.0 to 1.1.2 in /docker/py3-native (#26374) Bumps [python-docx](https://github.com/python-openxml/python-docx) from 1.1.0 to 1.1.2. - [Changelog](https://github.com/python-openxml/python-docx/blob/master/HISTORY.rst) - [Commits](https://github.com/python-openxml/python-docx/compare/v1.1.0...v1.1.2) --- updated-dependencies: - dependency-name: python-docx dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- docker/py3-native/poetry.lock | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docker/py3-native/poetry.lock b/docker/py3-native/poetry.lock index b0b81a9cf2757..fab6f55593231 100644 --- a/docker/py3-native/poetry.lock +++ b/docker/py3-native/poetry.lock @@ -2771,18 +2771,18 @@ six = ">=1.5" [[package]] name = "python-docx" -version = "1.1.0" +version = "1.1.2" description = "Create, read, and update Microsoft Word .docx files." optional = false python-versions = ">=3.7" files = [ - {file = "python-docx-1.1.0.tar.gz", hash = "sha256:5829b722141cf1ab79aedf0c34d9fe9924b29764584c0f2164eb2b02dcdf17c9"}, - {file = "python_docx-1.1.0-py3-none-any.whl", hash = "sha256:bac9773278098a1ddc43a52d84e22f5909c4a3080a624530b3ecb3771b07c6cd"}, + {file = "python_docx-1.1.2-py3-none-any.whl", hash = "sha256:08c20d6058916fb19853fcf080f7f42b6270d89eac9fa5f8c15f691c0017fabe"}, + {file = "python_docx-1.1.2.tar.gz", hash = "sha256:0cf1f22e95b9002addca7948e16f2cd7acdfd498047f1941ca5d293db7762efd"}, ] [package.dependencies] lxml = ">=3.1.0" -typing-extensions = "*" +typing-extensions = ">=4.9.0" [[package]] name = "python-dotenv"