From e7041432ac5d29cfcd99f822742a2a2c9150ae49 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 13 Jun 2026 22:53:53 +0000 Subject: [PATCH] chore(deps): update dependency pytest to v9.1.0 --- pyproject.toml | 2 +- uv.lock | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index fe70a2d..ea45428 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ check = [ "types-setuptools==82.0.0.20260518", "typos==1.47.2", ] -tests = ["pytest==9.0.3", "pytest-xdist==3.8.0"] +tests = ["pytest==9.1.0", "pytest-xdist==3.8.0"] docs = [ "furo==2025.12.19", "packaging==26.2", diff --git a/uv.lock b/uv.lock index c1ac052..fe2d4e5 100644 --- a/uv.lock +++ b/uv.lock @@ -428,7 +428,7 @@ dev = [ { name = "furo", specifier = "==2025.12.19" }, { name = "lefthook", specifier = "==2.1.9" }, { name = "packaging", specifier = "==26.2" }, - { name = "pytest", specifier = "==9.0.3" }, + { name = "pytest", specifier = "==9.1.0" }, { name = "pytest-xdist", specifier = "==3.8.0" }, { name = "ruff", specifier = "==0.15.17" }, { name = "sphinx", specifier = "==9.1.0" }, @@ -452,7 +452,7 @@ docs = [ { name = "sphinx-notfound-page", specifier = "==1.1.0" }, ] gh-actions-build = [ - { name = "pytest", specifier = "==9.0.3" }, + { name = "pytest", specifier = "==9.1.0" }, { name = "pytest-github-actions-annotate-failures", specifier = "==0.4.0" }, { name = "pytest-xdist", specifier = "==3.8.0" }, ] @@ -460,7 +460,7 @@ gh-actions-check = [ { name = "editorconfig-checker", specifier = "==3.6.1" }, { name = "furo", specifier = "==2025.12.19" }, { name = "packaging", specifier = "==26.2" }, - { name = "pytest", specifier = "==9.0.3" }, + { name = "pytest", specifier = "==9.1.0" }, { name = "pytest-xdist", specifier = "==3.8.0" }, { name = "ruff", specifier = "==0.15.17" }, { name = "sphinx", specifier = "==9.1.0" }, @@ -484,7 +484,7 @@ readthedocs = [ { name = "sphinx-notfound-page", specifier = "==1.1.0" }, ] tests = [ - { name = "pytest", specifier = "==9.0.3" }, + { name = "pytest", specifier = "==9.1.0" }, { name = "pytest-xdist", specifier = "==3.8.0" }, ] @@ -541,7 +541,7 @@ wheels = [ [[package]] name = "pytest" -version = "9.0.3" +version = "9.1.0" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "colorama", marker = "sys_platform == 'win32'" }, @@ -550,9 +550,9 @@ dependencies = [ { name = "pluggy" }, { name = "pygments" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/7d/0d/549bd94f1a0a402dc8cf64563a117c0f3765662e2e668477624baeec44d5/pytest-9.0.3.tar.gz", hash = "sha256:b86ada508af81d19edeb213c681b1d48246c1a91d304c6c81a427674c17eb91c", size = 1572165, upload-time = "2026-04-07T17:16:18.027Z" } +sdist = { url = "https://files.pythonhosted.org/packages/84/0e/b5858858d74958632c49b72cb25a3976ff9f632397626715be71c89d3971/pytest-9.1.0.tar.gz", hash = "sha256:41dd9148c08072446394cefd3d79701701335a9f4cae69ba92e39f6c7f5c061c", size = 1634181, upload-time = "2026-06-13T18:52:45.983Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/d4/24/a372aaf5c9b7208e7112038812994107bc65a84cd00e0354a88c2c77a617/pytest-9.0.3-py3-none-any.whl", hash = "sha256:2c5efc453d45394fdd706ade797c0a81091eccd1d6e4bccfcd476e2b8e0ab5d9", size = 375249, upload-time = "2026-04-07T17:16:16.13Z" }, + { url = "https://files.pythonhosted.org/packages/8b/5a/ba30a81239b909821b3153e303e7def45178bf353da4f72380e6c5e8793b/pytest-9.1.0-py3-none-any.whl", hash = "sha256:8ebb0e7888bdf2bdfc602ec51f8f62d50200af37356c74e503c79a94f5c81f32", size = 386453, upload-time = "2026-06-13T18:52:44.045Z" }, ] [[package]]