From 47f03be26fa589203643f29b538215cd3a1a4576 Mon Sep 17 00:00:00 2001 From: "renovate-coveooss[bot]" <143504162+renovate-coveooss[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 04:01:07 +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 969265c..e47a8fc 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1120,13 +1120,13 @@ testutils = ["gitpython (>3)"] [[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] @@ -1595,4 +1595,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "~3.12,<3.13" -content-hash = "df31d2a54a9411f6cc00e7c2c8c599f922f7f6a351b2e994092aaa6b787b0f0d" +content-hash = "8ad68d10f0c1660f0c63f27b02606454692399ba15e1663b634ef33b2c0d8e83" diff --git a/pyproject.toml b/pyproject.toml index 61c3c54..6be945e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ pre-commit = "3.8.0" pycodestyle = "2.12.1" pydocstyle = "6.3.0" pylint = "3.2.7" -pytest = "8.3.2" +pytest = "8.3.3" pytest-cov = "5.0.0" PyYAML = "6.0.2" vulture = "2.11"