chrisjsewell / pytest-notebook

A pytest plugin for regression testing and regenerating Jupyter Notebooks
https://pytest-notebook.readthedocs.io
BSD 3-Clause "New" or "Revised" License
47 stars 9 forks source link

Support attrs 23.2.0 #84

Open yasirroni opened 1 month ago

yasirroni commented 1 month ago

Currently, pytest-notebook limited to the following dependency:

pytest-notebook 0.6.1 requires attrs<21,>=19, but you have attrs 23.2.0 which is incompatible.
pytest-notebook 0.6.1 requires nbconvert~=5.6.0, but you have nbconvert 7.16.4 which is incompatible.

Is there any conflict that cause us to not upgrade the dependency? Thank you.