diff --git a/poetry.lock b/poetry.lock index 134df07..5152acc 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1575,13 +1575,13 @@ tests-min = ["defusedxml", "packaging", "pytest"] [[package]] name = "platformdirs" -version = "3.11.0" +version = "4.1.0" description = "A small Python package for determining appropriate platform-specific dirs, e.g. a \"user data dir\"." optional = false -python-versions = ">=3.7" +python-versions = ">=3.8" files = [ - {file = "platformdirs-3.11.0-py3-none-any.whl", hash = "sha256:e9d171d00af68be50e9202731309c4e658fd8bc76f55c11c7dd760d023bda68e"}, - {file = "platformdirs-3.11.0.tar.gz", hash = "sha256:cf8ee52a3afdb965072dcc652433e0c7e3e40cf5ea1477cd4b3b1d2eb75495b3"}, + {file = "platformdirs-4.1.0-py3-none-any.whl", hash = "sha256:11c8f37bcca40db96d8144522d925583bdb7a31f7b0e37e3ed4318400a8e2380"}, + {file = "platformdirs-4.1.0.tar.gz", hash = "sha256:906d548203468492d432bcb294d4bc2fff751bf84971fbb2c10918cc206ee420"}, ] [package.extras] @@ -2076,16 +2076,18 @@ six = ">=1.5" [[package]] name = "python-docx" -version = "0.8.11" -description = "Create and update Microsoft Word .docx files." +version = "1.1.0" +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.1.0.tar.gz", hash = "sha256:5829b722141cf1ab79aedf0c34d9fe9924b29764584c0f2164eb2b02dcdf17c9"}, + {file = "python_docx-1.1.0-py3-none-any.whl", hash = "sha256:bac9773278098a1ddc43a52d84e22f5909c4a3080a624530b3ecb3771b07c6cd"}, ] [package.dependencies] -lxml = ">=2.3.2" +lxml = ">=3.1.0" +typing-extensions = "*" [[package]] name = "python-dotenv" @@ -2646,4 +2648,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = ">=3.9,<4.0" -content-hash = "93f9b6223dc549e1df122656833dd41151515139dfe015aef38ff22d69f575b7" +content-hash = "723a1154077966864e37215ca38e7759699064454cea586781d4426155cebdfd" diff --git a/pyproject.toml b/pyproject.toml index 569ae7d..5af7176 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,17 +50,17 @@ iscc-schema = "^0.4.1" python-magic-bin = { version = "^0.4", markers = "sys_platform == 'win32' or (sys_platform == 'darwin' and platform_machine == 'x86_64')" } python-magic = { version = "^0.4", markers = "sys_platform == 'linux' or (sys_platform == 'darwin' and platform_machine == 'arm64')" } install-jdk = "^0.3" -platformdirs = "^3.1" +platformdirs = "*" jmespath = "^1.0" Pillow = "*" pytaglib = "^2.0" numpy = "^1.25" pymupdf = "^1.21" ebookmeta = "^1.2" -python-docx = "^0.8" +python-docx = "*" typer = {extras = ["all"], version = "^0.9.0"} -pillow-avif-plugin = "^1.4.1" -pillow-heif = "^0.14.0" +pillow-avif-plugin = "^1.4" +pillow-heif = "^0.14" [tool.poetry.dev-dependencies]