From 2b4e064bf7bf6a6139697d7e2c204e17e767b1d9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 12 Sep 2024 13:06:14 +0000 Subject: [PATCH] Update dependency pytest to ^8.3.3 --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 7e8e4cf2c..9ecd649cc 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2265,13 +2265,13 @@ files = [ [[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] @@ -3431,4 +3431,4 @@ test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools", [metadata] lock-version = "2.0" python-versions = ">=3.9, <3.13" -content-hash = "4b3102357eb0807ea96308259ec5198bcb5c516ed3448cf3bd30f8fa2fc90818" +content-hash = "26e9ab9e30b7fd7c2879bf7c62e91e037669cc8b893e73baed8279d52917be8c" diff --git a/pyproject.toml b/pyproject.toml index aba27fee5..b225dda20 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -83,7 +83,7 @@ ruff = "^0.5.7" coverage = {extras = ["toml"], version = "^7.6.1"} moto = {extras = ["ec2", "ecs", "iam", "s3", "ssm"], version = "^5.0.12"} pipenv = "^2022.1.8" # only used in tests -pytest = "^8.3.2" +pytest = "^8.3.3" pytest-cov = "^5.0.0" pytest-mock = "^3.14.0" pytest-order = "^1.3.0"