Skip to content

Commit

Permalink
Cap mdformat_admon to prevent mdit-py-plugins conflict.
Browse files Browse the repository at this point in the history
  • Loading branch information
kdeldycke committed Jun 8, 2023
1 parent c39818e commit 678b3f5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ This version is not released yet and is under active development.

- Replace `bump2version` with `bump-my-version`. Closes [`#162`](https://github.com/kdeldycke/workflows/issues/162).
- Move version bumping configuration from `.bumpversion.cfg` to `pyproject.toml`.
- Cap `mdformat_admon == 1.0.1` to prevent `mdit-py-plugins >= 0.4.0` conflict.

## [2.15.2 (2023-06-04)](https://github.com/kdeldycke/workflows/compare/v2.15.1...v2.15.2)

Expand Down
5 changes: 4 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,10 @@ check-wheel-contents == 0.4.0
docformatter == 1.7.2
# https://mdformat.readthedocs.io/en/stable/users/plugins.html
mdformat == 0.7.16
mdformat_admon == 1.0.2
# XXX: mdformat_admon 1.0.2 conflicts with mdformat-gfm == 0.3.5. See:
# https://github.com/KyleKing/mdformat-admon/issues/15
# https://github.com/hukkin/mdformat-gfm/issues/27
mdformat_admon == 1.0.1
mdformat-black == 0.1.1
mdformat-config == 0.1.3
mdformat_footnote == 0.1.1
Expand Down

0 comments on commit 678b3f5

Please sign in to comment.