Skip to content

Commit

Permalink
⬆️ UPGRADE: markdown-it-py v2 (#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisjsewell committed Jul 24, 2023
1 parent 8070563 commit e97dbad
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
8 changes: 4 additions & 4 deletions pyproject.toml
Expand Up @@ -24,10 +24,10 @@ dependencies=[
"docutils>=0.17,<0.20",
"importlib_resources~=3.1;python_version<'3.9'",
"pyyaml",
"markdown-it-py~=1.0",
"mdformat~=0.7.6",
"mdformat-myst~=0.1.4",
"mdformat-deflist~=0.1.0",
"markdown-it-py~=2.0",
"mdformat~=0.7.16",
"mdformat-myst~=0.1.5",
"mdformat-deflist~=0.1.2",
"click>=7.1,<9"
]

Expand Down
3 changes: 0 additions & 3 deletions tox.ini
Expand Up @@ -5,9 +5,6 @@ envlist = py38
usedevelop = true

[testenv:py{37,38,39,310,311}]
deps =
black
flake8
extras =
sphinx
test
Expand Down

0 comments on commit e97dbad

Please sign in to comment.