From 929f339f7f74111bd6c515d6bef7a046dd0fb17b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 29 Dec 2024 07:01:59 +0000 Subject: [PATCH] chore(dev): update dependency pytest to v8.3.4 --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 40db4f8..0c4a64b 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1287,13 +1287,13 @@ windows-terminal = ["colorama (>=0.4.6)"] [[package]] name = "pytest" -version = "8.3.3" +version = "8.3.4" description = "pytest: simple powerful testing with Python" optional = false python-versions = ">=3.8" files = [ - {file = "pytest-8.3.3-py3-none-any.whl", hash = "sha256:a6853c7375b2663155079443d2e45de913a911a11d669df02a50814944db57b2"}, - {file = "pytest-8.3.3.tar.gz", hash = "sha256:70b98107bd648308a7952b06e6ca9a50bc660be218d53c257cc1fc94fda10181"}, + {file = "pytest-8.3.4-py3-none-any.whl", hash = "sha256:50e16d954148559c9a74109af1eaf0c945ba2d8f30f0a3d3335edde19788b6f6"}, + {file = "pytest-8.3.4.tar.gz", hash = "sha256:965370d062bce11e73868e0335abac31b4d3de0e82f4007408d242b4f8610761"}, ] [package.dependencies] @@ -1679,4 +1679,4 @@ test = ["covdefaults (>=2.3)", "coverage (>=7.2.7)", "coverage-enable-subprocess [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "e15f2582a1b783f539b9428d6fb26f8cf0d8c085d9526e18f84525370b858508" +content-hash = "ac0ec519f5355525e311d90e79872c6b7a76e1f23dbb593d15dcb27c4b204b09" diff --git a/pyproject.toml b/pyproject.toml index e79802e..793e83c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ anyio = '4.7.0' [tool.poetry.group.dev.dependencies] mypy = "1.14.0" -pytest = "8.3.3" +pytest = "8.3.4" pre-commit = "4.0.1" asyncpg-stubs = "0.30.0" types-redis = "^4.6.0.20240806"