Skip to content

Commit

Permalink
build(deps): update pymarkdownlnt requirement in /tools in the pip group
Browse files Browse the repository at this point in the history
Updates the requirements on [pymarkdownlnt](https://github.com/jackdewinter/pymarkdown) to permit the latest version.

Updates `pymarkdownlnt` to 0.9.26
- [Release notes](https://github.com/jackdewinter/pymarkdown/releases)
- [Changelog](https://github.com/jackdewinter/pymarkdown/blob/main/changelog.md)
- [Commits](jackdewinter/pymarkdown@v0.9.25...v0.9.26)

---
updated-dependencies:
- dependency-name: pymarkdownlnt
  dependency-type: direct:production
  dependency-group: pip
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 10, 2024
1 parent e312602 commit c65b78e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ packages = [{include = "at_protocol_tools"}]

[tool.poetry.dependencies]
python = "^3.8"
pymarkdownlnt = "0.9.25"
pymarkdownlnt = "0.9.26"

[build-system]
requires = ["poetry-core"]
Expand Down

0 comments on commit c65b78e

Please sign in to comment.