From 9ba5c6b044e9697393e34129acf383c19b786d60 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 14 Jun 2023 13:52:03 -0700 Subject: [PATCH] Bump pytest from 7.2.0 to 7.3.2 in /python (#1462) Bumps pytest from 7.2.0 to 7.3.2. --- python/poetry.lock | 11 +++++------ python/pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/python/poetry.lock b/python/poetry.lock index 4f8957a421c1..e46fceb1cfa5 100644 --- a/python/poetry.lock +++ b/python/poetry.lock @@ -2274,17 +2274,16 @@ files = [ [[package]] name = "pytest" -version = "7.2.0" +version = "7.3.2" description = "pytest: simple powerful testing with Python" optional = false python-versions = ">=3.7" files = [ - {file = "pytest-7.2.0-py3-none-any.whl", hash = "sha256:892f933d339f068883b6fd5a459f03d85bfcb355e4981e146d2c7616c21fef71"}, - {file = "pytest-7.2.0.tar.gz", hash = "sha256:c4014eb40e10f11f355ad4e3c2fb2c6c6d1919c73f3b5a433de4708202cade59"}, + {file = "pytest-7.3.2-py3-none-any.whl", hash = "sha256:cdcbd012c9312258922f8cd3f1b62a6580fdced17db6014896053d47cddf9295"}, + {file = "pytest-7.3.2.tar.gz", hash = "sha256:ee990a3cc55ba808b80795a79944756f315c67c12b56abd3ac993a7b8c17030b"}, ] [package.dependencies] -attrs = ">=19.2.0" colorama = {version = "*", markers = "sys_platform == \"win32\""} exceptiongroup = {version = ">=1.0.0rc8", markers = "python_version < \"3.11\""} iniconfig = "*" @@ -2293,7 +2292,7 @@ pluggy = ">=0.12,<2.0" tomli = {version = ">=1.0.0", markers = "python_version < \"3.11\""} [package.extras] -testing = ["argcomplete", "hypothesis (>=3.56)", "mock", "nose", "pygments (>=2.7.2)", "requests", "xmlschema"] +testing = ["argcomplete", "attrs (>=19.2.0)", "hypothesis (>=3.56)", "mock", "nose", "pygments (>=2.7.2)", "requests", "setuptools", "xmlschema"] [[package]] name = "pytest-asyncio" @@ -3690,4 +3689,4 @@ cffi = ["cffi (>=1.11)"] [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "07a5900e592336515fcb201da60a4c9c96d13dc00e0b56301365b59042a8bb68" +content-hash = "11dbb263f0da9da4a6859d9876cb0df96ce31b0897c95f8a3c89395c9bc90bfa" diff --git a/python/pyproject.toml b/python/pyproject.toml index 43f61abc9dcd..f722bd789023 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -17,7 +17,7 @@ python-dotenv = "1.0.0" pre-commit = "3.3.3" black = {version = "23.3.0", allow-prereleases = true} ipykernel = "^6.21.1" -pytest = "7.2.0" +pytest = "7.3.2" ruff = "0.0.272" pytest-asyncio = "0.21.0"