Skip to content

Commit 8245da0

Browse files
Upgrade: [dependabot] - bump allure-behave from 2.15.0 to 2.15.2 (#502)
Bumps [allure-behave](https://github.com/allure-framework/allure-python) from 2.15.0 to 2.15.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/allure-framework/allure-python/releases">allure-behave's releases</a>.</em></p> <blockquote> <h2>2.15.2</h2> <ul> <li>Set testCaseId for all test results produced by allure_robotframework (via <a href="https://redirect.github.com/allure-framework/allure-python/issues/884">#884</a>) - <a href="https://github.com/delatrie"><code>@​delatrie</code></a></li> </ul> <h2>👀 Links</h2> <p><a href="https://github.com/allure-framework/allure-python/compare/2.15.1...master">Commits since 2.15.1</a></p> <h2>2.15.1</h2> <ul> <li>Set testCaseId for all test results produced by allure_behave (via <a href="https://redirect.github.com/allure-framework/allure-python/issues/883">#883</a>) - <a href="https://github.com/delatrie"><code>@​delatrie</code></a></li> <li>Add workflow-wide gh actions permissions (via <a href="https://redirect.github.com/allure-framework/allure-python/issues/875">#875</a>) - <a href="https://github.com/epszaw"><code>@​epszaw</code></a></li> </ul> <h2>👀 Links</h2> <p><a href="https://github.com/allure-framework/allure-python/compare/2.15.0...master">Commits since 2.15.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/allure-framework/allure-python/commit/21571c8a7a7792a4dcd63b0240bb6e91bef0d4a6"><code>21571c8</code></a> Set testCaseId for all test results produced by allure_robotframework (<a href="https://redirect.github.com/allure-framework/allure-python/issues/884">#884</a>)</li> <li><a href="https://github.com/allure-framework/allure-python/commit/466b1dda704b4d4632b6795f6b6dbc607fd4d569"><code>466b1dd</code></a> Set testCaseId for all test results produced by allure_behave (<a href="https://redirect.github.com/allure-framework/allure-python/issues/883">#883</a>)</li> <li><a href="https://github.com/allure-framework/allure-python/commit/583309380bbc6148bf5d63dfb6c5cee172f6717d"><code>5833093</code></a> Add workflow-wide gh actions permissions (<a href="https://redirect.github.com/allure-framework/allure-python/issues/875">#875</a>)</li> <li>See full diff in <a href="https://github.com/allure-framework/allure-python/compare/2.15.0...2.15.2">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=allure-behave&package-manager=pip&previous-version=2.15.0&new-version=2.15.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2a87b29 commit 8245da0

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

poetry.lock

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ requests = "^2.32.5"
1313
assertpy = "^1.1"
1414
behave = "^1.2.6"
1515
behave-cucumber-formatter = "^1.0.1"
16-
allure-behave = "^2.15.0"
16+
allure-behave = "^2.15.2"
1717
black = "^25.11.0"
1818
semver = "^3.0.4"
1919
gitpython = "^3.1.45"

0 commit comments

Comments
 (0)