From 5d1db47048ba4c2f5a6c641a68cc80b64663f0df Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 21 Jun 2026 12:32:56 +0000 Subject: [PATCH] build(deps-dev): bump pytest from 9.1.0 to 9.1.1 in the testing group Bumps the testing group with 1 update: [pytest](https://github.com/pytest-dev/pytest). Updates `pytest` from 9.1.0 to 9.1.1 - [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/9.1.0...9.1.1) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.1.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: testing ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 8bd3548..250f967 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1873,14 +1873,14 @@ files = [ [[package]] name = "pytest" -version = "9.1.0" +version = "9.1.1" description = "pytest: simple powerful testing with Python" optional = false python-versions = ">=3.10" groups = ["dev"] files = [ - {file = "pytest-9.1.0-py3-none-any.whl", hash = "sha256:8ebb0e7888bdf2bdfc602ec51f8f62d50200af37356c74e503c79a94f5c81f32"}, - {file = "pytest-9.1.0.tar.gz", hash = "sha256:41dd9148c08072446394cefd3d79701701335a9f4cae69ba92e39f6c7f5c061c"}, + {file = "pytest-9.1.1-py3-none-any.whl", hash = "sha256:37a86b45efb9a47a61a36449063e8e18d0cab3161329fc099eb21783169c4f0c"}, + {file = "pytest-9.1.1.tar.gz", hash = "sha256:1088fbde8f2b49d95a549a195707afa7a76a3ce9bcadc26b6d71f0ffda5fe313"}, ] [package.dependencies] @@ -2532,4 +2532,4 @@ rdkit = ["rdkit"] [metadata] lock-version = "2.1" python-versions = ">=3.12,<3.15" -content-hash = "d567cae1f261b740159888ce3a8f248a87306b327eaf8824a9d89df241d89603" +content-hash = "4269943b382e41e30f464023a4cf372aef51315346d712ba429a826823a03dec" diff --git a/pyproject.toml b/pyproject.toml index ccff65b..8948cbd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ packages = [{ include = "pythonQEPest" }] [dependency-groups] dev = [ - "pytest (>=9.1.0)", + "pytest (>=9.1.1)", "pre-commit (>=4.6.0,<5.0.0)", "pyinstaller (>=6.21.0,<7.0.0)", "poethepoet[poetry_plugin] (>=0.46.0)",