From e8075c9d37609c0241b36913c45b054f027ebe21 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 12 Sep 2024 13:16:17 +0000 Subject: [PATCH] Update dependency pytest to ^8.3.3 (#2576) Co-authored-by: renovate[bot] <29139614+renovate[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 a6f83d605..2fab3d369 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 = "380f6063a6422ed7f6eb7a75f54d33ea04f605a94b349c6c34e5074b9b8f4984" +content-hash = "7d60788fd227d0424e2858b1d7dde40c36e739952d72efb9f3aa9811cfc93101" diff --git a/pyproject.toml b/pyproject.toml index b81ac657a..7e20f5880 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.14"} 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"