From 8eb16444e7a39b193abfb44096b904e0dde1a534 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 13 Jun 2026 22:51:50 +0000 Subject: [PATCH] chore(deps): update dependency pytest to v9 --- poetry.lock | 14 +++++++------- pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/poetry.lock b/poetry.lock index 86c8734..f35bead 100644 --- a/poetry.lock +++ b/poetry.lock @@ -619,20 +619,20 @@ testing = ["covdefaults (>=2.3)", "pytest (>=8.3.5)", "pytest-cov (>=6.1.1)", "p [[package]] name = "pytest" -version = "8.4.2" +version = "9.1.0" description = "pytest: simple powerful testing with Python" optional = false -python-versions = ">=3.9" +python-versions = ">=3.10" files = [ - {file = "pytest-8.4.2-py3-none-any.whl", hash = "sha256:872f880de3fc3a5bdc88a11b39c9710c3497a547cfa9320bc3c5e62fbf272e79"}, - {file = "pytest-8.4.2.tar.gz", hash = "sha256:86c0d0b93306b961d58d62a4db4879f27fe25513d4b969df351abdddb3c30e01"}, + {file = "pytest-9.1.0-py3-none-any.whl", hash = "sha256:8ebb0e7888bdf2bdfc602ec51f8f62d50200af37356c74e503c79a94f5c81f32"}, + {file = "pytest-9.1.0.tar.gz", hash = "sha256:41dd9148c08072446394cefd3d79701701335a9f4cae69ba92e39f6c7f5c061c"}, ] [package.dependencies] colorama = {version = ">=0.4", markers = "sys_platform == \"win32\""} exceptiongroup = {version = ">=1", markers = "python_version < \"3.11\""} -iniconfig = ">=1" -packaging = ">=20" +iniconfig = ">=1.0.1" +packaging = ">=22" pluggy = ">=1.5,<2" pygments = ">=2.7.2" tomli = {version = ">=1", markers = "python_version < \"3.11\""} @@ -895,4 +895,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "e7309e073e61e805315962888b3713f19a35f9ddaa92a7bfde803c7941edb2c3" +content-hash = "7e10b4ed7a89f026a1940e3146fc4ef9f97adbce24ce1288d2ecd7370cba85d2" diff --git a/pyproject.toml b/pyproject.toml index 6b041be..b127c82 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ msgpack = "^1" [tool.poetry.dev-dependencies] msgpack-types = "^0.6.0" -pytest = "^8.0.0" +pytest = "^9.0.0" mypy = "^1.0" pytest-cov = "^7.0.0" trio = "^0.32.0"