From ff3dba0f6855db248e25b2e20a7237040daf854c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Nov 2025 23:14:53 +0000 Subject: [PATCH] ci(py-deps): Bump pytest from 8.4.1 to 9.0.0 Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.4.1 to 9.0.0. - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/8.4.1...9.0.0) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- poetry.lock | 14 +++++++------- pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/poetry.lock b/poetry.lock index 5e325712..66801138 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2839,20 +2839,20 @@ test = ["pytest (>=7.2.0,<7.3.0)"] [[package]] name = "pytest" -version = "8.4.1" +version = "9.0.0" description = "pytest: simple powerful testing with Python" optional = false -python-versions = ">=3.9" +python-versions = ">=3.10" groups = ["main"] files = [ - {file = "pytest-8.4.1-py3-none-any.whl", hash = "sha256:539c70ba6fcead8e78eebbf1115e8b589e7565830d7d006a8723f19ac8a0afb7"}, - {file = "pytest-8.4.1.tar.gz", hash = "sha256:7c67fd69174877359ed9371ec3af8a3d2b04741818c51e5e99cc1742251fa93c"}, + {file = "pytest-9.0.0-py3-none-any.whl", hash = "sha256:e5ccdf10b0bac554970ee88fc1a4ad0ee5d221f8ef22321f9b7e4584e19d7f96"}, + {file = "pytest-9.0.0.tar.gz", hash = "sha256:8f44522eafe4137b0f35c9ce3072931a788a21ee40a2ed279e817d3cc16ed21e"}, ] [package.dependencies] colorama = {version = ">=0.4", markers = "sys_platform == \"win32\""} -iniconfig = ">=1" -packaging = ">=20" +iniconfig = ">=1.0.1" +packaging = ">=22" pluggy = ">=1.5,<2" pygments = ">=2.7.2" @@ -4332,4 +4332,4 @@ files = [ [metadata] lock-version = "2.1" python-versions = "<3.14,>=3.11" -content-hash = "dadaae863ce6e69aa8bfd26ade14d7fdc4fe455945de07068daeb1ad5d3835e3" +content-hash = "56c4dfe8e1b85f8e300c64062cc172db9e090c7cc9d43477c44237750ce14f1f" diff --git a/pyproject.toml b/pyproject.toml index 0b235c95..75799831 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ python = "<3.14,>=3.11" notebook = ">=7.4,<7.5" pytket-quantinuum = ">=0.53,<0.55" pytket_pecos = ">=0.2,<0.3" -pytest = ">=8.4,<8.5" +pytest = ">=8.4,<9.1" pytest-cov = ">=6.2,<7.1" ruff = ">=0.12,<0.15" mypy = ">=1.17,<1.19"