Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 2, 2025

Bumps behave from 1.3.1 to 1.3.2.

Release notes

Sourced from behave's releases.

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: #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).
Changelog

Sourced from behave's changelog.

Version: 1.3.2 (2025-08-29, branch=release/v1.3.x)

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).
Commits
  • f7e1e13 CHANGED: use_nested_step_modules=false now by default
  • 5dcab3d docs: Improve command-line option descriptions (show: value)
  • 226415c docs: Use "confval" directive and role
  • 3ec401d issue #1262: Add self-test to try to reproduce problem -- NOT_REPRODUCIBLE.
  • 426b8b8 CI: Update to python-version: 3.14.0-rc.2 (was: 3.14.0-rc.1)
  • 1508f50 PREPARE: v1.3.2 (unreleased)
  • 8580f1e behave4cmd0.command_shell: Cleanup of BEHAVE_CMD value usage.
  • 4307196 behave4cmd0: Update version info to v1.3.1
  • f2cdd0f invoke cleanup.all: Add .ruff_cache
  • 41df135 Include changes from pull #1258
  • Additional commits viewable in compare view

Dependabot compatibility score

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 commands and options

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)

Description by Korbit AI

What change is being made?

Update the behave testing library in pyproject.toml from version 1.3.1 to 1.3.2.

Why are these changes being made?

This change updates the testing library to its latest patch version, which may include bug fixes, improved performance, or compatibility enhancements that can improve the testing process consistency and reliability. Keeping dependencies up-to-date ensures the project is using supported and optimized library versions.

Is this description stale? Ask me to generate a new description by commenting /korbit-generate-pr-description

Bumps [behave](https://github.com/behave/behave) from 1.3.1 to 1.3.2.
- [Release notes](https://github.com/behave/behave/releases)
- [Changelog](https://github.com/behave/behave/blob/main/CHANGES.rst)
- [Commits](behave/behave@v1.3.1...v1.3.2)

---
updated-dependencies:
- dependency-name: behave
  dependency-version: 1.3.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Packages this project depends on label Sep 2, 2025
@korbit-ai
Copy link

korbit-ai bot commented Sep 2, 2025

By default, I don't review pull requests opened by bots. If you would like me to review this pull request anyway, you can request a review via the /korbit-review command in a comment.

@ben-edna ben-edna merged commit 99f3b5a into main Sep 2, 2025
26 checks passed
@ben-edna ben-edna deleted the dependabot/pip/main/behave-1.3.2 branch September 2, 2025 12:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Packages this project depends on

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants