Skip to content

Commit

Permalink
Allow pytest 7 (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-treebeard authored Mar 11, 2022
1 parent 1371c9e commit c810cc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ nbmake = "nbmake.pytest_plugin"

[tool.poetry.dependencies]
pydantic = "^1.7.2"
pytest = "^6.1.0"
pytest = ">=6.1.0"
python = "^3.6.1"
nbclient = "^0.5.5"
nbformat = "^5.0.8"
Expand Down

0 comments on commit c810cc0

Please sign in to comment.