Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps behave from 1.2.6 to 1.3.3.

Release notes

Sourced from behave's releases.

v1.3.3

FIXED:

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

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).

v1.3.1

FIXED:

  • issue #1255: ImportError: cannot import name 'asynccontextmanager' not found in python 3.6 (submitted by: rzuckerm)
  • issue #1239: AmbiguousStep error on step import with "re" step-matcher (submitted by: VolodymyrDan00)

DOCUMENTATION:

  • Appendix: Add section with description of "Runners" extension point.
  • Appendix: Add section with "Cucumber-Expressions".
  • pull #1256: docs: userdata (provided by: Therdel, fixes: #1234)
  • issue #1234: userdata_defines configuration file parameter is not up to date (submitted by: vvavrychuk)

v1.3.0

  • Gherkin v6 support

... (truncated)

Changelog

Sourced from behave's changelog.

Version: 1.3.3 (2025-09-04, branch=release/v1.3.x)

FIXED:

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

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).

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

FIXED:

  • issue #1255: ImportError: cannot import name 'asynccontextmanager' not found in python 3.6 (submitted by: rzuckerm)
  • issue #1239: AmbiguousStep error on step import with "re" step-matcher (submitted by: VolodymyrDan00)

DOCUMENTATION:

... (truncated)

Commits
  • 7673da8 BUMP-VERSION: 1.3.3 (was: 1.3.2)
  • da99a00 FIX #1270: Python2.7 support
  • a65dee5 docs: New and Noteworthy for v1.3.0 and v1.3.2
  • 3fb83e8 UPDATE: SECURITY.md
  • c39e72c tests: for behave.pathutil
  • f3e6bb5 EXPLORE: examples/nested_steps
  • 56be51f CHANGES: Update release-date for v1.3.2
  • 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
  • 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)

Bumps [behave](https://github.com/behave/behave) from 1.2.6 to 1.3.3.
- [Release notes](https://github.com/behave/behave/releases)
- [Changelog](https://github.com/behave/behave/blob/main/CHANGES.rst)
- [Commits](behave/behave@v1.2.6...v1.3.3)

---
updated-dependencies:
- dependency-name: behave
  dependency-version: 1.3.3
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Sep 22, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants