From 0d800ce8c80fc4cb1bd822073f5b2e8bf1acc699 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 May 2023 14:43:02 +0000 Subject: [PATCH] build(deps): bump extract-msg from 0.40.0 to 0.41.1 Bumps [extract-msg](https://github.com/TeamMsgExtractor/msg-extractor) from 0.40.0 to 0.41.1. - [Release notes](https://github.com/TeamMsgExtractor/msg-extractor/releases) - [Changelog](https://github.com/TeamMsgExtractor/msg-extractor/blob/master/CHANGELOG.md) - [Commits](https://github.com/TeamMsgExtractor/msg-extractor/compare/v0.40.0...v0.41.1) --- updated-dependencies: - dependency-name: extract-msg dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 12 ++++++------ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/poetry.lock b/poetry.lock index f752bbb..914d200 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.4.2 and should not be changed by hand. +# This file is automatically @generated by Poetry and should not be changed by hand. [[package]] name = "aiohttp" @@ -1080,18 +1080,18 @@ tests = ["asttokens", "littleutils", "pytest", "rich"] [[package]] name = "extract-msg" -version = "0.40.0" +version = "0.41.1" description = "Extracts emails and attachments saved in Microsoft Outlook's .msg files" category = "main" optional = false python-versions = ">=3.8" files = [ - {file = "extract_msg-0.40.0-py2.py3-none-any.whl", hash = "sha256:93e8d668aae53a9ee233c6a90edcdf704e3494fd9e91a267b1fba16b7502adab"}, - {file = "extract_msg-0.40.0.tar.gz", hash = "sha256:df8c15b1a7be2bf8ad5f71ad0f969e244d1d834445300f3459de683e463d391d"}, + {file = "extract_msg-0.41.1-py2.py3-none-any.whl", hash = "sha256:b7a65d2efad09f756521d87c997626f4e5fc21a617a3f0bf4515f54ad5944dbf"}, + {file = "extract_msg-0.41.1.tar.gz", hash = "sha256:873d3c4fd9a60a65147a23d40f8bbbe21c4d9b5197dddbf1535a9ef190aa86de"}, ] [package.dependencies] -beautifulsoup4 = ">=4.11.1,<4.12" +beautifulsoup4 = ">=4.11.1,<4.13" chardet = ">=4.0.0,<6" compressed-rtf = "1.0.6" ebcdic = "1.1.1" @@ -5638,4 +5638,4 @@ test = ["pytest"] [metadata] lock-version = "2.0" python-versions = "^3.8.1,<3.12" -content-hash = "391491fbfa705f2b7bec1b64243b55c3170b149c448cff3f1ea115a0522c4b44" +content-hash = "907e6ed040a068431d532d7f344406bc2635c82f4d0c4d383b26ffdcd34ee3d0" diff --git a/pyproject.toml b/pyproject.toml index 3547fe5..e027a31 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ PyExifTool = "^0.5.5" eml-parser = "^1.17.5" unoserver = "^1.4" weasyprint = "^58.1" -extract-msg = {version = "^0.40.0", extras = ["all"]} +extract-msg = {version = "^0.41.1", extras = ["all"]} Pillow = "^9.5.0" oletools = {version = "0.60.1", extras = ["full"]} py7zr = "^0.20.5"