diff --git a/tests/e2e_automation/poetry.lock b/tests/e2e_automation/poetry.lock index 281574d95..5d8691268 100644 --- a/tests/e2e_automation/poetry.lock +++ b/tests/e2e_automation/poetry.lock @@ -868,26 +868,42 @@ typing-extensions = ">=4.2.0" dotenv = ["python-dotenv (>=0.10.4)"] email = ["email-validator (>=1.0.3)"] +[[package]] +name = "pygments" +version = "2.20.0" +description = "Pygments is a syntax highlighting package written in Python." +optional = false +python-versions = ">=3.9" +groups = ["main"] +files = [ + {file = "pygments-2.20.0-py3-none-any.whl", hash = "sha256:81a9e26dd42fd28a23a2d169d86d7ac03b46e2f8b59ed4698fb4785f946d0176"}, + {file = "pygments-2.20.0.tar.gz", hash = "sha256:6757cd03768053ff99f3039c1a36d6c0aa0b263438fcab17520b30a303a82b5f"}, +] + +[package.extras] +windows-terminal = ["colorama (>=0.4.6)"] + [[package]] name = "pytest" -version = "8.3.5" +version = "9.0.3" description = "pytest: simple powerful testing with Python" optional = false -python-versions = ">=3.8" +python-versions = ">=3.10" groups = ["main"] files = [ - {file = "pytest-8.3.5-py3-none-any.whl", hash = "sha256:c69214aa47deac29fad6c2a4f590b9c4a9fdb16a403176fe154b79c0b4d4d820"}, - {file = "pytest-8.3.5.tar.gz", hash = "sha256:f4efe70cc14e511565ac476b57c279e12a855b11f48f212af1080ef2263d3845"}, + {file = "pytest-9.0.3-py3-none-any.whl", hash = "sha256:2c5efc453d45394fdd706ade797c0a81091eccd1d6e4bccfcd476e2b8e0ab5d9"}, + {file = "pytest-9.0.3.tar.gz", hash = "sha256:b86ada508af81d19edeb213c681b1d48246c1a91d304c6c81a427674c17eb91c"}, ] [package.dependencies] -colorama = {version = "*", markers = "sys_platform == \"win32\""} -iniconfig = "*" -packaging = "*" +colorama = {version = ">=0.4", markers = "sys_platform == \"win32\""} +iniconfig = ">=1.0.1" +packaging = ">=22" pluggy = ">=1.5,<2" +pygments = ">=2.7.2" [package.extras] -dev = ["argcomplete", "attrs (>=19.2)", "hypothesis (>=3.56)", "mock", "pygments (>=2.7.2)", "requests", "setuptools", "xmlschema"] +dev = ["argcomplete", "attrs (>=19.2)", "hypothesis (>=3.56)", "mock", "requests", "setuptools", "xmlschema"] [[package]] name = "pytest-bdd" @@ -1068,4 +1084,4 @@ zstd = ["backports-zstd (>=1.0.0) ; python_version < \"3.14\""] [metadata] lock-version = "2.1" python-versions = "~3.11" -content-hash = "da48b20ea1e43986bd803c62cd87d0902f8f46a75e32d9d8f098ae4eed5e14af" +content-hash = "4ab7a47bad2799ccd90b9c2099cf3af617c250cfdfe9e6299a94d19780aff2f0" diff --git a/tests/e2e_automation/pyproject.toml b/tests/e2e_automation/pyproject.toml index f52b0f689..84a879913 100644 --- a/tests/e2e_automation/pyproject.toml +++ b/tests/e2e_automation/pyproject.toml @@ -16,7 +16,7 @@ lxml = "~5.4.0" oath = "^1.4.4" pandas = "~2.3.0" pydantic = "~1.10.13" -pytest = "~8.3.5" +pytest = ">=8.3.5,<9.1.0" pytest-bdd = "~8.1.0" pytest-check = "~2.8.0" python-dotenv = "~1.2.2"