chore(deps): update dependency behave to v1.3.3 #27

Open
renovate-bot wants to merge 1 commit from renovate/behave-1.x into master
Member

This PR contains the following updates:

Package Change Age Confidence
behave (changelog) ==1.2.6 -> ==1.3.3 age confidence

Release Notes

behave/behave (behave)

v1.3.3

Compare Source

FIXED:

  • issue #​1270: v1.3.2: Broke Python 2.7 support (submitted by: silent-observer)

v1.3.2

Compare Source

CHANGED:

  • Recursive discovery and import in steps directory is now disabled by default.
    An expert user can enable this feature again (if he/she knows what he/she is doing).
    RELATED TO: #​1210 -- Multiple, nested steps directories under steps directory.

    • REASON: Too many problems w/ Python packages using relative-imports in the steps directory.
    • BEST PRACTICE: Put a Python package or step-library on the Python search path, but not in the steps directory.

DOCUMENTATION:

  • RTFD: Enable PDF output format again (for download).
  • Improve command-line option descriptions (show: value).
  • Use "confval" directive for config-file parameters.
  • api: Add "Configuration" class description.
  • Include changes from pull #​1258
  • Fix more deadlinks in docs

DEVELOP:

  • behave4cmd0: Update version info to v1.3.1
  • behave4cmd0.command_shell: Cleanup of BEHAVE_CMD value usage.

CI:

  • Update to python-version: "3.14.0-rc.2" (was: "3.14.0-rc.1")
  • Update actions/checkout to v5 (was: v4).
  • Use astral-sh/setup-uv@​v6 (was: v3).

v1.3.1

Compare Source

CHANGED:

  • Recursive discovery and import in steps directory is now disabled by default.
    An expert user can enable this feature again (if he/she knows what he/she is doing).
    RELATED TO: #​1210 -- Multiple, nested steps directories under steps directory.

    • REASON: Too many problems w/ Python packages using relative-imports in the steps directory.
    • BEST PRACTICE: Put a Python package or step-library on the Python search path, but not in the steps directory.

DOCUMENTATION:

  • RTFD: Enable PDF output format again (for download).
  • Improve command-line option descriptions (show: value).
  • Use "confval" directive for config-file parameters.
  • api: Add "Configuration" class description.
  • Include changes from pull #​1258
  • Fix more deadlinks in docs

DEVELOP:

  • behave4cmd0: Update version info to v1.3.1
  • behave4cmd0.command_shell: Cleanup of BEHAVE_CMD value usage.

CI:

  • Update to python-version: "3.14.0-rc.2" (was: "3.14.0-rc.1")
  • Update actions/checkout to v5 (was: v4).
  • Use astral-sh/setup-uv@​v6 (was: v3).

v1.3.0

Compare Source

BASED ON: Version 1.2.7 changes

GOALS:

  • Will be released on https://pypi.org
  • Include all changes from behave v1.2.7 development
  • Last version minor version with Python 2.7 support
  • tag-expressions v2: Enabled by default ("strict" mode: only v2 supported).
  • tag-expressions v1: Disabled by default (in "strict" mode).
    BUT: Can be enabled via config-file parameter in "any" mode (supports: v1 and v2).

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [behave](https://github.com/behave/behave) ([changelog](https://github.com/behave/behave/blob/main/CHANGES.rst)) | `==1.2.6` -> `==1.3.3` | [![age](https://developer.mend.io/api/mc/badges/age/pypi/behave/1.3.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/behave/1.2.6/1.3.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>behave/behave (behave)</summary> ### [`v1.3.3`](https://github.com/behave/behave/blob/HEAD/CHANGES.rst#Version-133-2025-09-04-branchreleasev13x) [Compare Source](https://github.com/behave/behave/compare/v1.3.2...v1.3.3) FIXED: - issue [#&#8203;1270](https://github.com/behave/behave/issues/1270): v1.3.2: Broke Python 2.7 support (submitted by: silent-observer) ### [`v1.3.2`](https://github.com/behave/behave/blob/HEAD/CHANGES.rst#Version-132-2025-08-29-branchreleasev13x) [Compare Source](https://github.com/behave/behave/compare/v1.3.1...v1.3.2) CHANGED: - Recursive discovery and import in `steps` directory is now disabled by default. An expert user can enable this feature again (if he/she knows what he/she is doing). RELATED TO: [#&#8203;1210](https://github.com/behave/behave/issues/1210) -- Multiple, nested steps directories under steps directory. - REASON: Too many problems w/ Python packages using relative-imports in the `steps` directory. - BEST PRACTICE: Put a Python package or step-library on the Python search path, but not in the `steps` directory. DOCUMENTATION: - RTFD: Enable PDF output format again (for download). - Improve command-line option descriptions (show: value). - Use "confval" directive for config-file parameters. - api: Add "Configuration" class description. - Include changes from pull [#&#8203;1258](https://github.com/behave/behave/issues/1258) - Fix more deadlinks in docs DEVELOP: - behave4cmd0: Update version info to v1.3.1 - behave4cmd0.command\_shell: Cleanup of BEHAVE\_CMD value usage. CI: - Update to python-version: "3.14.0-rc.2" (was: "3.14.0-rc.1") - Update actions/checkout to v5 (was: v4). - Use astral-sh/setup-uv\@&#8203;v6 (was: v3). ### [`v1.3.1`](https://github.com/behave/behave/blob/HEAD/CHANGES.rst#Version-132-2025-08-29-branchreleasev13x) [Compare Source](https://github.com/behave/behave/compare/v1.3.0...v1.3.1) CHANGED: - Recursive discovery and import in `steps` directory is now disabled by default. An expert user can enable this feature again (if he/she knows what he/she is doing). RELATED TO: [#&#8203;1210](https://github.com/behave/behave/issues/1210) -- Multiple, nested steps directories under steps directory. - REASON: Too many problems w/ Python packages using relative-imports in the `steps` directory. - BEST PRACTICE: Put a Python package or step-library on the Python search path, but not in the `steps` directory. DOCUMENTATION: - RTFD: Enable PDF output format again (for download). - Improve command-line option descriptions (show: value). - Use "confval" directive for config-file parameters. - api: Add "Configuration" class description. - Include changes from pull [#&#8203;1258](https://github.com/behave/behave/issues/1258) - Fix more deadlinks in docs DEVELOP: - behave4cmd0: Update version info to v1.3.1 - behave4cmd0.command\_shell: Cleanup of BEHAVE\_CMD value usage. CI: - Update to python-version: "3.14.0-rc.2" (was: "3.14.0-rc.1") - Update actions/checkout to v5 (was: v4). - Use astral-sh/setup-uv\@&#8203;v6 (was: v3). ### [`v1.3.0`](https://github.com/behave/behave/blob/HEAD/CHANGES.rst#Version-130-2025-08-04) [Compare Source](https://github.com/behave/behave/compare/v1.2.6...v1.3.0) BASED ON: `Version 1.2.7` changes GOALS: - Will be released on <https://pypi.org> - Include all changes from behave v1.2.7 development - Last version minor version with Python 2.7 support - `tag-expressions v2`: Enabled by default ("strict" mode: only v2 supported). - `tag-expressions v1`: Disabled by default (in "strict" mode). BUT: Can be enabled via config-file parameter in "any" mode (supports: v1 and v2). </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS42MS4wIiwidXBkYXRlZEluVmVyIjoiNDEuOTcuOSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJyZW5vdmF0ZS1ib3QiXX0=-->
renovate-bot force-pushed renovate/behave-1.x from 28944bdbe8 to 706d1878b2 2025-08-18 05:46:10 +05:30 Compare
renovate-bot changed title from chore(deps): update dependency behave to v1.3.0 to chore(deps): update dependency behave to v1.3.1 2025-08-18 05:46:10 +05:30
renovate-bot force-pushed renovate/behave-1.x from 706d1878b2 to 4a8f23168b 2025-09-01 05:15:50 +05:30 Compare
renovate-bot changed title from chore(deps): update dependency behave to v1.3.1 to chore(deps): update dependency behave to v1.3.2 2025-09-01 05:15:51 +05:30
renovate-bot force-pushed renovate/behave-1.x from 4a8f23168b to 58dae669c2 2025-09-08 05:15:29 +05:30 Compare
renovate-bot changed title from chore(deps): update dependency behave to v1.3.2 to chore(deps): update dependency behave to v1.3.3 2025-09-08 05:15:31 +05:30
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/behave-1.x:renovate/behave-1.x
git switch renovate/behave-1.x

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch master
git merge --no-ff renovate/behave-1.x
git switch renovate/behave-1.x
git rebase master
git switch master
git merge --ff-only renovate/behave-1.x
git switch renovate/behave-1.x
git rebase master
git switch master
git merge --no-ff renovate/behave-1.x
git switch master
git merge --squash renovate/behave-1.x
git switch master
git merge --ff-only renovate/behave-1.x
git switch master
git merge renovate/behave-1.x
git push origin master
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
ForgeFlux/host-meta-test!27
No description provided.