From 678bdb2a7cd9b1ff396ab6f1886d7fd2080680fa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 11:57:14 +0000 Subject: [PATCH] chore(deps): bump pytest from 8.3.2 to 8.3.3 in /testing/integration in the dependencies group (#11814) --- testing/integration/poetry.lock | 8 ++++---- testing/integration/pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/testing/integration/poetry.lock b/testing/integration/poetry.lock index b2d9b6dd4c29..000d47611386 100644 --- a/testing/integration/poetry.lock +++ b/testing/integration/poetry.lock @@ -461,13 +461,13 @@ test = ["pytest", "pytest-cov", "requests", "webob", "webtest"] [[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] @@ -576,4 +576,4 @@ socks = ["PySocks (>=1.5.6,!=1.5.7,<2.0)"] [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "9b746a25738ccc0a6ef1cb0176812e06f62cb90c37b851678275816a5c379566" +content-hash = "7448676cb1a62613490d7a93bb96967c3b03ed966f34420e991ca3f64d373c30" diff --git a/testing/integration/pyproject.toml b/testing/integration/pyproject.toml index 857b78772fec..fe3896f32573 100644 --- a/testing/integration/pyproject.toml +++ b/testing/integration/pyproject.toml @@ -9,7 +9,7 @@ readme = "README.md" [tool.poetry.dependencies] python = "^3.10" -pytest = "^8.3.2" +pytest = "^8.3.3" pytest-base-url = "^2.1.0" pytest-rerunfailures = "^14.0" requests = "^2.32.3"