Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump robotframework from 6.1.1 to 7.0 #387

Merged
merged 3 commits into from
Jan 12, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 12, 2024

Bumps robotframework from 6.1.1 to 7.0.

Release notes

Sourced from robotframework's releases.

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.

Robot Framework 7.0 beta 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) and various other enhancements and bug fixes. Robot Framework 7.0 requires Python 3.8 or newer (#4294).

Robot Framework 7.0 beta 1 was released on Friday December 15, 2023. 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.

For more details, see the full release notes.

Robot Framework 7.0 alpha 2

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

Robot Framework 7.0 alpha 2 was released on Wednesday November 22, 2023. It is especially targeted for external tool developers for testing how backwards incompatible changes and deprecations possibly affect their tools. We can still make adjustments or even revert problematic changes before the final release.

For more details see the full release notes.

Robot Framework 7.0 alpha 1

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

Robot Framework 7.0 alpha 1 was released on Thursday November 9, 2023. It is especially targeted for external tool developers for testing how backwards incompatible changes and deprecations possibly affect their tools. We can still make adjustments or even revert problematic changes before the final release.

For more details see the full release notes.

Commits
  • 24c913b Updated version to 7.0
  • 27ca400 Release notes for 7.0
  • d6cc90d Update Robot and Python versions in examples
  • 800eb5d Fix --splitlog.
  • c29d4b3 Update minimum Python version in README and INSTALL.
  • a5dac71 Document new listener v3 methods in the User Guide.
  • 91d68df Back to dev version
  • 06106b1 Updated version to 7.0rc3
  • 9c59dac Release notes for 7.0rc3
  • 99b1128 XML: Fix Element To String with lxml and namespaces.
  • 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.0.
- [Release notes](https://github.com/robotframework/robotframework/releases)
- [Commits](robotframework/robotframework@v6.1.1...v7.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jan 12, 2024
@dependabot dependabot bot requested a review from Wolfe1 January 12, 2024 15:07
@coveralls
Copy link

coveralls commented Jan 12, 2024

Coverage Status

coverage: 100.0%. remained the same
when pulling 038420b on dependabot/pip/robotframework-7.0
into 0739949 on master.

@neiljhowell
Copy link
Contributor

@dependabot rebase

Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 12, 2024

Looks like this PR is already up-to-date with master! If you'd still like to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

@mergify mergify bot merged commit 8455546 into master Jan 12, 2024
24 of 25 checks passed
@mergify mergify bot deleted the dependabot/pip/robotframework-7.0 branch January 12, 2024 22:51
@neiljhowell neiljhowell self-requested a review January 17, 2024 21:27
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.

2 participants