diff --git a/poetry.lock b/poetry.lock index f78842c8..4d0b9501 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1495,14 +1495,14 @@ files = [ [[package]] name = "ipykernel" -version = "6.21.3" +version = "6.22.0" description = "IPython Kernel for Jupyter" category = "main" optional = false python-versions = ">=3.8" files = [ - {file = "ipykernel-6.21.3-py3-none-any.whl", hash = "sha256:24ebd9715e317c185e37156ab3a87382410185230dde7aeffce389d6c7d4428a"}, - {file = "ipykernel-6.21.3.tar.gz", hash = "sha256:c8ff581905d70e7299bc1473a2f7c113bec1744fb3746d58e5b4b93bd8ee7001"}, + {file = "ipykernel-6.22.0-py3-none-any.whl", hash = "sha256:1ae6047c1277508933078163721bbb479c3e7292778a04b4bacf0874550977d6"}, + {file = "ipykernel-6.22.0.tar.gz", hash = "sha256:302558b81f1bc22dc259fb2a0c5c7cf2f4c0bdb21b50484348f7bafe7fb71421"}, ] [package.dependencies] @@ -5412,4 +5412,4 @@ testing = ["big-O", "flake8 (<5)", "jaraco.functools", "jaraco.itertools", "more [metadata] lock-version = "2.0" python-versions = ">=3.8,<3.11" -content-hash = "a3f8c801c37799de3ce00598215df22bcec7a72826d19db046528f09b989f5b2" +content-hash = "9c4955f3aa5b35d0fa7d943e799e77fb9aaa28613fc4a0450bf3413b90019b85" diff --git a/pyproject.toml b/pyproject.toml index d0bfdcaa..6c93b408 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -51,6 +51,7 @@ tables = "^3.8.0" xgboost = "^1.7.2" scipy = "^1.10.1" joblib = "^1.2.0" +ipykernel = "^6.22.0" [tool.poetry.dev-dependencies] bandit = "^1.7.4"