From 3560683999aa81f1629a06a27e23d254433482c3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 28 Sep 2024 23:33:27 +0000 Subject: [PATCH] chore(deps-dev): bump pytest from 8.3.2 to 8.3.3 (#296) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index e8a0b22e..c27895cd 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1027,13 +1027,13 @@ windows-terminal = ["colorama (>=0.4.6)"] [[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] @@ -1742,4 +1742,4 @@ test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools", [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "449f246c88af14109503dd74b9a7cf40132f5e07f057b8a607f92faf985ec396" +content-hash = "475fa4093af8ef34aafb5cc7881dc54b4e923cb7e3824d6d40ebd030802c48aa" diff --git a/pyproject.toml b/pyproject.toml index f9ded167..8e1e6c08 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ python-dateutil = "^2.8.2" black = "^24.8.0" isort = "^5.12.0" pre-commit = "^3.5.0" -pytest = "^8.3.2" +pytest = "^8.3.3" pytest-asyncio = "^0.21.0" pytest-cov = "^5.0.0" python-dotenv = "^1.0.0"