Skip to content

Commit 862a7cb

Browse files
Bump markdownify from 0.12.1 to 0.14.1
Bumps [markdownify](https://github.com/matthewwithanm/python-markdownify) from 0.12.1 to 0.14.1. - [Release notes](https://github.com/matthewwithanm/python-markdownify/releases) - [Commits](matthewwithanm/python-markdownify@0.12.1...0.14.1) --- updated-dependencies: - dependency-name: markdownify dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 2bf6f30 commit 862a7cb

File tree

2 files changed

+6
-20
lines changed

2 files changed

+6
-20
lines changed

poetry.lock

+5-19
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ botocore = "^1.35.81"
2828

2929
# Optional: https://python-poetry.org/docs/pyproject/#extras
3030
lxml = { version = "^5.2.1", optional = true }
31-
markdownify = { version = "^0.12.1", optional = true }
31+
markdownify = { version = ">=0.12.1,<0.15.0", optional = true }
3232
beautifulsoup4 = { version = "^4.12.3", optional = true }
3333
types-beautifulsoup4 = { version = "^4.12.0", optional = true }
3434
requests = { version = "^2.32.3", optional = true }

0 commit comments

Comments
 (0)