Skip to content

chore(deps-dev): update robotframework-tidy requirement from >=4.9.0 to >=4.18.0 - #117

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/robotframework-tidy-gte-4.18.0
Open

chore(deps-dev): update robotframework-tidy requirement from >=4.9.0 to >=4.18.0#117
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/robotframework-tidy-gte-4.18.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Apr 27, 2026

Copy link
Copy Markdown
Contributor

Updates the requirements on robotframework-tidy to permit the latest version.

Release notes

Sourced from robotframework-tidy's releases.

Robotidy 4.18 - Deprecation

Released upper bound of click dependency - omitted by mistake in 4.17.

Changelog

Sourced from robotframework-tidy's changelog.

Change Log

From Robotidy 3.0 see release notes in docs/releasenote directory.

Other

  • Robotidy transformers now inherits from Transformer core class (instead of ModelTransformer). ModelTransformer will be still supported in external transformers, however the Transformer will provide more utility over the time.

2.6.0

IndentNestedKeywords

The order of the transformers changed - now IndentNestedKeyword runs before AlignSettingsSection. Thanks for this change settings will be properly indented by other transformers after IndentNestedKeyword splits the keywords (#318):

*** Settings ***
Suite Setup         Run Keywords
...                     No Operation
...                     No Operation

Fixes

  • Extended encoding (such as characters like ÁáÉéĚěÍíÓóÚúÝýŮůŘřŤťŠšĎČčŇň) is now supported in --diff mode (#324)
  • indent parameter is now taken into account by NormalizeTags transformer (#323)
  • spacecount parameter is now taken into account in inline IFs by NormalizeSeparators transformer (#322)

2.5.0

Indent run keywords

New IndentNestedKeywords transformer for formatting whitespace in run keywords variants such as Run Keywords or Run Keyword And Continue On Failure. It will result in transforming following code:

Run Keyword    Run Keyword If    ${True}    Run keywords   Log    foo    AND    Log    bar    ELSE    Log    baz

to:

Run Keyword
...    Run Keyword If    ${True}
...        Run keywords
...            Log    foo
...            AND
...            Log    bar
...    ELSE
...        Log    baz

Remove empty lines in multiline statements

NormalizeNewLines transformer now removes empty lines inside multiline statements:

... (truncated)

Commits
  • 3b080ac Release upper bound of click dependency (#746)
  • a4940bd Deprecate Robotidy for Robocop 6.0+ (#743)
  • b253b06 Bump robotframework from 7.2rc1 to 7.2 in /tests/rf_versions_matrix/rf7 (#736)
  • 06ff188 Release 4.16.0 : GROUP support (#734)
  • b94494b Support for RF 7.2 GROUP syntax (#733)
  • 3bf2f4d Release 4.15.0 (#732)
  • a94c89d Bump robotframework from 7.0 to 7.1.1 in /tests/rf_versions_matrix/rf7 (#731)
  • 4117d28 Update rich-click requirement from <1.8.4,>=1.4 to >=1.4,<1.8.6 (#729)
  • 666f003 fix: path to dependency files should be directory (#730)
  • b056ed7 Update tomli requirement from ==2.0.* to >=2.0,<2.3 (#728)
  • Additional commits viewable in compare view

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

Updates the requirements on [robotframework-tidy](https://github.com/MarketSquare/robotframework-tidy) to permit the latest version.
- [Release notes](https://github.com/MarketSquare/robotframework-tidy/releases)
- [Changelog](https://github.com/MarketSquare/robotframework-tidy/blob/main/CHANGES.md)
- [Commits](MarketSquare/robotframework-tidy@4.9.0...4.18.0)

---
updated-dependencies:
- dependency-name: robotframework-tidy
  dependency-version: 4.18.0
  dependency-type: direct:development
...

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 Apr 27, 2026
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