diff --git a/poetry.lock b/poetry.lock index 6555dd29..e8185daa 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1631,14 +1631,14 @@ files = [ [[package]] name = "ipykernel" -version = "6.30.0" +version = "6.30.1" description = "IPython Kernel for Jupyter" optional = false python-versions = ">=3.9" groups = ["main"] files = [ - {file = "ipykernel-6.30.0-py3-none-any.whl", hash = "sha256:fd2936e55c4a1c2ee8b1e5fa6a372b8eecc0ab1338750dee76f48fa5cca1301e"}, - {file = "ipykernel-6.30.0.tar.gz", hash = "sha256:b7b808ddb2d261aae2df3a26ff3ff810046e6de3dfbc6f7de8c98ea0a6cb632c"}, + {file = "ipykernel-6.30.1-py3-none-any.whl", hash = "sha256:aa6b9fb93dca949069d8b85b6c79b2518e32ac583ae9c7d37c51d119e18b3fb4"}, + {file = "ipykernel-6.30.1.tar.gz", hash = "sha256:6abb270161896402e76b91394fcdce5d1be5d45f456671e5080572f8505be39b"}, ] [package.dependencies] @@ -5345,4 +5345,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.1" python-versions = "^3.10" -content-hash = "92aba741ab9666b03d6f70c39fc1497d687bc1acc52cc01985c46089ec7c136e" +content-hash = "9619f6419ab897cc579dc4e6fb80acf3d293ba52b636ee809a3b5d4a52bba92a" diff --git a/pyproject.toml b/pyproject.toml index 75280b9d..b8b650dd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ pytket-qiskit = "^0.71.0" pytket-cirq = "^0.41.0" pytket-qujax = "0.21.0" pytest = "^8.4.1" -ipykernel = "^6.30.0" +ipykernel = "^6.30.1" sphinx-copybutton = "^0.5.2" quimb = "^1.11.2" openfermion = "^1.7.1"