diff --git a/poetry.lock b/poetry.lock index 1d23287..8df75d6 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1367,13 +1367,13 @@ setuptools = "*" [[package]] name = "notebook" -version = "7.1.1" +version = "7.1.2" description = "Jupyter Notebook - A web-based notebook environment for interactive computing" optional = false python-versions = ">=3.8" files = [ - {file = "notebook-7.1.1-py3-none-any.whl", hash = "sha256:197d8e0595acabf4005851c8716e952a81b405f7aefb648067a761fbde267ce7"}, - {file = "notebook-7.1.1.tar.gz", hash = "sha256:818e7420fa21f402e726afb9f02df7f3c10f294c02e383ed19852866c316108b"}, + {file = "notebook-7.1.2-py3-none-any.whl", hash = "sha256:fc6c24b9aef18d0cd57157c9c47e95833b9b0bdc599652639acf0bdb61dc7d5f"}, + {file = "notebook-7.1.2.tar.gz", hash = "sha256:efc2c80043909e0faa17fce9e9b37c059c03af0ec99a4d4db84cb21d9d2e936a"}, ] [package.dependencies] @@ -2983,4 +2983,4 @@ test = ["websockets"] [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "03b2906fced5e3d76565b759eaaa81a7b2f0268d258f058a64f06c129baf90a8" +content-hash = "5ba68fcf4414b20f56c33d47a63f0fbeb94afd69836cd048abe0b3a3074ab5d6" diff --git a/pyproject.toml b/pyproject.toml index ed339b3..fea909a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ exclude = [ tqdm = "^4.66.2" [tool.poetry.group.jupyter.dependencies] - notebook = "^7.1.1" + notebook = "^7.1.2" [build-system] build-backend = "poetry.core.masonry.api"