Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 16, 2024

Bumps robotframework from 6.1.1 to 7.1.1.

Release notes

Sourced from robotframework's releases.

Robot Framework 7.1.1

Robot Framework 7.1.1 is the first and also the only planned bug fix release in the Robot Framework 7.1.x series. It fixes all reported regressions as well as some issues affecting also earlier versions.

Robot Framework 7.1.1 was released on Saturday October 19, 2024. For more information see the full release notes.

Robot Framework 7.1

Robot Framework 7.1 is a feature release with enhancements, for example, to listeners and to the VAR syntax that was introduced in Robot Framework 7.0. For more information see the release notes.

Robot Framework 7.1 release candidate 2

Robot Framework 7.1 is a feature release with enhancements, for example, to listeners and to the new VAR syntax. Robot Framework 7.1 release candidate 2 contains all planned features and other changes. For details see the release notes.

Robot Framework 7.1 release candidate 1

Robot Framework 7.1 is a feature release with enhancements, for example, to listeners and to the new VAR syntax. Robot Framework 7.1 release candidate 1 contains all planned features and other changes. For details see the release notes.

Robot Framework 7.0.1

Robot Framework 7.0.1 is the first and the only planned bug fix release in the Robot Framework 7.0.x series. It fixes all reported regressions as well as some issues affecting also earlier versions. The only bigger enhancement it contains is the new Japanese localization (#5069).

Robot Framework 7.0.1 was released on Monday June 10, 2024. For more information see the full release notes.

Robot Framework 7.0.1 release candidate 2

Robot Framework 7.0.1 is the first and the only planned bug fix release in the Robot Framework 7.0.x series. It fixes all reported regressions as well as some issues affecting also earlier versions. The only bigger enhancement it contains is the new Japanese localization (#5069).

Robot Framework 7.0.1 release candidate 2 was released on Friday June 7, 2024. It is especially targeted for users who have reported issues so that they can verify that fixes work properly. The final Robot Framework 7.0 version is planned to be released on Monday June 10, 2024.

Robot Framework 7.0

Robot Framework 7.0 is a new major release with enhanced listener interface (#3296), native VAR syntax for creating variables (#3761), support for mixing embedded and normal arguments with library keywords (#4710), JSON result format (#4847) and various other enhancements and bug fixes.

Robot Framework 7.0 was released on Thursday January 11, 2024. For more details about everything that's new and enhanced, see the full release notes.

Robot Framework 7.0 release candidate 3

Robot Framework 7.0 is a new major release with enhanced listener interface (#3296), native VAR syntax for creating variables (#3761), support for mixing embedded and normal arguments with library keywords (#4710), JSON result format (#4847) and various other enhancements and bug fixes. Robot Framework 7.0 requires Python 3.8 or newer (#4294).

Robot Framework 7.0 rc 3 was released on Monday January 8, 2024, with all features and fixes planned to be included in the final release. It is targeted for anyone interested to see how they can use the interesting new features and how backwards incompatible changes and deprecations possibly affect their tests, tasks, tools and libraries. The target date for the final release is Wednesday January 10, 2024.

For more details, see the full release notes.

Robot Framework 7.0 release candidate 2

Robot Framework 7.0 is a new major release with enhanced listener interface (#3296), native VAR syntax for creating variables (#3761), support for mixing embedded and normal arguments with library keywords (#4710), JSON result format (#4847) and various other enhancements and bug fixes. Robot Framework 7.0 requires Python 3.8 or newer (#4294).

Robot Framework 7.0 rc 2 was released on Thursday January 4, 2024, with all features and fixes planned to be included in the final release. It is targeted for anyone interested to see how they can use the interesting new features and how backwards incompatible changes and deprecations possibly affect their tests, tasks, tools and libraries. The target date for the final release is Wednesday January 10, 2024.

For more details, see the full release notes.

Robot Framework 7.0 release candidate 1

Robot Framework 7.0 is a new major release with enhanced listener interface (#3296), native VAR syntax for creating variables (#3761), support for mixing embedded and normal arguments with library keywords (#4710), JSON result format (#4847) and various other enhancements and bug fixes. Robot Framework 7.0 requires Python 3.8 or newer (#4294).

Robot Framework 7.0 rc 1 was released on Thursday December 21, 2023, with all features and fixes planned to be included in the final release. It is targeted for anyone interested to see how they can use the interesting new features and how backwards incompatible changes and deprecations possibly affect their tests, tasks, tools and libraries. The target date for the final release is Monday January 8, 2024.

For more details, see the full release notes.

... (truncated)

Commits
  • 10f24c2 Updated version to 7.1.1
  • 9dedfbf Minor tuning to release instructions
  • 3084b3e Release notes for 7.1.1
  • 9abd47f CI tuning.
  • 3c5f7c6 Fix keyword timeout in teardown when keyword uses WUKS.
  • de07bff Better place to turn keyword timeout to normal error.
  • 7a8bbc0 Fix execution is standard streams are not available.
  • f49985a Fix test status if message is empty.
  • 4de5d17 Listeners: Document how result file methods work when results are disabled.
  • 243c6aa Fix execution with --output NONE and console links enabled.
  • 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 [robotframework](https://github.com/robotframework/robotframework) from 6.1.1 to 7.1.1.
- [Release notes](https://github.com/robotframework/robotframework/releases)
- [Commits](robotframework/robotframework@v6.1.1...v7.1.1)

---
updated-dependencies:
- dependency-name: robotframework
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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 Dec 16, 2024
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 20, 2025

Superseded by #61.

@dependabot dependabot bot closed this Jan 20, 2025
@dependabot dependabot bot deleted the dependabot/pip/robotframework-7.1.1 branch January 20, 2025 21:33
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.

1 participant