diff --git a/pyproject.toml b/pyproject.toml index 5fd4310..bfaea26 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ dev = [ "tox==4.11.4", "build==1.0.3", "pdoc==14.4.0", - "notebook==7.0.6" + "notebook==7.1.1" ] [project.urls] diff --git a/requirements-dev.txt b/requirements-dev.txt index 62c0722..343fc9e 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -3,4 +3,4 @@ pylint==3.1.0 tox==4.11.4 build==1.0.3 pdoc==14.4.0 -notebook==7.0.6 \ No newline at end of file +notebook==7.1.1 \ No newline at end of file