diff --git a/pyproject.toml b/pyproject.toml index 54d810b..3cbca6d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ dev = [ "tox==4.11.4", "build==1.0.3", "pdoc==14.1.0", - "notebook==7.0.6" + "notebook==7.0.7" ] [project.urls] diff --git a/requirements-dev.txt b/requirements-dev.txt index 5615e28..056796e 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -3,4 +3,4 @@ pylint==3.0.2 tox==4.11.4 build==1.0.3 pdoc==14.1.0 -notebook==7.0.6 \ No newline at end of file +notebook==7.0.7 \ No newline at end of file