Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 15, 2025

Bumps the robotframework-libraries group with 3 updates in the /tests directory: robotframework, robotframework-databaselibrary and robotframework-robocop.

Updates robotframework from 7.3.2 to 7.4

Release notes

Sourced from robotframework's releases.

Robot Framework 7.4

Robot Framework 7.4 is a feature release with support for secret variables, typed standard library keywords, enhancements to working with bytes and various other features and fixes.

Robot Framework 7.4 was released on Friday December 12, 2025. For more information, see the full release notes.

Robot Framework 7.4 release candidate 2

Robot Framework 7.4 is a feature release with support for secret variables, typed standard library keywords, enhancements to working with bytes and various other features and fixes.

Robot Framework 7.4 release candidate 2 was released on Tuesday December 9, 2025. For more information, see the full release notes.

Robot Framework 7.4 release candidate 1

Robot Framework 7.4 is a feature release with support for secret variables, typed standard library keywords, enhancements to working with bytes and various other features and fixes.

Robot Framework 7.4 release candidate 1 was released on Tuesday December 2, 2025. For more information, see the full release notes.

Robot Framework 7.4 beta 2

Robot Framework 7.4 is a feature release with support for secret variables and various other enhancements and bug fixes. This beta release contains the majority of the planned features and it is especially targeted for users interested to test the aforementioned secret variables.

Robot Framework 7.4 beta 2 was released on Saturday November 8, 2025. For more information, see the full release notes.

Robot Framework 7.4 beta 1

Robot Framework 7.4 is a feature release with support for secret variables and various other enhancements and bug fixes. This beta release contains the majority of the planned features and it is especially targeted for users interested to test the aforementioned secret variables.

Robot Framework 7.4 beta 1 was released on Tuesday October 7, 2025. For more information see the full release notes.

Commits
  • 3990bdb Fix another link target
  • 1ae8215 Fix link target
  • f20df31 Avoid syntax deprecated by #5537 in example
  • 9541fae Trying to fix flakey timeout test
  • 06714ea Updated version to 7.4
  • 12a38b1 Release notes for 7.4
  • 355b906 BuiltIn: Add custom doc for Expression
  • 28b2e6a Process: Add custom docs for Popen and ProcessResult
  • db2f675 Reorganize code
  • 8be4107 Adjust timeouts and sleep times in timeout tests
  • Additional commits viewable in compare view

Updates robotframework-databaselibrary from 2.3.3 to 2.4.0

Release notes

Sourced from robotframework-databaselibrary's releases.

v2.4.0

What's Changed

  • Support splitting SQL strings (MarketSquare/Robotframework-Database-Library#253)
    • Support splitting SQL strings - similar to SQL script files.
    • Includes a new keyword "Split SQL String" and a new parameter "split" for the existing "Execute SQL String" keyword using internal or external parsers.
    • Thanks @​frste for the contribution!

Full Changelog: MarketSquare/Robotframework-Database-Library@v2.3.3...v2.4.0

Commits

Updates robotframework-robocop from 6.12.0 to 7.0.0

Release notes

Sourced from robotframework-robocop's releases.

Robocop 7.0.0

Features

  • Breaking change Add option --extend-select for linter and formatter ([issue #1546](MarketSquare/robotframework-robocop#1546))

    --extend-select allows to enable rules and formatters on top of the select configuration. It can be used to retain all default rules or formatters and only add additional ones:

    robocop check --extend-select no-embedded-keyword-arguments
    robocop format --extend-select AlignKeywordsSection --extend-select CustomFormatter
    

    Since previous --custom-formatters formatter option already behaved like a --extend-select option (which was not documented), it is now deprecated and renamed to --extend-select instead.

    It is also recommended to use --extend-select over --configue name.enabled=True.

  • Breaking change Split wrong-case-in-keyword-name rule into two separate rules ([issue #1471](MarketSquare/robotframework-robocop#1471)):

    wrong-case-in-keyword-name which checks case convention in keyword definition name wrong-case-in-keyword-call which checks case convention in keyword call name

    It allows configuring different conventions for keyword definition and keyword call names. If you have existing configuration for wrong-case-in-keyword-name (you are ignoring it or configuring) you need to apply the same config to wrong-case-in-keyword-call to retain old behaviour.

  • SplitTooLongLine can now split more settings types: Library imports, Test Tags and Keyword Tags ([issue #1454](MarketSquare/robotframework-robocop#1454))

    Example code before and after the change:

    Library    CustomLibraryWithLongerNameAndSeveralArguments    first_argument    second_argument=${longer_variable_name}    WITH NAME    name
    Library             CustomLibraryWithLongerNameAndSeveralArguments
    ...                     first_argument
    ...                     second_argument=${longer_variable_name}
    ...                 WITH NAME    name
  • Restore project checkers ([issue #1108](MarketSquare/robotframework-robocop#1108))

    Project checkers were temporarily removed in the Robocop 6.0. There are now brought back in a new form, as a separate command:

    robocop check-project
    

... (truncated)

Commits
  • 97f429b docs: improve changelog for 7.0.0 (#1563)
  • 702cc3c Release 7.0.0 (#1562)
  • f2eb584 fix: wrong-case-in-keyword-name rule false positive reports on . characte...
  • 9bf3788 feat: split too long settings from settings section (#1559)
  • efb2672 docs: add megalinter integration page (#1558)
  • e06371c feat: restore project checks as separate command (#1556)
  • 1c33deb chore: add megalinter Github action job (#1557)
  • 851bb4d feat: add extend-select linter option (#1554)
  • 0df328a feat: rename custom-formatters to extend-select (#1553)
  • 10393cb Split wrong-case-in-keyword-name into itself and wrong-case-in-keyword-call r...
  • 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 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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Dec 15, 2025
@dependabot dependabot bot force-pushed the dependabot/pip/tests/robotframework-libraries-853c1433ce branch from 475c4f2 to 89b02a4 Compare January 5, 2026 09:08
…ry with 3 updates

Bumps the robotframework-libraries group with 3 updates in the /tests directory: [robotframework](https://github.com/robotframework/robotframework), [robotframework-databaselibrary](https://github.com/MarketSquare/Robotframework-Database-Library) and [robotframework-robocop](https://github.com/MarketSquare/robotframework-robocop).


Updates `robotframework` from 7.3.2 to 7.4
- [Release notes](https://github.com/robotframework/robotframework/releases)
- [Commits](robotframework/robotframework@v7.3.2...v7.4)

Updates `robotframework-databaselibrary` from 2.3.3 to 2.4.0
- [Release notes](https://github.com/MarketSquare/Robotframework-Database-Library/releases)
- [Commits](MarketSquare/Robotframework-Database-Library@v2.3.3...v2.4.0)

Updates `robotframework-robocop` from 6.12.0 to 7.0.0
- [Release notes](https://github.com/MarketSquare/robotframework-robocop/releases)
- [Commits](MarketSquare/robotframework-robocop@v6.12.0...v7.0.0)

---
updated-dependencies:
- dependency-name: robotframework
  dependency-version: '7.4'
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: robotframework-libraries
- dependency-name: robotframework-databaselibrary
  dependency-version: 2.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: robotframework-libraries
- dependency-name: robotframework-robocop
  dependency-version: 7.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: robotframework-libraries
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pip/tests/robotframework-libraries-853c1433ce branch from 89b02a4 to cee8fb2 Compare January 19, 2026 22:46
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