From 4859e8d15f0b2d8953343e426767d825300cf9bd Mon Sep 17 00:00:00 2001 From: "descope[bot]" <107609351+descope[bot]@users.noreply.github.com> Date: Thu, 7 Nov 2024 09:27:14 +0000 Subject: [PATCH] chore(deps): update dependency pytest to v8.3.3 (#445) Co-authored-by: descope[bot] <107609351+descope[bot]@users.noreply.github.com> --- poetry.lock | 14 +++++++------- pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/poetry.lock b/poetry.lock index 73fdab5b..2ed341d3 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1118,13 +1118,13 @@ testing = ["covdefaults (>=2.3)", "pytest (>=8.3.3)", "pytest-cov (>=5)", "pytes [[package]] name = "pytest" -version = "8.0.0" +version = "8.3.3" description = "pytest: simple powerful testing with Python" optional = false python-versions = ">=3.8" files = [ - {file = "pytest-8.0.0-py3-none-any.whl", hash = "sha256:50fb9cbe836c3f20f0dfa99c565201fb75dc54c8d76373cd1bde06b06657bdb6"}, - {file = "pytest-8.0.0.tar.gz", hash = "sha256:249b1b0864530ba251b7438274c4d251c58d868edaaec8762893ad4a0d71c36c"}, + {file = "pytest-8.3.3-py3-none-any.whl", hash = "sha256:a6853c7375b2663155079443d2e45de913a911a11d669df02a50814944db57b2"}, + {file = "pytest-8.3.3.tar.gz", hash = "sha256:70b98107bd648308a7952b06e6ca9a50bc660be218d53c257cc1fc94fda10181"}, ] [package.dependencies] @@ -1132,11 +1132,11 @@ colorama = {version = "*", markers = "sys_platform == \"win32\""} exceptiongroup = {version = ">=1.0.0rc8", markers = "python_version < \"3.11\""} iniconfig = "*" packaging = "*" -pluggy = ">=1.3.0,<2.0" -tomli = {version = ">=1.0.0", markers = "python_version < \"3.11\""} +pluggy = ">=1.5,<2" +tomli = {version = ">=1", markers = "python_version < \"3.11\""} [package.extras] -testing = ["argcomplete", "attrs (>=19.2.0)", "hypothesis (>=3.56)", "mock", "nose", "pygments (>=2.7.2)", "requests", "setuptools", "xmlschema"] +dev = ["argcomplete", "attrs (>=19.2)", "hypothesis (>=3.56)", "mock", "pygments (>=2.7.2)", "requests", "setuptools", "xmlschema"] [[package]] name = "pyyaml" @@ -1400,4 +1400,4 @@ flask = ["Flask"] [metadata] lock-version = "2.0" python-versions = ">=3.7,<4.0" -content-hash = "f763402268d36f38d40ec542f08f38d07bdf2696fe56db0b4225c7e691776583" +content-hash = "ed0349262237eb2563d4c4e32140cfb00545bb420b6ee6cd39d445c36814aa78" diff --git a/pyproject.toml b/pyproject.toml index 9495537d..46e9d022 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -70,7 +70,7 @@ types-requests = {version = "2.32.0.20240914", python = ">=3.8"} types-setuptools = {version = "75.1.0.20240917", python = ">=3.8"} [tool.poetry.group.tests.dependencies] -pytest = {version = "8.0.0", python = ">=3.8"} +pytest = {version = "8.3.3", python = ">=3.8"} coverage = {version = "^7.3.1", python = ">=3.8", extras = ["toml"]} [build-system]