diff --git a/testing/integration/poetry.lock b/testing/integration/poetry.lock index be5534368927..1cebe8e448c9 100644 --- a/testing/integration/poetry.lock +++ b/testing/integration/poetry.lock @@ -460,13 +460,13 @@ test = ["pytest", "pytest-cov", "requests", "webob", "webtest"] [[package]] name = "pytest" -version = "7.4.1" +version = "7.4.2" description = "pytest: simple powerful testing with Python" optional = false python-versions = ">=3.7" files = [ - {file = "pytest-7.4.1-py3-none-any.whl", hash = "sha256:460c9a59b14e27c602eb5ece2e47bec99dc5fc5f6513cf924a7d03a578991b1f"}, - {file = "pytest-7.4.1.tar.gz", hash = "sha256:2f2301e797521b23e4d2585a0a3d7b5e50fdddaaf7e7d6773ea26ddb17c213ab"}, + {file = "pytest-7.4.2-py3-none-any.whl", hash = "sha256:1d881c6124e08ff0a1bb75ba3ec0bfd8b5354a01c194ddd5a0a870a48d99b002"}, + {file = "pytest-7.4.2.tar.gz", hash = "sha256:a766259cfab564a2ad52cb1aae1b881a75c3eb7e34ca3779697c23ed47c47069"}, ] [package.dependencies] @@ -561,4 +561,4 @@ socks = ["PySocks (>=1.5.6,!=1.5.7,<2.0)"] [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "17107318a032b0fbb9a219171e44db2c5de92049aef6e022a7ba8376d78b9c68" +content-hash = "02c9fa9e0d9bef080b15771c6dc02d1b13f46a26befebd4dcd9e22515f24c9ad" diff --git a/testing/integration/pyproject.toml b/testing/integration/pyproject.toml index ca9295acc951..ce099c3938a4 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 = "^7.4.1" +pytest = "^7.4.2" pytest-base-url = "^2.0.0" pytest-rerunfailures = "^12.0" requests = "^2.31.0"