From 848cc2a4084b4caa3957ea4a8c9fadf0b59272e0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 2 Mar 2025 13:18:47 +0000 Subject: [PATCH] chore(deps): update dependency pytest to v8.3.5 --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 59f6b701..1e4af3a1 100644 --- a/poetry.lock +++ b/poetry.lock @@ -458,13 +458,13 @@ windows-terminal = ["colorama (>=0.4.6)"] [[package]] name = "pytest" -version = "8.3.4" +version = "8.3.5" description = "pytest: simple powerful testing with Python" optional = false python-versions = ">=3.8" files = [ - {file = "pytest-8.3.4-py3-none-any.whl", hash = "sha256:50e16d954148559c9a74109af1eaf0c945ba2d8f30f0a3d3335edde19788b6f6"}, - {file = "pytest-8.3.4.tar.gz", hash = "sha256:965370d062bce11e73868e0335abac31b4d3de0e82f4007408d242b4f8610761"}, + {file = "pytest-8.3.5-py3-none-any.whl", hash = "sha256:c69214aa47deac29fad6c2a4f590b9c4a9fdb16a403176fe154b79c0b4d4d820"}, + {file = "pytest-8.3.5.tar.gz", hash = "sha256:f4efe70cc14e511565ac476b57c279e12a855b11f48f212af1080ef2263d3845"}, ] [package.dependencies] @@ -804,4 +804,4 @@ yaml = ["pyyaml"] [metadata] lock-version = "2.0" python-versions = ">=3.8,<3.13" -content-hash = "f2c42c5c0fc0186e4f226ad737cd1a88134e4f07050b4815e17e963bb1a6fea1" +content-hash = "d24d38b25b5f85f9fe3c215e3b174658b733dfc2e558935e44441a4f1f4af487" diff --git a/pyproject.toml b/pyproject.toml index 62689669..205997c6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ requests = ">=1.0.0,<3.0.0" pyyaml = { version = ">=3.10,<7.0", optional = true } [tool.poetry.group.dev.dependencies] -pytest = "8.3.4" +pytest = "8.3.5" responses = "0.25.0" [tool.poetry.group.docs]