Skip to content

Commit

Permalink
Update dev dependency versions
Browse files Browse the repository at this point in the history
  • Loading branch information
justinmayer committed Jul 2, 2023
1 parent 70e4aa3 commit 555ece8
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,17 +33,16 @@ pelican = "^4.5"
html5lib = "^1.1"
markdown = {version = ">=3.2", optional = true}

[tool.poetry.dev-dependencies]
[tool.poetry.group.dev.dependencies]
black = "^23"
flake8 = "^3.9"
flake8-black = "^0.3"
invoke = "^2.0"
isort = "^5.4"
invoke = "^2.1"
isort = "^5.12"
markdown = "^3.4"
pytest = "^6.0"
pytest-cov = "^2.7"
pytest-pythonpath = "^0.7.3"
pytest-sugar = "^0.9.6"
pytest = "^7.0"
pytest-cov = "^4.0"
pytest-sugar = "^0.9.7"

[tool.poetry.extras]
markdown = ["markdown"]
Expand Down

0 comments on commit 555ece8

Please sign in to comment.