diff --git a/poetry.lock b/poetry.lock index 8a0160753..844fe8271 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2,46 +2,46 @@ [[package]] name = "allure-behave" -version = "2.13.5" +version = "2.15.3" description = "Allure behave integration" optional = false python-versions = "*" groups = ["dev"] files = [ - {file = "allure-behave-2.13.5.tar.gz", hash = "sha256:338ca2cc7395d1ee3dd72f5d7d92d8920f1ade0e07ddebc637b38e61e06dc8dc"}, - {file = "allure_behave-2.13.5-py3-none-any.whl", hash = "sha256:8b04291f435af536b46c3cbd20d33e61b27f5e25dd2fff2fdc1dc3fa2474e23e"}, + {file = "allure_behave-2.15.3-py3-none-any.whl", hash = "sha256:117e9ee4f30bfbcbc061b6cf185276bd59dacfd11e2888c8a0543c4ca8631f6e"}, + {file = "allure_behave-2.15.3.tar.gz", hash = "sha256:bd45e7b7ca29cda504bdb8378d19eada5b5793b4003f3dcca9f5c65fd94557dc"}, ] [package.dependencies] -allure-python-commons = "2.13.5" +allure-python-commons = "2.15.3" behave = ">=1.2.5" [[package]] name = "allure-pytest" -version = "2.13.5" +version = "2.15.3" description = "Allure pytest integration" optional = false python-versions = "*" groups = ["dev"] files = [ - {file = "allure-pytest-2.13.5.tar.gz", hash = "sha256:0ef8e1790c44a988db6b83c4d4f5e91451e2c4c8ea10601dfa88528d23afcf6e"}, - {file = "allure_pytest-2.13.5-py3-none-any.whl", hash = "sha256:94130bac32964b78058e62cf4b815ad97a5ac82a065e6dd2d43abac2be7640fc"}, + {file = "allure_pytest-2.15.3-py3-none-any.whl", hash = "sha256:66711efdc44c7c0d629f4eeab73ca20932f8786c251d61e242449f7b4ec18ca2"}, + {file = "allure_pytest-2.15.3.tar.gz", hash = "sha256:b6576f8258de44f48ec59cfaee73cdbd1142c2ad6cfdc82d894fd1db8abf22e9"}, ] [package.dependencies] -allure-python-commons = "2.13.5" +allure-python-commons = "2.15.3" pytest = ">=4.5.0" [[package]] name = "allure-python-commons" -version = "2.13.5" -description = "('Contains the API for end users as well as helper functions and classes to build Allure adapters for Python test frameworks',)" +version = "2.15.3" +description = "Contains the API for end users as well as helper functions and classes to build Allure adapters for Python test frameworks" optional = false python-versions = ">=3.6" groups = ["dev"] files = [ - {file = "allure-python-commons-2.13.5.tar.gz", hash = "sha256:a232e7955811f988e49a4c1dd6c16cce7e9b81d0ea0422b1e5654d3254e2caf3"}, - {file = "allure_python_commons-2.13.5-py3-none-any.whl", hash = "sha256:8b0e837b6e32d810adec563f49e1d04127a5b6770e0232065b7cb09b9953980d"}, + {file = "allure_python_commons-2.15.3-py3-none-any.whl", hash = "sha256:50e9b346d8a060c84af8d19f221bd9da6e1aa0002a4e7f770e151167365219d0"}, + {file = "allure_python_commons-2.15.3.tar.gz", hash = "sha256:b42a96d6076fb323c9e43645dfb84c0574f6bad0a0e005d92564015cd172d564"}, ] [package.dependencies] @@ -2799,4 +2799,4 @@ files = [ [metadata] lock-version = "2.1" python-versions = "^3.12" -content-hash = "5dae7ea7c661330bf546c80bfcd25a766c3c60616c30bddbef1375452165f389" +content-hash = "1c0565df1ee10dbcbde6f993851b9c4e0eabadfda655bbc26dcff150d3937f36" diff --git a/pyproject.toml b/pyproject.toml index 322d3a8b1..a4b265710 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ pre-commit = "^4.2.0" ruff = "^0.3.2" fire = "^0.7.0" gherkin-official = "^28.0.0" -allure-pytest = "^2.13.5" +allure-pytest = "^2.15.3" allure-behave = "^2.13.3" freezegun = "^1.5.4" pytest-env = "^1.1.3"