diff --git a/poetry.lock b/poetry.lock index add2bccc..7bf32926 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3464,14 +3464,14 @@ yaml = ["ruamel.yaml"] [[package]] name = "pytest" -version = "9.0.1" +version = "9.0.2" description = "pytest: simple powerful testing with Python" optional = false python-versions = ">=3.10" groups = ["main"] files = [ - {file = "pytest-9.0.1-py3-none-any.whl", hash = "sha256:67be0030d194df2dfa7b556f2e56fb3c3315bd5c8822c6951162b92b32ce7dad"}, - {file = "pytest-9.0.1.tar.gz", hash = "sha256:3e9c069ea73583e255c3b21cf46b8d3c56f6e3a1a8f6da94ccb0fcf57b9d73c8"}, + {file = "pytest-9.0.2-py3-none-any.whl", hash = "sha256:711ffd45bf766d5264d487b917733b453d917afd2b0ad65223959f59089f875b"}, + {file = "pytest-9.0.2.tar.gz", hash = "sha256:75186651a92bd89611d1d9fc20f0b4345fd827c41ccd5c299a868a05d70edf11"}, ] [package.dependencies] @@ -5299,4 +5299,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.1" python-versions = "^3.10" -content-hash = "f4165a4474919df975356afebb265ade9fac51dadf7b38f3fee377c5b2cdb82b" +content-hash = "cb0551c5c964a7b973c8929bf8d9b3f3c6c43332fc4a98f98f7c73fcfd664201" diff --git a/pyproject.toml b/pyproject.toml index 3b4aad18..b8254dd9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ pytket = { extras = ["zx"], version = "^2.11.0" } pytket-qiskit = "^0.74.0" pytket-cirq = "^0.41.0" pytket-qujax = "0.21.0" -pytest = "^9.0.1" +pytest = "^9.0.2" ipykernel = "^7.1.0" sphinx-copybutton = "^0.5.2" quimb = "^1.11.2"