diff --git a/poetry.lock b/poetry.lock index 5ffb67e67..ab3694774 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3959,13 +3959,13 @@ tests = ["pytest", "pytest-cov", "pytest-mock"] [[package]] name = "ipykernel" -version = "6.27.1" +version = "6.28.0" description = "IPython Kernel for Jupyter" optional = false python-versions = ">=3.8" files = [ - {file = "ipykernel-6.27.1-py3-none-any.whl", hash = "sha256:dab88b47f112f9f7df62236511023c9bdeef67abc73af7c652e4ce4441601686"}, - {file = "ipykernel-6.27.1.tar.gz", hash = "sha256:7d5d594b6690654b4d299edba5e872dc17bb7396a8d0609c97cb7b8a1c605de6"}, + {file = "ipykernel-6.28.0-py3-none-any.whl", hash = "sha256:c6e9a9c63a7f4095c0a22a79f765f079f9ec7be4f2430a898ddea889e8665661"}, + {file = "ipykernel-6.28.0.tar.gz", hash = "sha256:69c11403d26de69df02225916f916b37ea4b9af417da0a8c827f84328d88e5f3"}, ] [package.dependencies] @@ -3979,7 +3979,7 @@ matplotlib-inline = ">=0.1" nest-asyncio = "*" packaging = "*" psutil = "*" -pyzmq = ">=20" +pyzmq = ">=24" tornado = ">=6.1" traitlets = ">=5.4.0" @@ -8485,4 +8485,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = "3.10.8" -content-hash = "0917fbf3cb12ba15c9229c16c64e810d38b0e7cb843764807cb3e064cc184a77" +content-hash = "db7bee5981ac3831f76d67e7c445062e2bf321e4e63d4e3e8199497e17fcd682" diff --git a/pyproject.toml b/pyproject.toml index bcd7e6f79..27c36dc09 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -67,7 +67,7 @@ pytest-xdist = "^3.5.0" [tool.poetry.group.dev.dependencies] ipython = "^8.19.0" -ipykernel = "^6.27.1" +ipykernel = "^6.28.0" google-cloud-dataproc = "^5.8.0" apache-airflow = "^2.8.0" apache-airflow-providers-google = "^10.13.1"