Skip to content

Update robotframework-robocop requirement from >=8.8.0 to >=9.0.0 - #215

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

Update robotframework-robocop requirement from >=8.8.0 to >=9.0.0#215
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/robotframework-robocop-gte-9.0.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 31, 2026

Copy link
Copy Markdown
Contributor

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

Release notes

Sourced from robotframework-robocop's releases.

v9.0.0

9.0.0 (2026-08-26)

The main focus of the 9.0.0 release is project rules - rules that read the whole project context instead of a single file. We added 12 project rules (argument, import, keyword and variable checks across files) and merged the separate robocop check-project command into the regular robocop check.

Beyond project rules, this is a large release with several other big changes:

  • 13 new non-project rules, including a dedicated GROUP syntax category, continue-on-failure tag rules and new spacing/documentation/variable checks.
  • Fixes for more than 35 rules, letting Robocop auto-correct many issues and replacing several redundant formatters (leaner formatters focused on alignment and whitespace).
  • Plugins - custom rules, formatters, reports and configuration can now be packaged and distributed as plugins.
  • Built-in rulesets - reference curated rule sets with extends = ["robocop:minimal"].
  • Custom reports - load and enable your own reports just like custom rules and formatters.
  • robocop config init - generate a fully documented configuration file.
  • Test case [Metadata] support (Robot Framework 7.5) across the linter and the formatter.
  • New AlignBDDStatements formatter
  • leaner, fixed-width whitespace alignment.

Detailed changelog here.

Commits
  • 8dc38d5 fix: strip whitespace in comma-separated formatter parameters (#1922)
  • ea5e8c1 chore: release 9.0 (#1920)
  • 7be0805 fix: keep comments with statement in IndentNestedKeywords (#1919)
  • 43a1ab8 feat: add args_with_test parameter to AlignTemplatedTestCases (#1918)
  • 9c41a2a refactor: merge project checkers sharing keyword usage iteration (#1917)
  • d79f7d7 chore: add context7 url and public key to claim the library (#1916)
  • ddfa67b feat: add context7.json and automate rules list generation (#1915)
  • 89d8f48 feat: add not-enough-whitespace-around-operator rule (#1914)
  • ac60ec8 feat!: replace ReplaceBreakContinue formatter with deprecated-loop-keyword fi...
  • b1e36bd chore: release 9.0.0b2 (#1912)
  • 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-robocop](https://github.com/MarketSquare/robotframework-robocop) to permit the latest version.
- [Release notes](https://github.com/MarketSquare/robotframework-robocop/releases)
- [Commits](MarketSquare/robotframework-robocop@v8.8.0...v9.0.0)

---
updated-dependencies:
- dependency-name: robotframework-robocop
  dependency-version: 9.0.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 Aug 31, 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

0 participants