From 90f775fca46b54c77eec1b9d3d819bd92074b503 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 10 Sep 2024 12:27:28 +0000 Subject: [PATCH] chore(deps): update dependency pytest to v8.3.3 --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 881aac4..c2f4d1c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -688,13 +688,13 @@ testing = ["covdefaults (>=2.3)", "pytest (>=8.2.2)", "pytest-cov (>=5)", "pytes [[package]] name = "pytest" -version = "8.3.2" +version = "8.3.3" description = "pytest: simple powerful testing with Python" optional = false python-versions = ">=3.8" files = [ - {file = "pytest-8.3.2-py3-none-any.whl", hash = "sha256:4ba08f9ae7dcf84ded419494d229b48d0903ea6407b030eaec46df5e6a73bba5"}, - {file = "pytest-8.3.2.tar.gz", hash = "sha256:c132345d12ce551242c87269de812483f5bcc87cdbb4722e48487ba194f9fdce"}, + {file = "pytest-8.3.3-py3-none-any.whl", hash = "sha256:a6853c7375b2663155079443d2e45de913a911a11d669df02a50814944db57b2"}, + {file = "pytest-8.3.3.tar.gz", hash = "sha256:70b98107bd648308a7952b06e6ca9a50bc660be218d53c257cc1fc94fda10181"}, ] [package.dependencies] @@ -1190,4 +1190,4 @@ test = ["big-O", "jaraco.functools", "jaraco.itertools", "jaraco.test", "more-it [metadata] lock-version = "2.0" python-versions = ">=3.9" -content-hash = "e44422e794dfcd1015194f13705fffe99793926c60cedb1d49ed8f05f4cdb9b7" +content-hash = "7c083a3e0f79467eabbd45e95909c6cb1370e633d7aed2ce18e07687eb40d426" diff --git a/pyproject.toml b/pyproject.toml index 242f001..27cef45 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ requests = "^2.31.0" [tool.poetry.group.dev.dependencies] bump2version = "1.0.1" tox = "4.18.0" -pytest = "8.3.2" +pytest = "8.3.3" pytest-cov = "5.0.0" sphinx-autodoc-typehints = "2.3.0" autopep8 = "2.3.1"