Skip to content

Commit

Permalink
chg: Bump deps, fix code accordingly
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafiot committed Jul 31, 2023
1 parent 3d23a44 commit 54d3a97
Show file tree
Hide file tree
Showing 3 changed files with 55 additions and 66 deletions.
113 changes: 51 additions & 62 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ requests = "^2.31.0"
python-dateutil = "^2.8.2"
jsonschema = "^4.18.4"
deprecated = "^1.2.14"
extract_msg = {version = "^0.41.5", optional = true}
RTFDE = {version = "^0.0.2", optional = true}
extract_msg = {version = "^0.42.0", optional = true}
RTFDE = {version = "^0.1.0", optional = true}
oletools = {version = "^0.60.1", optional = true}
python-magic = {version = "^0.4.27", optional = true}
pydeep2 = {version = "^0.5.1", optional = true}
Expand All @@ -58,7 +58,7 @@ sphinx-autodoc-typehints = {version = "^1.24.0", optional = true}
recommonmark = {version = "^0.7.1", optional = true}
reportlab = {version = "^4.0.4", optional = true}
pyfaup = {version = "^1.2", optional = true}
publicsuffixlist = {version = "^0.10.0.20230719", optional = true}
publicsuffixlist = {version = "^0.10.0.20230730", optional = true}
urllib3 = {extras = ["brotli"], version = "*", optional = true}

[tool.poetry.extras]
Expand Down

0 comments on commit 54d3a97

Please sign in to comment.