Skip to content

build(deps): bump graalvm.version from 22.3.1 to 22.3.2 - #1051

Merged
lvca merged 1 commit into
mainfrom
dependabot/maven/graalvm.version-22.3.2
Apr 25, 2023
Merged

build(deps): bump graalvm.version from 22.3.1 to 22.3.2#1051
lvca merged 1 commit into
mainfrom
dependabot/maven/graalvm.version-22.3.2

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Apr 24, 2023

Copy link
Copy Markdown
Contributor

Bumps graalvm.version from 22.3.1 to 22.3.2.
Updates graal-sdk from 22.3.1 to 22.3.2

Commits
  • a475260 GS-4674 : release GraalVM 22.3.2
  • 5d4310f [GR-45026] Accept new keywords from 23.0 agent files.
  • 5735c0d [GR-45408] Backport 22.3: Fix import library handling on Windows.
  • 0b98db1 [GR-45443] Backport to 22.3: Don't consider distinct reads equivalent
  • 28d4d66 Backport to 22.3: Don't consider distinct reads equivalent
  • 983fdc5 [GR-45364] Backport 22.3 : Turn assertion into a guarantee.
  • 260b376 [GR-45346] Backport 22.3 :handle different stamps in ZeroExtendNode#alwaysPos...
  • c2a3325 [GR-45398] Backport: Introduce reset method for Safepoint Sampler.
  • 4903847 [GR-45304] Backport 22.3 : Better accessor access checks.
  • d243505 substratevm/src/com.oracle.svm.hosted/src/com/oracle/svm/hosted/image/NativeI...
  • Additional commits viewable in compare view

Updates js from 22.3.1 to 22.3.2

Changelog

Sourced from js's changelog.

GraalVM JavaScript (Graal.js) Changelog

This changelog summarizes major changes between GraalVM versions of the GraalVM JavaScript (ECMAScript) language runtime. The main focus is on user-observable behavior of the engine. Changelog may include unreleased versions. See version roadmap for release dates.

Version 22.3.2.

  • Updated Node.js to version 16.19.1.

Version 22.3.1.

  • Updated Node.js to version 16.18.1.

Version 22.3.0

  • Implemented the WebAssembly multi-value proposal.
  • Added an experimental option --js.unhandled-rejections=handler that allows to use a custom callback to track unhandled promise rejections.
  • Updated Node.js to version 16.17.1.
  • ECMA-402 Internationalization API has been enabled by default. It can be disabled by --js.intl-402=false option.
  • Implemented the Decorators (stage 3) proposal.

Version 22.2.0

  • GraalVM JavaScript is now an installable component of GraalVM. It can be installed with gu install js.
  • Enabled option js.foreign-object-prototype by default. Polyglot Interop objects now get a fitting JavaScript prototype assigned unless explicitly turned off using this flag.
  • Added intermediate prototype for foreign objects to simplify adapting functionality.
  • Removed deprecated experimental option experimental-foreign-object-prototype.
  • Removed experimental option commonjs-global-properties. The same functionality can be achieved in user code with a direct call to require() after context creation.
  • Added an experimental option --js.zone-rules-based-time-zones that allows to use timezone-related data from ZoneRulesProvider (instead of ICU4J data files).
  • Temporal objects can be converted to compatible Java objects when possible, using the Value API's methods like asDate().

Version 22.1.0

  • Updated Node.js to version 16.14.2.
  • Graal.js now requires Java 11+ and no longer supports Java 8.
  • Implemented the Intl.NumberFormat v3 proposal.
  • Implemented the Array Grouping v3 proposal. It is available in ECMAScript staging mode (--js.ecmascript-version=staging).
  • Implemented the Temporal proposal. It is available behind the experimental option --js.temporal.
  • Implemented the Array Find from Last proposal. It is available in ECMAScript staging mode (--js.ecmascript-version=staging).
  • Optimized closures to only keep references on variables in the lexical environment that are needed by (one or more) closures. This optimization can be disabled with the experimental option --js.scope-optimization=false.
  • Moved the internal string representation to the new TruffleString type.
  • Added option --js.string-lazy-substrings (default: true) to allow toggling the copying behavior of string slices. When enabled, string slices internally create string views instead of copying the given string region, which increases performance but may also increase memory utilization.

Version 22.0.0

  • ECMAScript 2022 mode/features enabled by default.
  • Implemented the Intl.DisplayNames v2 proposal.
  • Implemented the Intl Locale Info proposal. It is available in ECMAScript staging mode (--js.ecmascript-version=staging).
  • Implemented the Intl.DateTimeFormat.prototype.formatRange proposal.
  • Implemented the Extend TimeZoneName Option proposal. It is available in ECMAScript staging mode (--js.ecmascript-version=staging).
  • Implemented the Intl Enumeration API proposal. It is available in ECMAScript staging mode (--js.ecmascript-version=staging).
  • Updated Node.js to version 14.18.1.
  • Added option js.esm-bare-specifier-relative-lookup (default: false) to customize how bare specifiers for ES Modules are resolved. When disabled, bare specifiers are resolved with an absolute path lookup. When enabled, bare specifiers are resolved relative to the importing module's path.
  • ICU4J library moved to truffle.

... (truncated)

Commits
  • 3f01c5d GS-4674 : release GraalVM 22.3.2
  • c769492 [GR-44306] Upgrading the underlying Node.js to version 16.19.1.
  • 680d2ca Skip test/sequential/test-watch-mode on Windows.
  • 38f2c83 Correction of the snapshot of node:internal/main/watch_mode.js.
  • c0fc188 Updating Node.js license in 3rd_party_licenses.txt.
  • fc4b187 Adding a note about Node.js update (to version 16.19.1) into CHANGELOG.md.
  • 8e7fde7 Merge tag '42f40ab1585d147edbf862ccdcfcaa91dfa9806a' into js/node16.19.1
  • 96a4559 2023-02-16, Version 16.19.1 'Gallium' (LTS)
  • f95ef06 lib: makeRequireFunction patch when experimental policy
  • b02d895 policy: makeRequireFunction on mainModule.require
  • 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 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 `graalvm.version` from 22.3.1 to 22.3.2.

Updates `graal-sdk` from 22.3.1 to 22.3.2
- [Release notes](https://github.com/oracle/graal/releases)
- [Commits](oracle/graal@vm-22.3.1...vm-22.3.2)

Updates `js` from 22.3.1 to 22.3.2
- [Release notes](https://github.com/graalvm/graaljs/releases)
- [Changelog](https://github.com/oracle/graaljs/blob/vm-22.3.2/CHANGELOG.md)
- [Commits](oracle/graaljs@vm-22.3.1...vm-22.3.2)

---
updated-dependencies:
- dependency-name: org.graalvm.sdk:graal-sdk
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.graalvm.js:js
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java labels Apr 24, 2023
@lvca
lvca merged commit ccd5150 into main Apr 25, 2023
@lvca
lvca deleted the dependabot/maven/graalvm.version-22.3.2 branch April 25, 2023 04:00
@lvca lvca self-assigned this Apr 25, 2023
@lvca lvca added this to the 23.4.1 milestone Apr 25, 2023
mergify Bot added a commit that referenced this pull request Feb 3, 2025
Bumps `jline.version` from 3.28.0 to 3.29.0.
Updates `org.jline:jline-terminal` from 3.28.0 to 3.29.0
Release notes

*Sourced from [org.jline:jline-terminal's releases](https://github.com/jline/jline3/releases).*

> 3.29.0
> ------
> 
> 💥 Breaking changes
> -----------------------
> 
> * Undeprecate ConsolePrompt methods et al ([#1148](https://redirect.github.com/jline/jline3/pull/1148)) [`@​quintesse`](https://github.com/quintesse)
> 
> 🚀 New features and improvements
> -------------------------------
> 
> * Add text-only prompt element for console-ui ([#1138](https://redirect.github.com/jline/jline3/pull/1138)) [`@​quintesse`](https://github.com/quintesse)
> * Dynamic console-ui prompt improvements, see [#1051](https://redirect.github.com/jline/jline3/issues/1051) ([#1132](https://redirect.github.com/jline/jline3/pull/1132)) [`@​quintesse`](https://github.com/quintesse)
> 
> 🐛 Bug Fixes
> -----------
> 
> * AnsiConsole should always obey the terminal (fixes [#1160](https://redirect.github.com/jline/jline3/issues/1160)) ([#1161](https://redirect.github.com/jline/jline3/pull/1161)) [`@​cstamas`](https://github.com/cstamas)
> * Add overloaded no-arg compile method ([#1137](https://redirect.github.com/jline/jline3/pull/1137)) [`@​iflan`](https://github.com/iflan)
> * Move catch to proper place ([#1133](https://redirect.github.com/jline/jline3/pull/1133)) [`@​cstamas`](https://github.com/cstamas)
> 
> 📦 Dependency updates
> --------------------
> 
> * Bump groovy.version from 4.0.24 to 4.0.25 ([#1163](https://redirect.github.com/jline/jline3/pull/1163)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * Bump org.graalvm.sdk:graal-sdk from 24.1.1 to 24.1.2 ([#1159](https://redirect.github.com/jline/jline3/pull/1159)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * Bump com.diffplug.spotless:spotless-maven-plugin from 2.44.1 to 2.44.2 ([#1155](https://redirect.github.com/jline/jline3/pull/1155)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * Bump org.sonatype.central:central-publishing-maven-plugin from 0.6.0 to 0.7.0 ([#1149](https://redirect.github.com/jline/jline3/pull/1149)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * Bump com.diffplug.spotless:spotless-maven-plugin from 2.43.0 to 2.44.1 ([#1147](https://redirect.github.com/jline/jline3/pull/1147)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * Bump org.codehaus.gmavenplus:gmavenplus-plugin from 4.0.1 to 4.1.1 ([#1146](https://redirect.github.com/jline/jline3/pull/1146)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * Bump org.apache.ivy:ivy from 2.5.2 to 2.5.3 ([#1144](https://redirect.github.com/jline/jline3/pull/1144)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * Bump net.java.dev.jna:jna from 5.15.0 to 5.16.0 ([#1142](https://redirect.github.com/jline/jline3/pull/1142)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * Bump junit.version from 5.11.3 to 5.11.4 ([#1135](https://redirect.github.com/jline/jline3/pull/1135)) @[dependabot[bot]](https://github.com/apps/dependabot)
> 
> 👻 Maintenance
> -------------
> 
> * Replace `Path.toFile()` ([#1158](https://redirect.github.com/jline/jline3/pull/1158)) [`@​snazy`](https://github.com/snazy)


Commits

* [`c095db8`](jline/jline3@c095db8) [maven-release-plugin] prepare release jline-3.29.0
* [`a6a7786`](jline/jline3@a6a7786) Undeprecate ConsolePrompt methods ([#1148](https://redirect.github.com/jline/jline3/issues/1148))
* [`ee5ac1b`](jline/jline3@ee5ac1b) Bump groovy.version from 4.0.24 to 4.0.25 ([#1163](https://redirect.github.com/jline/jline3/issues/1163))
* [`57030d4`](jline/jline3@57030d4) Replace `Path.toFile()` ([#1158](https://redirect.github.com/jline/jline3/issues/1158))
* [`f869217`](jline/jline3@f869217) AnsiConsole should always obey the terminal (fixes [#1160](https://redirect.github.com/jline/jline3/issues/1160)) ([#1161](https://redirect.github.com/jline/jline3/issues/1161))
* [`c7f7fbe`](jline/jline3@c7f7fbe) Bump org.graalvm.sdk:graal-sdk from 24.1.1 to 24.1.2 ([#1159](https://redirect.github.com/jline/jline3/issues/1159))
* [`ddfb352`](jline/jline3@ddfb352) Bump com.diffplug.spotless:spotless-maven-plugin from 2.44.1 to 2.44.2 ([#1155](https://redirect.github.com/jline/jline3/issues/1155))
* [`4504b46`](jline/jline3@4504b46) Bump org.sonatype.central:central-publishing-maven-plugin ([#1149](https://redirect.github.com/jline/jline3/issues/1149))
* [`5e6aa3e`](jline/jline3@5e6aa3e) Bump com.diffplug.spotless:spotless-maven-plugin from 2.43.0 to 2.44.1 ([#1147](https://redirect.github.com/jline/jline3/issues/1147))
* [`1e70700`](jline/jline3@1e70700) Bump org.codehaus.gmavenplus:gmavenplus-plugin from 4.0.1 to 4.1.1 ([#1146](https://redirect.github.com/jline/jline3/issues/1146))
* Additional commits viewable in [compare view](jline/jline3@jline-3.28.0...jline-3.29.0)

  

Updates `org.jline:jline-reader` from 3.28.0 to 3.29.0
Release notes

*Sourced from [org.jline:jline-reader's releases](https://github.com/jline/jline3/releases).*

> 3.29.0
> ------
> 
> 💥 Breaking changes
> -----------------------
> 
> * Undeprecate ConsolePrompt methods et al ([#1148](https://redirect.github.com/jline/jline3/pull/1148)) [`@​quintesse`](https://github.com/quintesse)
> 
> 🚀 New features and improvements
> -------------------------------
> 
> * Add text-only prompt element for console-ui ([#1138](https://redirect.github.com/jline/jline3/pull/1138)) [`@​quintesse`](https://github.com/quintesse)
> * Dynamic console-ui prompt improvements, see [#1051](https://redirect.github.com/jline/jline3/issues/1051) ([#1132](https://redirect.github.com/jline/jline3/pull/1132)) [`@​quintesse`](https://github.com/quintesse)
> 
> 🐛 Bug Fixes
> -----------
> 
> * AnsiConsole should always obey the terminal (fixes [#1160](https://redirect.github.com/jline/jline3/issues/1160)) ([#1161](https://redirect.github.com/jline/jline3/pull/1161)) [`@​cstamas`](https://github.com/cstamas)
> * Add overloaded no-arg compile method ([#1137](https://redirect.github.com/jline/jline3/pull/1137)) [`@​iflan`](https://github.com/iflan)
> * Move catch to proper place ([#1133](https://redirect.github.com/jline/jline3/pull/1133)) [`@​cstamas`](https://github.com/cstamas)
> 
> 📦 Dependency updates
> --------------------
> 
> * Bump groovy.version from 4.0.24 to 4.0.25 ([#1163](https://redirect.github.com/jline/jline3/pull/1163)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * Bump org.graalvm.sdk:graal-sdk from 24.1.1 to 24.1.2 ([#1159](https://redirect.github.com/jline/jline3/pull/1159)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * Bump com.diffplug.spotless:spotless-maven-plugin from 2.44.1 to 2.44.2 ([#1155](https://redirect.github.com/jline/jline3/pull/1155)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * Bump org.sonatype.central:central-publishing-maven-plugin from 0.6.0 to 0.7.0 ([#1149](https://redirect.github.com/jline/jline3/pull/1149)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * Bump com.diffplug.spotless:spotless-maven-plugin from 2.43.0 to 2.44.1 ([#1147](https://redirect.github.com/jline/jline3/pull/1147)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * Bump org.codehaus.gmavenplus:gmavenplus-plugin from 4.0.1 to 4.1.1 ([#1146](https://redirect.github.com/jline/jline3/pull/1146)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * Bump org.apache.ivy:ivy from 2.5.2 to 2.5.3 ([#1144](https://redirect.github.com/jline/jline3/pull/1144)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * Bump net.java.dev.jna:jna from 5.15.0 to 5.16.0 ([#1142](https://redirect.github.com/jline/jline3/pull/1142)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * Bump junit.version from 5.11.3 to 5.11.4 ([#1135](https://redirect.github.com/jline/jline3/pull/1135)) @[dependabot[bot]](https://github.com/apps/dependabot)
> 
> 👻 Maintenance
> -------------
> 
> * Replace `Path.toFile()` ([#1158](https://redirect.github.com/jline/jline3/pull/1158)) [`@​snazy`](https://github.com/snazy)


Commits

* [`c095db8`](jline/jline3@c095db8) [maven-release-plugin] prepare release jline-3.29.0
* [`a6a7786`](jline/jline3@a6a7786) Undeprecate ConsolePrompt methods ([#1148](https://redirect.github.com/jline/jline3/issues/1148))
* [`ee5ac1b`](jline/jline3@ee5ac1b) Bump groovy.version from 4.0.24 to 4.0.25 ([#1163](https://redirect.github.com/jline/jline3/issues/1163))
* [`57030d4`](jline/jline3@57030d4) Replace `Path.toFile()` ([#1158](https://redirect.github.com/jline/jline3/issues/1158))
* [`f869217`](jline/jline3@f869217) AnsiConsole should always obey the terminal (fixes [#1160](https://redirect.github.com/jline/jline3/issues/1160)) ([#1161](https://redirect.github.com/jline/jline3/issues/1161))
* [`c7f7fbe`](jline/jline3@c7f7fbe) Bump org.graalvm.sdk:graal-sdk from 24.1.1 to 24.1.2 ([#1159](https://redirect.github.com/jline/jline3/issues/1159))
* [`ddfb352`](jline/jline3@ddfb352) Bump com.diffplug.spotless:spotless-maven-plugin from 2.44.1 to 2.44.2 ([#1155](https://redirect.github.com/jline/jline3/issues/1155))
* [`4504b46`](jline/jline3@4504b46) Bump org.sonatype.central:central-publishing-maven-plugin ([#1149](https://redirect.github.com/jline/jline3/issues/1149))
* [`5e6aa3e`](jline/jline3@5e6aa3e) Bump com.diffplug.spotless:spotless-maven-plugin from 2.43.0 to 2.44.1 ([#1147](https://redirect.github.com/jline/jline3/issues/1147))
* [`1e70700`](jline/jline3@1e70700) Bump org.codehaus.gmavenplus:gmavenplus-plugin from 4.0.1 to 4.1.1 ([#1146](https://redirect.github.com/jline/jline3/issues/1146))
* Additional commits viewable in [compare view](jline/jline3@jline-3.28.0...jline-3.29.0)

  

Updates `org.jline:jline-terminal-jni` from 3.28.0 to 3.29.0
Release notes

*Sourced from [org.jline:jline-terminal-jni's releases](https://github.com/jline/jline3/releases).*

> 3.29.0
> ------
> 
> 💥 Breaking changes
> -----------------------
> 
> * Undeprecate ConsolePrompt methods et al ([#1148](https://redirect.github.com/jline/jline3/pull/1148)) [`@​quintesse`](https://github.com/quintesse)
> 
> 🚀 New features and improvements
> -------------------------------
> 
> * Add text-only prompt element for console-ui ([#1138](https://redirect.github.com/jline/jline3/pull/1138)) [`@​quintesse`](https://github.com/quintesse)
> * Dynamic console-ui prompt improvements, see [#1051](https://redirect.github.com/jline/jline3/issues/1051) ([#1132](https://redirect.github.com/jline/jline3/pull/1132)) [`@​quintesse`](https://github.com/quintesse)
> 
> 🐛 Bug Fixes
> -----------
> 
> * AnsiConsole should always obey the terminal (fixes [#1160](https://redirect.github.com/jline/jline3/issues/1160)) ([#1161](https://redirect.github.com/jline/jline3/pull/1161)) [`@​cstamas`](https://github.com/cstamas)
> * Add overloaded no-arg compile method ([#1137](https://redirect.github.com/jline/jline3/pull/1137)) [`@​iflan`](https://github.com/iflan)
> * Move catch to proper place ([#1133](https://redirect.github.com/jline/jline3/pull/1133)) [`@​cstamas`](https://github.com/cstamas)
> 
> 📦 Dependency updates
> --------------------
> 
> * Bump groovy.version from 4.0.24 to 4.0.25 ([#1163](https://redirect.github.com/jline/jline3/pull/1163)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * Bump org.graalvm.sdk:graal-sdk from 24.1.1 to 24.1.2 ([#1159](https://redirect.github.com/jline/jline3/pull/1159)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * Bump com.diffplug.spotless:spotless-maven-plugin from 2.44.1 to 2.44.2 ([#1155](https://redirect.github.com/jline/jline3/pull/1155)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * Bump org.sonatype.central:central-publishing-maven-plugin from 0.6.0 to 0.7.0 ([#1149](https://redirect.github.com/jline/jline3/pull/1149)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * Bump com.diffplug.spotless:spotless-maven-plugin from 2.43.0 to 2.44.1 ([#1147](https://redirect.github.com/jline/jline3/pull/1147)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * Bump org.codehaus.gmavenplus:gmavenplus-plugin from 4.0.1 to 4.1.1 ([#1146](https://redirect.github.com/jline/jline3/pull/1146)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * Bump org.apache.ivy:ivy from 2.5.2 to 2.5.3 ([#1144](https://redirect.github.com/jline/jline3/pull/1144)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * Bump net.java.dev.jna:jna from 5.15.0 to 5.16.0 ([#1142](https://redirect.github.com/jline/jline3/pull/1142)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * Bump junit.version from 5.11.3 to 5.11.4 ([#1135](https://redirect.github.com/jline/jline3/pull/1135)) @[dependabot[bot]](https://github.com/apps/dependabot)
> 
> 👻 Maintenance
> -------------
> 
> * Replace `Path.toFile()` ([#1158](https://redirect.github.com/jline/jline3/pull/1158)) [`@​snazy`](https://github.com/snazy)


Commits

* [`c095db8`](jline/jline3@c095db8) [maven-release-plugin] prepare release jline-3.29.0
* [`a6a7786`](jline/jline3@a6a7786) Undeprecate ConsolePrompt methods ([#1148](https://redirect.github.com/jline/jline3/issues/1148))
* [`ee5ac1b`](jline/jline3@ee5ac1b) Bump groovy.version from 4.0.24 to 4.0.25 ([#1163](https://redirect.github.com/jline/jline3/issues/1163))
* [`57030d4`](jline/jline3@57030d4) Replace `Path.toFile()` ([#1158](https://redirect.github.com/jline/jline3/issues/1158))
* [`f869217`](jline/jline3@f869217) AnsiConsole should always obey the terminal (fixes [#1160](https://redirect.github.com/jline/jline3/issues/1160)) ([#1161](https://redirect.github.com/jline/jline3/issues/1161))
* [`c7f7fbe`](jline/jline3@c7f7fbe) Bump org.graalvm.sdk:graal-sdk from 24.1.1 to 24.1.2 ([#1159](https://redirect.github.com/jline/jline3/issues/1159))
* [`ddfb352`](jline/jline3@ddfb352) Bump com.diffplug.spotless:spotless-maven-plugin from 2.44.1 to 2.44.2 ([#1155](https://redirect.github.com/jline/jline3/issues/1155))
* [`4504b46`](jline/jline3@4504b46) Bump org.sonatype.central:central-publishing-maven-plugin ([#1149](https://redirect.github.com/jline/jline3/issues/1149))
* [`5e6aa3e`](jline/jline3@5e6aa3e) Bump com.diffplug.spotless:spotless-maven-plugin from 2.43.0 to 2.44.1 ([#1147](https://redirect.github.com/jline/jline3/issues/1147))
* [`1e70700`](jline/jline3@1e70700) Bump org.codehaus.gmavenplus:gmavenplus-plugin from 4.0.1 to 4.1.1 ([#1146](https://redirect.github.com/jline/jline3/issues/1146))
* Additional commits viewable in [compare view](jline/jline3@jline-3.28.0...jline-3.29.0)

  

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-automerge-start)
[//]: # (dependabot-automerge-end)
---
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  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)
tae898 pushed a commit to humemai/arcadedb-embedded-python that referenced this pull request Jun 28, 2026
)

Bumps `graalvm.version` from 22.3.1 to 22.3.2.

Updates `graal-sdk` from 22.3.1 to 22.3.2
- [Release notes](https://github.com/oracle/graal/releases)
- [Commits](oracle/graal@vm-22.3.1...vm-22.3.2)

Updates `js` from 22.3.1 to 22.3.2
- [Release notes](https://github.com/graalvm/graaljs/releases)
- [Changelog](https://github.com/oracle/graaljs/blob/vm-22.3.2/CHANGELOG.md)
- [Commits](oracle/graaljs@vm-22.3.1...vm-22.3.2)

---
updated-dependencies:
- dependency-name: org.graalvm.sdk:graal-sdk
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.graalvm.js:js
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
tae898 pushed a commit to humemai/arcadedb-embedded-python that referenced this pull request Jun 28, 2026
Bumps `jline.version` from 3.28.0 to 3.29.0.
Updates `org.jline:jline-terminal` from 3.28.0 to 3.29.0
Release notes

*Sourced from [org.jline:jline-terminal's releases](https://github.com/jline/jline3/releases).*

> 3.29.0
> ------
> 
> 💥 Breaking changes
> -----------------------
> 
> * Undeprecate ConsolePrompt methods et al ([ArcadeData#1148](https://redirect.github.com/jline/jline3/pull/1148)) [`@​quintesse`](https://github.com/quintesse)
> 
> 🚀 New features and improvements
> -------------------------------
> 
> * Add text-only prompt element for console-ui ([ArcadeData#1138](https://redirect.github.com/jline/jline3/pull/1138)) [`@​quintesse`](https://github.com/quintesse)
> * Dynamic console-ui prompt improvements, see [ArcadeData#1051](https://redirect.github.com/jline/jline3/issues/1051) ([ArcadeData#1132](https://redirect.github.com/jline/jline3/pull/1132)) [`@​quintesse`](https://github.com/quintesse)
> 
> 🐛 Bug Fixes
> -----------
> 
> * AnsiConsole should always obey the terminal (fixes [ArcadeData#1160](https://redirect.github.com/jline/jline3/issues/1160)) ([#1161](https://redirect.github.com/jline/jline3/pull/1161)) [`@​cstamas`](https://github.com/cstamas)
> * Add overloaded no-arg compile method ([ArcadeData#1137](https://redirect.github.com/jline/jline3/pull/1137)) [`@​iflan`](https://github.com/iflan)
> * Move catch to proper place ([#1133](https://redirect.github.com/jline/jline3/pull/1133)) [`@​cstamas`](https://github.com/cstamas)
> 
> 📦 Dependency updates
> --------------------
> 
> * Bump groovy.version from 4.0.24 to 4.0.25 ([ArcadeData#1163](https://redirect.github.com/jline/jline3/pull/1163)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * Bump org.graalvm.sdk:graal-sdk from 24.1.1 to 24.1.2 ([ArcadeData#1159](https://redirect.github.com/jline/jline3/pull/1159)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * Bump com.diffplug.spotless:spotless-maven-plugin from 2.44.1 to 2.44.2 ([#1155](https://redirect.github.com/jline/jline3/pull/1155)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * Bump org.sonatype.central:central-publishing-maven-plugin from 0.6.0 to 0.7.0 ([ArcadeData#1149](https://redirect.github.com/jline/jline3/pull/1149)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * Bump com.diffplug.spotless:spotless-maven-plugin from 2.43.0 to 2.44.1 ([#1147](https://redirect.github.com/jline/jline3/pull/1147)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * Bump org.codehaus.gmavenplus:gmavenplus-plugin from 4.0.1 to 4.1.1 ([#1146](https://redirect.github.com/jline/jline3/pull/1146)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * Bump org.apache.ivy:ivy from 2.5.2 to 2.5.3 ([ArcadeData#1144](https://redirect.github.com/jline/jline3/pull/1144)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * Bump net.java.dev.jna:jna from 5.15.0 to 5.16.0 ([ArcadeData#1142](https://redirect.github.com/jline/jline3/pull/1142)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * Bump junit.version from 5.11.3 to 5.11.4 ([ArcadeData#1135](https://redirect.github.com/jline/jline3/pull/1135)) @[dependabot[bot]](https://github.com/apps/dependabot)
> 
> 👻 Maintenance
> -------------
> 
> * Replace `Path.toFile()` ([#1158](https://redirect.github.com/jline/jline3/pull/1158)) [`@​snazy`](https://github.com/snazy)


Commits

* [`c095db8`](jline/jline3@c095db8) [maven-release-plugin] prepare release jline-3.29.0
* [`a6a7786`](jline/jline3@a6a7786) Undeprecate ConsolePrompt methods ([ArcadeData#1148](https://redirect.github.com/jline/jline3/issues/1148))
* [`ee5ac1b`](jline/jline3@ee5ac1b) Bump groovy.version from 4.0.24 to 4.0.25 ([ArcadeData#1163](https://redirect.github.com/jline/jline3/issues/1163))
* [`57030d4`](jline/jline3@57030d4) Replace `Path.toFile()` ([#1158](https://redirect.github.com/jline/jline3/issues/1158))
* [`f869217`](jline/jline3@f869217) AnsiConsole should always obey the terminal (fixes [ArcadeData#1160](https://redirect.github.com/jline/jline3/issues/1160)) ([#1161](https://redirect.github.com/jline/jline3/issues/1161))
* [`c7f7fbe`](jline/jline3@c7f7fbe) Bump org.graalvm.sdk:graal-sdk from 24.1.1 to 24.1.2 ([ArcadeData#1159](https://redirect.github.com/jline/jline3/issues/1159))
* [`ddfb352`](jline/jline3@ddfb352) Bump com.diffplug.spotless:spotless-maven-plugin from 2.44.1 to 2.44.2 ([#1155](https://redirect.github.com/jline/jline3/issues/1155))
* [`4504b46`](jline/jline3@4504b46) Bump org.sonatype.central:central-publishing-maven-plugin ([ArcadeData#1149](https://redirect.github.com/jline/jline3/issues/1149))
* [`5e6aa3e`](jline/jline3@5e6aa3e) Bump com.diffplug.spotless:spotless-maven-plugin from 2.43.0 to 2.44.1 ([#1147](https://redirect.github.com/jline/jline3/issues/1147))
* [`1e70700`](jline/jline3@1e70700) Bump org.codehaus.gmavenplus:gmavenplus-plugin from 4.0.1 to 4.1.1 ([#1146](https://redirect.github.com/jline/jline3/issues/1146))
* Additional commits viewable in [compare view](jline/jline3@jline-3.28.0...jline-3.29.0)

  

Updates `org.jline:jline-reader` from 3.28.0 to 3.29.0
Release notes

*Sourced from [org.jline:jline-reader's releases](https://github.com/jline/jline3/releases).*

> 3.29.0
> ------
> 
> 💥 Breaking changes
> -----------------------
> 
> * Undeprecate ConsolePrompt methods et al ([ArcadeData#1148](https://redirect.github.com/jline/jline3/pull/1148)) [`@​quintesse`](https://github.com/quintesse)
> 
> 🚀 New features and improvements
> -------------------------------
> 
> * Add text-only prompt element for console-ui ([ArcadeData#1138](https://redirect.github.com/jline/jline3/pull/1138)) [`@​quintesse`](https://github.com/quintesse)
> * Dynamic console-ui prompt improvements, see [ArcadeData#1051](https://redirect.github.com/jline/jline3/issues/1051) ([ArcadeData#1132](https://redirect.github.com/jline/jline3/pull/1132)) [`@​quintesse`](https://github.com/quintesse)
> 
> 🐛 Bug Fixes
> -----------
> 
> * AnsiConsole should always obey the terminal (fixes [ArcadeData#1160](https://redirect.github.com/jline/jline3/issues/1160)) ([#1161](https://redirect.github.com/jline/jline3/pull/1161)) [`@​cstamas`](https://github.com/cstamas)
> * Add overloaded no-arg compile method ([ArcadeData#1137](https://redirect.github.com/jline/jline3/pull/1137)) [`@​iflan`](https://github.com/iflan)
> * Move catch to proper place ([#1133](https://redirect.github.com/jline/jline3/pull/1133)) [`@​cstamas`](https://github.com/cstamas)
> 
> 📦 Dependency updates
> --------------------
> 
> * Bump groovy.version from 4.0.24 to 4.0.25 ([ArcadeData#1163](https://redirect.github.com/jline/jline3/pull/1163)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * Bump org.graalvm.sdk:graal-sdk from 24.1.1 to 24.1.2 ([ArcadeData#1159](https://redirect.github.com/jline/jline3/pull/1159)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * Bump com.diffplug.spotless:spotless-maven-plugin from 2.44.1 to 2.44.2 ([#1155](https://redirect.github.com/jline/jline3/pull/1155)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * Bump org.sonatype.central:central-publishing-maven-plugin from 0.6.0 to 0.7.0 ([ArcadeData#1149](https://redirect.github.com/jline/jline3/pull/1149)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * Bump com.diffplug.spotless:spotless-maven-plugin from 2.43.0 to 2.44.1 ([#1147](https://redirect.github.com/jline/jline3/pull/1147)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * Bump org.codehaus.gmavenplus:gmavenplus-plugin from 4.0.1 to 4.1.1 ([#1146](https://redirect.github.com/jline/jline3/pull/1146)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * Bump org.apache.ivy:ivy from 2.5.2 to 2.5.3 ([ArcadeData#1144](https://redirect.github.com/jline/jline3/pull/1144)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * Bump net.java.dev.jna:jna from 5.15.0 to 5.16.0 ([ArcadeData#1142](https://redirect.github.com/jline/jline3/pull/1142)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * Bump junit.version from 5.11.3 to 5.11.4 ([ArcadeData#1135](https://redirect.github.com/jline/jline3/pull/1135)) @[dependabot[bot]](https://github.com/apps/dependabot)
> 
> 👻 Maintenance
> -------------
> 
> * Replace `Path.toFile()` ([#1158](https://redirect.github.com/jline/jline3/pull/1158)) [`@​snazy`](https://github.com/snazy)


Commits

* [`c095db8`](jline/jline3@c095db8) [maven-release-plugin] prepare release jline-3.29.0
* [`a6a7786`](jline/jline3@a6a7786) Undeprecate ConsolePrompt methods ([ArcadeData#1148](https://redirect.github.com/jline/jline3/issues/1148))
* [`ee5ac1b`](jline/jline3@ee5ac1b) Bump groovy.version from 4.0.24 to 4.0.25 ([ArcadeData#1163](https://redirect.github.com/jline/jline3/issues/1163))
* [`57030d4`](jline/jline3@57030d4) Replace `Path.toFile()` ([#1158](https://redirect.github.com/jline/jline3/issues/1158))
* [`f869217`](jline/jline3@f869217) AnsiConsole should always obey the terminal (fixes [ArcadeData#1160](https://redirect.github.com/jline/jline3/issues/1160)) ([#1161](https://redirect.github.com/jline/jline3/issues/1161))
* [`c7f7fbe`](jline/jline3@c7f7fbe) Bump org.graalvm.sdk:graal-sdk from 24.1.1 to 24.1.2 ([ArcadeData#1159](https://redirect.github.com/jline/jline3/issues/1159))
* [`ddfb352`](jline/jline3@ddfb352) Bump com.diffplug.spotless:spotless-maven-plugin from 2.44.1 to 2.44.2 ([#1155](https://redirect.github.com/jline/jline3/issues/1155))
* [`4504b46`](jline/jline3@4504b46) Bump org.sonatype.central:central-publishing-maven-plugin ([ArcadeData#1149](https://redirect.github.com/jline/jline3/issues/1149))
* [`5e6aa3e`](jline/jline3@5e6aa3e) Bump com.diffplug.spotless:spotless-maven-plugin from 2.43.0 to 2.44.1 ([#1147](https://redirect.github.com/jline/jline3/issues/1147))
* [`1e70700`](jline/jline3@1e70700) Bump org.codehaus.gmavenplus:gmavenplus-plugin from 4.0.1 to 4.1.1 ([#1146](https://redirect.github.com/jline/jline3/issues/1146))
* Additional commits viewable in [compare view](jline/jline3@jline-3.28.0...jline-3.29.0)

  

Updates `org.jline:jline-terminal-jni` from 3.28.0 to 3.29.0
Release notes

*Sourced from [org.jline:jline-terminal-jni's releases](https://github.com/jline/jline3/releases).*

> 3.29.0
> ------
> 
> 💥 Breaking changes
> -----------------------
> 
> * Undeprecate ConsolePrompt methods et al ([ArcadeData#1148](https://redirect.github.com/jline/jline3/pull/1148)) [`@​quintesse`](https://github.com/quintesse)
> 
> 🚀 New features and improvements
> -------------------------------
> 
> * Add text-only prompt element for console-ui ([ArcadeData#1138](https://redirect.github.com/jline/jline3/pull/1138)) [`@​quintesse`](https://github.com/quintesse)
> * Dynamic console-ui prompt improvements, see [ArcadeData#1051](https://redirect.github.com/jline/jline3/issues/1051) ([ArcadeData#1132](https://redirect.github.com/jline/jline3/pull/1132)) [`@​quintesse`](https://github.com/quintesse)
> 
> 🐛 Bug Fixes
> -----------
> 
> * AnsiConsole should always obey the terminal (fixes [ArcadeData#1160](https://redirect.github.com/jline/jline3/issues/1160)) ([#1161](https://redirect.github.com/jline/jline3/pull/1161)) [`@​cstamas`](https://github.com/cstamas)
> * Add overloaded no-arg compile method ([ArcadeData#1137](https://redirect.github.com/jline/jline3/pull/1137)) [`@​iflan`](https://github.com/iflan)
> * Move catch to proper place ([#1133](https://redirect.github.com/jline/jline3/pull/1133)) [`@​cstamas`](https://github.com/cstamas)
> 
> 📦 Dependency updates
> --------------------
> 
> * Bump groovy.version from 4.0.24 to 4.0.25 ([ArcadeData#1163](https://redirect.github.com/jline/jline3/pull/1163)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * Bump org.graalvm.sdk:graal-sdk from 24.1.1 to 24.1.2 ([ArcadeData#1159](https://redirect.github.com/jline/jline3/pull/1159)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * Bump com.diffplug.spotless:spotless-maven-plugin from 2.44.1 to 2.44.2 ([#1155](https://redirect.github.com/jline/jline3/pull/1155)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * Bump org.sonatype.central:central-publishing-maven-plugin from 0.6.0 to 0.7.0 ([ArcadeData#1149](https://redirect.github.com/jline/jline3/pull/1149)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * Bump com.diffplug.spotless:spotless-maven-plugin from 2.43.0 to 2.44.1 ([#1147](https://redirect.github.com/jline/jline3/pull/1147)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * Bump org.codehaus.gmavenplus:gmavenplus-plugin from 4.0.1 to 4.1.1 ([#1146](https://redirect.github.com/jline/jline3/pull/1146)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * Bump org.apache.ivy:ivy from 2.5.2 to 2.5.3 ([ArcadeData#1144](https://redirect.github.com/jline/jline3/pull/1144)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * Bump net.java.dev.jna:jna from 5.15.0 to 5.16.0 ([ArcadeData#1142](https://redirect.github.com/jline/jline3/pull/1142)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * Bump junit.version from 5.11.3 to 5.11.4 ([ArcadeData#1135](https://redirect.github.com/jline/jline3/pull/1135)) @[dependabot[bot]](https://github.com/apps/dependabot)
> 
> 👻 Maintenance
> -------------
> 
> * Replace `Path.toFile()` ([#1158](https://redirect.github.com/jline/jline3/pull/1158)) [`@​snazy`](https://github.com/snazy)


Commits

* [`c095db8`](jline/jline3@c095db8) [maven-release-plugin] prepare release jline-3.29.0
* [`a6a7786`](jline/jline3@a6a7786) Undeprecate ConsolePrompt methods ([ArcadeData#1148](https://redirect.github.com/jline/jline3/issues/1148))
* [`ee5ac1b`](jline/jline3@ee5ac1b) Bump groovy.version from 4.0.24 to 4.0.25 ([ArcadeData#1163](https://redirect.github.com/jline/jline3/issues/1163))
* [`57030d4`](jline/jline3@57030d4) Replace `Path.toFile()` ([#1158](https://redirect.github.com/jline/jline3/issues/1158))
* [`f869217`](jline/jline3@f869217) AnsiConsole should always obey the terminal (fixes [ArcadeData#1160](https://redirect.github.com/jline/jline3/issues/1160)) ([#1161](https://redirect.github.com/jline/jline3/issues/1161))
* [`c7f7fbe`](jline/jline3@c7f7fbe) Bump org.graalvm.sdk:graal-sdk from 24.1.1 to 24.1.2 ([ArcadeData#1159](https://redirect.github.com/jline/jline3/issues/1159))
* [`ddfb352`](jline/jline3@ddfb352) Bump com.diffplug.spotless:spotless-maven-plugin from 2.44.1 to 2.44.2 ([#1155](https://redirect.github.com/jline/jline3/issues/1155))
* [`4504b46`](jline/jline3@4504b46) Bump org.sonatype.central:central-publishing-maven-plugin ([ArcadeData#1149](https://redirect.github.com/jline/jline3/issues/1149))
* [`5e6aa3e`](jline/jline3@5e6aa3e) Bump com.diffplug.spotless:spotless-maven-plugin from 2.43.0 to 2.44.1 ([#1147](https://redirect.github.com/jline/jline3/issues/1147))
* [`1e70700`](jline/jline3@1e70700) Bump org.codehaus.gmavenplus:gmavenplus-plugin from 4.0.1 to 4.1.1 ([#1146](https://redirect.github.com/jline/jline3/issues/1146))
* Additional commits viewable in [compare view](jline/jline3@jline-3.28.0...jline-3.29.0)

  

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-automerge-start)
[//]: # (dependabot-automerge-end)
---
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  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)
mergify Bot added a commit that referenced this pull request Jun 29, 2026
Bumps the github-actions group with 4 updates: [actions/setup-python](https://github.com/actions/setup-python), [actions/setup-java](https://github.com/actions/setup-java), [anthropics/claude-code-action](https://github.com/anthropics/claude-code-action) and [actions/setup-dotnet](https://github.com/actions/setup-dotnet).
Updates `actions/setup-python` from 6.2.0 to 6.3.0
Release notes

*Sourced from [actions/setup-python's releases](https://github.com/actions/setup-python/releases).*

> v6.3.0
> ------
>
> What's Changed
> --------------
>
> ### Enhancement
>
> * Add RHEL support and include Linux distro in cache keys by [`@​priyagupta108`](https://github.com/priyagupta108) in [actions/setup-python#1323](https://redirect.github.com/actions/setup-python/pull/1323)
> * Fix pip cache error handling on Windows by [`@​priyagupta108`](https://github.com/priyagupta108) in [actions/setup-python#1040](https://redirect.github.com/actions/setup-python/pull/1040)
>
> ### Dependency update
>
> * Upgrade minimatch from 3.1.2 to 3.1.5 by [`@​dependabot`](https://github.com/dependabot) in [actions/setup-python#1281](https://redirect.github.com/actions/setup-python/pull/1281)
> * Upgrade actions dependencies by [`@​gowridurgad`](https://github.com/gowridurgad) with [`@​Copilot`](https://github.com/Copilot) in [actions/setup-python#1303](https://redirect.github.com/actions/setup-python/pull/1303)
> * Upgrade `@​actions/cache` to 5.1.0, log cache write denied by [`@​jasongin`](https://github.com/jasongin) in [actions/setup-python#1324](https://redirect.github.com/actions/setup-python/pull/1324)
> * Upgrade dependency versions and test workflow configuration by [`@​HarithaVattikuti`](https://github.com/HarithaVattikuti) in [actions/setup-python#1322](https://redirect.github.com/actions/setup-python/pull/1322)
>
> ### Documentation
>
> * Update advanced-usage.md by [`@​Dunky-Z`](https://github.com/Dunky-Z) in [actions/setup-python#811](https://redirect.github.com/actions/setup-python/pull/811)
>
> New Contributors
> ----------------
>
> * [`@​gowridurgad`](https://github.com/gowridurgad) with [`@​Copilot`](https://github.com/Copilot) made their first contribution in [actions/setup-python#1303](https://redirect.github.com/actions/setup-python/pull/1303)
> * [`@​jasongin`](https://github.com/jasongin) made their first contribution in [actions/setup-python#1324](https://redirect.github.com/actions/setup-python/pull/1324)
> * [`@​Dunky-Z`](https://github.com/Dunky-Z) made their first contribution in [actions/setup-python#811](https://redirect.github.com/actions/setup-python/pull/811)
>
> **Full Changelog**: <actions/setup-python@v6...v6.3.0>


Commits

* [`ece7cb0`](actions/setup-python@ece7cb0) Fix pip cache error handling on Windows. ([#1040](https://redirect.github.com/actions/setup-python/issues/1040))
* [`1d18d7a`](actions/setup-python@1d18d7a) Update advanced-usage.md ([#811](https://redirect.github.com/actions/setup-python/issues/811))
* [`d2b357a`](actions/setup-python@d2b357a) Update dependency versions and test workflow configuration ([#1322](https://redirect.github.com/actions/setup-python/issues/1322))
* [`8f639b1`](actions/setup-python@8f639b1) Merge pull request [#1324](https://redirect.github.com/actions/setup-python/issues/1324) from jasongin/update-actions-cache-5.1.0
* [`6731c2b`](actions/setup-python@6731c2b) Resolve high-severity audit issues
* [`0cb1a84`](actions/setup-python@0cb1a84) Add RHEL support and include Linux distro in cache keys ([#1323](https://redirect.github.com/actions/setup-python/issues/1323))
* [`dc6eab6`](actions/setup-python@dc6eab6) Update dist
* [`6f4b74b`](actions/setup-python@6f4b74b) Strict equality
* [`fa8bde1`](actions/setup-python@fa8bde1) Bump `@​actions/cache` to 5.1.0, log cache write denied
* [`c8813ba`](actions/setup-python@c8813ba) Upgrade [`@​actions`](https://github.com/actions) dependencies and update licenses ([#1303](https://redirect.github.com/actions/setup-python/issues/1303))
* Additional commits viewable in [compare view](actions/setup-python@a309ff8...ece7cb0)
  
Updates `actions/setup-java` from 5.3.0 to 5.4.0
Release notes

*Sourced from [actions/setup-java's releases](https://github.com/actions/setup-java/releases).*

> v5.4.0
> ------
>
> What's Changed
> --------------
>
> * Bump `@​typescript-eslint/parser` from 8.48.0 to 8.61.1 by [`@​dependabot`](https://github.com/dependabot)[bot] in [actions/setup-java#1021](https://redirect.github.com/actions/setup-java/pull/1021)
> * Fix codeql workflow permissions by [`@​jsoref`](https://github.com/jsoref) in [actions/setup-java#993](https://redirect.github.com/actions/setup-java/pull/993)
> * fix CodeQL permissions by [`@​gdams`](https://github.com/gdams) in [actions/setup-java#1025](https://redirect.github.com/actions/setup-java/pull/1025)
> * fix: reject non-semver candidate versions in isVersionSatisfies by [`@​sproctor`](https://github.com/sproctor) in [actions/setup-java#1009](https://redirect.github.com/actions/setup-java/pull/1009)
> * Bump `@​actions/cache` to 5.1.0, handle cache write denied by [`@​jasongin`](https://github.com/jasongin) in [actions/setup-java#1026](https://redirect.github.com/actions/setup-java/pull/1026)
> * Add Maven Wrapper cache feature by [`@​mahabaleshwars`](https://github.com/mahabaleshwars) in [actions/setup-java#1027](https://redirect.github.com/actions/setup-java/pull/1027)
> * Spelling by [`@​jsoref`](https://github.com/jsoref) in [actions/setup-java#713](https://redirect.github.com/actions/setup-java/pull/713)
> * add link to advanced configuration for JetBrains by [`@​robstoll`](https://github.com/robstoll) in [actions/setup-java#850](https://redirect.github.com/actions/setup-java/pull/850)
> * docs(action): fix missing required or default fields by [`@​kranthipoturaju`](https://github.com/kranthipoturaju) in [actions/setup-java#1007](https://redirect.github.com/actions/setup-java/pull/1007)
> * feat: add microsoft openjdk 17.0.18 by [`@​al-kau`](https://github.com/al-kau) in [actions/setup-java#1002](https://redirect.github.com/actions/setup-java/pull/1002)
> * Update README.md - use "alert syntax for Markdown" for notes by [`@​mhoffrog`](https://github.com/mhoffrog) in [actions/setup-java#924](https://redirect.github.com/actions/setup-java/pull/924)
> * Bump undici from 6.24.1 to 6.27.0 by [`@​dependabot`](https://github.com/dependabot)[bot] in [actions/setup-java#1033](https://redirect.github.com/actions/setup-java/pull/1033)
> * Update contributor guide with emoji for clarity by [`@​brunoborges`](https://github.com/brunoborges) in [actions/setup-java#1028](https://redirect.github.com/actions/setup-java/pull/1028)
> * add javac problem matcher by [`@​Trass3r`](https://github.com/Trass3r) in [actions/setup-java#562](https://redirect.github.com/actions/setup-java/pull/562)
> * Clarify README version syntax and migration guidance by [`@​brunoborges`](https://github.com/brunoborges) with [`@​Copilot`](https://github.com/Copilot) in [actions/setup-java#1038](https://redirect.github.com/actions/setup-java/pull/1038)
> * Update undici artifacts to 6.27.0 (license cache + dist) by [`@​brunoborges`](https://github.com/brunoborges) in [actions/setup-java#1040](https://redirect.github.com/actions/setup-java/pull/1040)
> * docs: enhance custom jdk file installation by [`@​stephanabel`](https://github.com/stephanabel) in [actions/setup-java#996](https://redirect.github.com/actions/setup-java/pull/996)
> * Templates for new Java distributions by [`@​panticmilos`](https://github.com/panticmilos) in [actions/setup-java#429](https://redirect.github.com/actions/setup-java/pull/429)
> * Bump actions/checkout from 6 to 7 by [`@​dependabot`](https://github.com/dependabot)[bot] in [actions/setup-java#1032](https://redirect.github.com/actions/setup-java/pull/1032)
> * Bump `@​types/node` from 25.9.3 to 26.0.0 by [`@​dependabot`](https://github.com/dependabot)[bot] in [actions/setup-java#1031](https://redirect.github.com/actions/setup-java/pull/1031)
> * docs: replace non-existent HelloWorldApp references with java --version by [`@​brunoborges`](https://github.com/brunoborges) with [`@​Copilot`](https://github.com/Copilot) in [actions/setup-java#1043](https://redirect.github.com/actions/setup-java/pull/1043)
> * docs: add JavaFX Maven project configuration instructions by [`@​brunoborges`](https://github.com/brunoborges) with [`@​Copilot`](https://github.com/Copilot) in [actions/setup-java#1044](https://redirect.github.com/actions/setup-java/pull/1044)
> * docs: self-signed certificate / internal CA handling for GitHub Enterprise by [`@​brunoborges`](https://github.com/brunoborges) in [actions/setup-java#1050](https://redirect.github.com/actions/setup-java/pull/1050)
> * docs: document importing an internal CA into the installed JDK (cacerts) by [`@​brunoborges`](https://github.com/brunoborges) in [actions/setup-java#1051](https://redirect.github.com/actions/setup-java/pull/1051)
> * chore: Harden workflows: least-privilege permissions + zizmor integration by [`@​brunoborges`](https://github.com/brunoborges) in [actions/setup-java#1039](https://redirect.github.com/actions/setup-java/pull/1039)
> * dist: Add GraalVM Community distribution support by [`@​brunoborges`](https://github.com/brunoborges) with [`@​Copilot`](https://github.com/Copilot) in [actions/setup-java#1042](https://redirect.github.com/actions/setup-java/pull/1042)
> * docs: note jdkfile approach for Early Access / unreleased JDK builds by [`@​brunoborges`](https://github.com/brunoborges) in [actions/setup-java#1058](https://redirect.github.com/actions/setup-java/pull/1058)
> * dist: Apply Copilot review suggestions from PR [#1042](https://redirect.github.com/actions/setup-java/issues/1042) (GraalVM Community) by [`@​brunoborges`](https://github.com/brunoborges) in [actions/setup-java#1059](https://redirect.github.com/actions/setup-java/pull/1059)
>
> New Contributors
> ----------------
>
> * [`@​jsoref`](https://github.com/jsoref) made their first contribution in [actions/setup-java#993](https://redirect.github.com/actions/setup-java/pull/993)
> * [`@​sproctor`](https://github.com/sproctor) made their first contribution in [actions/setup-java#1009](https://redirect.github.com/actions/setup-java/pull/1009)
> * [`@​jasongin`](https://github.com/jasongin) made their first contribution in [actions/setup-java#1026](https://redirect.github.com/actions/setup-java/pull/1026)
> * [`@​robstoll`](https://github.com/robstoll) made their first contribution in [actions/setup-java#850](https://redirect.github.com/actions/setup-java/pull/850)
> * [`@​kranthipoturaju`](https://github.com/kranthipoturaju) made their first contribution in [actions/setup-java#1007](https://redirect.github.com/actions/setup-java/pull/1007)
> * [`@​al-kau`](https://github.com/al-kau) made their first contribution in [actions/setup-java#1002](https://redirect.github.com/actions/setup-java/pull/1002)
> * [`@​mhoffrog`](https://github.com/mhoffrog) made their first contribution in [actions/setup-java#924](https://redirect.github.com/actions/setup-java/pull/924)
> * [`@​brunoborges`](https://github.com/brunoborges) made their first contribution in [actions/setup-java#1028](https://redirect.github.com/actions/setup-java/pull/1028)
> * [`@​Trass3r`](https://github.com/Trass3r) made their first contribution in [actions/setup-java#562](https://redirect.github.com/actions/setup-java/pull/562)
> * [`@​stephanabel`](https://github.com/stephanabel) made their first contribution in [actions/setup-java#996](https://redirect.github.com/actions/setup-java/pull/996)
>
> **Full Changelog**: <actions/setup-java@v5...v5.4.0>


Commits

* [`1bcf9fb`](actions/setup-java@1bcf9fb) dist: Address Copilot review suggestions from PR [#1042](https://redirect.github.com/actions/setup-java/issues/1042) (GraalVM Community) (#...
* [`fa2c650`](actions/setup-java@fa2c650) docs: note jdkfile approach for Early Access / unreleased JDK builds ([#1058](https://redirect.github.com/actions/setup-java/issues/1058))
* [`1d56e31`](actions/setup-java@1d56e31) dist: Add GraalVM Community distribution support ([#1042](https://redirect.github.com/actions/setup-java/issues/1042))
* [`1d25252`](actions/setup-java@1d25252) chore: Harden workflows: least-privilege permissions + zizmor integration ([#1](https://redirect.github.com/actions/setup-java/issues/1)...
* [`668c1ea`](actions/setup-java@668c1ea) docs: add post-install keytool import for the JDK cacerts trust store ([#1051](https://redirect.github.com/actions/setup-java/issues/1051))
* [`a9a46fb`](actions/setup-java@a9a46fb) docs: document self-signed certificate / internal CA handling for GitHub Ente...
* [`5431e71`](actions/setup-java@5431e71) docs: add JavaFX Maven project configuration instructions ([#1044](https://redirect.github.com/actions/setup-java/issues/1044))
* [`4baa9b4`](actions/setup-java@4baa9b4) docs: replace non-existent HelloWorldApp references with java --version ([#1043](https://redirect.github.com/actions/setup-java/issues/1043))
* [`eab4b08`](actions/setup-java@eab4b08) Bump `@​types/node` from 25.9.3 to 26.0.0 ([#1031](https://redirect.github.com/actions/setup-java/issues/1031))
* [`bf0c0e6`](actions/setup-java@bf0c0e6) Bump actions/checkout from 6 to 7 ([#1032](https://redirect.github.com/actions/setup-java/issues/1032))
* Additional commits viewable in [compare view](actions/setup-java@ad2b381...1bcf9fb)
  
Updates `anthropics/claude-code-action` from 1.0.153 to 1.0.159
Release notes

*Sourced from [anthropics/claude-code-action's releases](https://github.com/anthropics/claude-code-action/releases).*

> v1.0.159
> --------
>
> What's Changed
> --------------
>
> * fix: bound app token revocation cleanup by [`@​tarunag10`](https://github.com/tarunag10) in [anthropics/claude-code-action#1437](https://redirect.github.com/anthropics/claude-code-action/pull/1437)
>
> New Contributors
> ----------------
>
> * [`@​tarunag10`](https://github.com/tarunag10) made their first contribution in [anthropics/claude-code-action#1437](https://redirect.github.com/anthropics/claude-code-action/pull/1437)
>
> **Full Changelog**: <anthropics/claude-code-action@v1...v1.0.159>
>
> v1.0.158
> --------
>
> **Full Changelog**: <anthropics/claude-code-action@v1...v1.0.158>
>
> v1.0.157
> --------
>
> **Full Changelog**: <anthropics/claude-code-action@v1...v1.0.157>
>
> v1.0.156
> --------
>
> **Full Changelog**: <anthropics/claude-code-action@v1...v1.0.156>
>
> v1.0.155
> --------
>
> What's Changed
> --------------
>
> * fix: filter PR reviews and inline review comments to trigger time by [`@​EffortlessSteven`](https://github.com/EffortlessSteven) in [anthropics/claude-code-action#1385](https://redirect.github.com/anthropics/claude-code-action/pull/1385)
> * test: cover format-turns content-type fallbacks and system\_other handling by [`@​farmer-data`](https://github.com/farmer-data) in [anthropics/claude-code-action#1421](https://redirect.github.com/anthropics/claude-code-action/pull/1421)
> * fix: allow @ in branch names (valid per git-check-ref-format) by [`@​bellalMohamed`](https://github.com/bellalMohamed) in [anthropics/claude-code-action#1411](https://redirect.github.com/anthropics/claude-code-action/pull/1411)
>
> New Contributors
> ----------------
>
> * [`@​EffortlessSteven`](https://github.com/EffortlessSteven) made their first contribution in [anthropics/claude-code-action#1385](https://redirect.github.com/anthropics/claude-code-action/pull/1385)
> * [`@​farmer-data`](https://github.com/farmer-data) made their first contribution in [anthropics/claude-code-action#1421](https://redirect.github.com/anthropics/claude-code-action/pull/1421)
> * [`@​bellalMohamed`](https://github.com/bellalMohamed) made their first contribution in [anthropics/claude-code-action#1411](https://redirect.github.com/anthropics/claude-code-action/pull/1411)
>
> **Full Changelog**: <anthropics/claude-code-action@v1...v1.0.155>
>
> v1.0.154
> --------
>
> **Full Changelog**: <anthropics/claude-code-action@v1...v1.0.154>


Commits

* [`a92e7c7`](anthropics/claude-code-action@a92e7c7) chore: bump Claude Code to 2.1.195 and Agent SDK to 0.3.195
* [`f8076dc`](anthropics/claude-code-action@f8076dc) fix: bound app token revocation cleanup ([#1437](https://redirect.github.com/anthropics/claude-code-action/issues/1437))
* [`5211368`](anthropics/claude-code-action@5211368) chore: bump Claude Code to 2.1.193 and Agent SDK to 0.3.193
* [`428971d`](anthropics/claude-code-action@428971d) chore: bump Claude Code to 2.1.191 and Agent SDK to 0.3.191
* [`74eedf1`](anthropics/claude-code-action@74eedf1) chore: bump Claude Code to 2.1.190 and Agent SDK to 0.3.190
* [`80b3182`](anthropics/claude-code-action@80b3182) chore: bump Claude Code to 2.1.187 and Agent SDK to 0.3.187
* [`360be9c`](anthropics/claude-code-action@360be9c) fix: allow @ in branch names (valid per git-check-ref-format) ([#1411](https://redirect.github.com/anthropics/claude-code-action/issues/1411))
* [`e452eb9`](anthropics/claude-code-action@e452eb9) test: cover format-turns content-type fallbacks and system\_other handling ([#1](https://redirect.github.com/anthropics/claude-code-action/issues/1)...
* [`6b80630`](anthropics/claude-code-action@6b80630) fix: filter PR reviews and inline review comments to trigger time ([#1385](https://redirect.github.com/anthropics/claude-code-action/issues/1385))
* [`30544b6`](anthropics/claude-code-action@30544b6) chore: bump Claude Code to 2.1.186 and Agent SDK to 0.3.186
* See full diff in [compare view](anthropics/claude-code-action@2fee155...a92e7c7)
  
Updates `actions/setup-dotnet` from 5.3.0 to 5.4.0
Release notes

*Sourced from [actions/setup-dotnet's releases](https://github.com/actions/setup-dotnet/releases).*

> v5.4.0
> ------
>
> What's Changed
> --------------
>
> ### Enhancements
>
> * Improve global.json SDK version validation for rollForward by [`@​priyagupta108`](https://github.com/priyagupta108) in [actions/setup-dotnet#742](https://redirect.github.com/actions/setup-dotnet/pull/742)
> * Pin actions to commit SHAs in workflows by [`@​priya-kinthali`](https://github.com/priya-kinthali) in [actions/setup-dotnet#744](https://redirect.github.com/actions/setup-dotnet/pull/744)
> * Expand the CSC problem matcher to light up more errors on GitHub. by [`@​StephenCleary`](https://github.com/StephenCleary) in [actions/setup-dotnet#717](https://redirect.github.com/actions/setup-dotnet/pull/717)
>
> ### Documentation
>
> * Docs(action): Explicitly mark all optional inputs with required: false by [`@​kranthipoturaju`](https://github.com/kranthipoturaju) in [actions/setup-dotnet#737](https://redirect.github.com/actions/setup-dotnet/pull/737)
>
> ### Bug Fixes
>
> * Fix global.json creation command by [`@​michal2612`](https://github.com/michal2612) in [actions/setup-dotnet#694](https://redirect.github.com/actions/setup-dotnet/pull/694)
>
> ### Dependency Updates
>
> * Upgrade `@​actions/cache` to 5.1.0, log cache write denied by [`@​jasongin`](https://github.com/jasongin) in [actions/setup-dotnet#746](https://redirect.github.com/actions/setup-dotnet/pull/746)
>
> New Contributors
> ----------------
>
> * [`@​jasongin`](https://github.com/jasongin) made their first contribution in [actions/setup-dotnet#746](https://redirect.github.com/actions/setup-dotnet/pull/746)
> * [`@​michal2612`](https://github.com/michal2612) made their first contribution in [actions/setup-dotnet#694](https://redirect.github.com/actions/setup-dotnet/pull/694)
> * [`@​kranthipoturaju`](https://github.com/kranthipoturaju) made their first contribution in [actions/setup-dotnet#737](https://redirect.github.com/actions/setup-dotnet/pull/737)
> * [`@​StephenCleary`](https://github.com/StephenCleary) made their first contribution in [actions/setup-dotnet#717](https://redirect.github.com/actions/setup-dotnet/pull/717)
>
> **Full Changelog**: <actions/setup-dotnet@v5...v5.4.0>


Commits

* [`26b0ec1`](actions/setup-dotnet@26b0ec1) Expand the CSC problem matcher to light up more errors on GitHub. ([#717](https://redirect.github.com/actions/setup-dotnet/issues/717))
* [`da5e548`](actions/setup-dotnet@da5e548) docs(action): explicitly mark all optional inputs with required: false ([#737](https://redirect.github.com/actions/setup-dotnet/issues/737))
* [`9bd3b44`](actions/setup-dotnet@9bd3b44) Improve readability of global.json creation command ([#694](https://redirect.github.com/actions/setup-dotnet/issues/694))
* [`4406a63`](actions/setup-dotnet@4406a63) Bump `@​actions/cache` to 5.1.0, log cache write denied ([#746](https://redirect.github.com/actions/setup-dotnet/issues/746))
* [`dc3262d`](actions/setup-dotnet@dc3262d) pin actions to commit SHAs in workflows ([#744](https://redirect.github.com/actions/setup-dotnet/issues/744))
* [`95a3f8b`](actions/setup-dotnet@95a3f8b) Validate global.json SDK version before rollForward optimization ([#742](https://redirect.github.com/actions/setup-dotnet/issues/742))
* See full diff in [compare view](actions/setup-dotnet@9a946fd...26b0ec1)
  
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-automerge-start)
[//]: # (dependabot-automerge-end)
---
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  ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore  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  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 ` 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 ` will remove all of the ignore conditions of the specified dependency
- `@dependabot unignore  ` will remove the ignore condition of the specified dependency and ignore conditions
mergify Bot added a commit that referenced this pull request Jul 26, 2026
…5.0 in /e2e-python [skip ci]

Updates the requirements on [testcontainers](https://github.com/testcontainers/testcontainers-python) to permit the latest version.
Release notes

*Sourced from [testcontainers's releases](https://github.com/testcontainers/testcontainers-python/releases).*

> testcontainers: v4.15.0
> -----------------------
>
> [4.15.0](testcontainers/testcontainers-python@testcontainers-v4.15.0-rc4...testcontainers-v4.15.0) (2026-07-24)
> ------------------------------------------------------------------------------------------------------------------------------------------
>
> ### Bug Fixes
>
> * **cratedb:** add CrateDB community module ([#1051](https://redirect.github.com/testcontainers/testcontainers-python/issues/1051)) ([0976c7e](testcontainers/testcontainers-python@0976c7e))


Changelog

*Sourced from [testcontainers's changelog](https://github.com/testcontainers/testcontainers-python/blob/main/CHANGELOG.md).*

> [4.15.0](testcontainers/testcontainers-python@testcontainers-v4.15.0-rc4...testcontainers-v4.15.0) (2026-07-24)
> ------------------------------------------------------------------------------------------------------------------------------------------
>
> ### Bug Fixes
>
> * **cratedb:** add CrateDB community module ([#1051](https://redirect.github.com/testcontainers/testcontainers-python/issues/1051)) ([0976c7e](testcontainers/testcontainers-python@0976c7e))
>
> [4.15.0-rc4](testcontainers/testcontainers-python@testcontainers-v4.15.0-rc3...testcontainers-v4.15.0-rc4) (2026-06-11)
> --------------------------------------------------------------------------------------------------------------------------------------------------
>
> ### Features
>
> * extended configuration options for container.exec method ([#1050](https://redirect.github.com/testcontainers/testcontainers-python/issues/1050)) ([7dee471](testcontainers/testcontainers-python@7dee471))
> * **main:** enable typing for complete package ([237be27](testcontainers/testcontainers-python@237be27))
> * **main:** make legacy imports available with deprecation notice ([ab6cca8](testcontainers/testcontainers-python@ab6cca8))
> * **test:** start working on parallel-running tests (WIP!) ([2d24429](testcontainers/testcontainers-python@2d24429))
>
> ### Bug Fixes
>
> * **arangodb:** replace deprecated add\_hash\_index with add\_persistent\_index ([50bb202](testcontainers/testcontainers-python@50bb202))
> * **aws:** wrong path of test ([38089b0](testcontainers/testcontainers-python@38089b0))
> * **ci:** correct coverage paths ([b21eccd](testcontainers/testcontainers-python@b21eccd))
> * **ci:** fix community test selection ([5287fc8](testcontainers/testcontainers-python@5287fc8))
> * **ci:** ignore [`@​overload`](https://github.com/overload) in coverage ([592c6d1](testcontainers/testcontainers-python@592c6d1))
> * **ci:** ignore TYPE\_CHECKING block in coverage ([3bdc561](testcontainers/testcontainers-python@3bdc561))
> * **core/registry:** use relative import for \_LocalRegistryContainer ([961e3d1](testcontainers/testcontainers-python@961e3d1))
> * **core:** make is\_podman respect resolved docker host ([#1048](https://redirect.github.com/testcontainers/testcontainers-python/issues/1048)) ([6018da3](testcontainers/testcontainers-python@6018da3))
> * **docs:** update docs reflecting new structure ([9427055](testcontainers/testcontainers-python@9427055))
> * **doctests:** Ensure paths are correct ([f777673](testcontainers/testcontainers-python@f777673))
> * **k3s:** replace tmpfs dict kwarg with with\_tmpfs\_mount() ([4d1da0c](testcontainers/testcontainers-python@4d1da0c))
> * **keycloak:** disable SSL requirement for master realm after start ([2a85595](testcontainers/testcontainers-python@2a85595))
> * **main:** adopt ci to new src structure ([dae421d](testcontainers/testcontainers-python@dae421d))
> * **main:** adopt imports to new structure ([9155677](testcontainers/testcontainers-python@9155677))
> * **rabbitmq:** declare queue as durable ([2622736](testcontainers/testcontainers-python@2622736))
> * **ruff:** add \*\*/\*\_example.py to per-file-ignores for T201 ([01dbd16](testcontainers/testcontainers-python@01dbd16))
> * **sftp:** remove redundant start() calls and fix SSH connection options ([54cef56](testcontainers/testcontainers-python@54cef56))
> * **trino:** increase default startup timeout from 30s to 60s ([2940501](testcontainers/testcontainers-python@2940501))
> * **weaviate:** update and fix module ([5dd2aa1](testcontainers/testcontainers-python@5dd2aa1))
>
> [4.15.0-rc3](testcontainers/testcontainers-python@testcontainers-v4.15.0-rc2...testcontainers-v4.15.0-rc3) (2026-06-03)
> --------------------------------------------------------------------------------------------------------------------------------------------------
>
> ### Features
>
> * **core:** add Podman compatibility ([#1028](https://redirect.github.com/testcontainers/testcontainers-python/issues/1028)) ([37093ab](testcontainers/testcontainers-python@37093ab))
> * **core:** auto-detect DOCKER\_HOST from current docker context ([#1026](https://redirect.github.com/testcontainers/testcontainers-python/issues/1026)) ([d4b8ff6](testcontainers/testcontainers-python@d4b8ff6)), closes [#1025](https://redirect.github.com/testcontainers/testcontainers-python/issues/1025)
>
> ### Bug Fixes

... (truncated)


Commits

* [`04267b3`](testcontainers/testcontainers-python@04267b3) chore(main): release testcontainers 4.15.0 ([#1057](https://redirect.github.com/testcontainers/testcontainers-python/issues/1057))
* [`0f23105`](testcontainers/testcontainers-python@0f23105) chore(deps): bump boto3 from 1.43.36 to 1.43.50 ([#1077](https://redirect.github.com/testcontainers/testcontainers-python/issues/1077))
* [`bee755c`](testcontainers/testcontainers-python@bee755c) chore(deps): bump kubernetes from 36.0.2 to 36.0.3 ([#1078](https://redirect.github.com/testcontainers/testcontainers-python/issues/1078))
* [`9b6837d`](testcontainers/testcontainers-python@9b6837d) chore(deps): bump docker from 7.1.0 to 7.2.0 ([#1076](https://redirect.github.com/testcontainers/testcontainers-python/issues/1076))
* [`7685f20`](testcontainers/testcontainers-python@7685f20) chore(deps): bump openfga-sdk from 0.10.3 to 0.10.4 ([#1074](https://redirect.github.com/testcontainers/testcontainers-python/issues/1074))
* [`007e5ac`](testcontainers/testcontainers-python@007e5ac) chore(deps): bump redis from 8.0.0 to 8.0.1 ([#1072](https://redirect.github.com/testcontainers/testcontainers-python/issues/1072))
* [`977279b`](testcontainers/testcontainers-python@977279b) chore(deps-dev): bump anyio from 4.14.0 to 4.14.1 ([#1070](https://redirect.github.com/testcontainers/testcontainers-python/issues/1070))
* [`1571ff2`](testcontainers/testcontainers-python@1571ff2) chore(deps-dev): bump ruff from 0.15.17 to 0.15.20 ([#1068](https://redirect.github.com/testcontainers/testcontainers-python/issues/1068))
* [`1f683f9`](testcontainers/testcontainers-python@1f683f9) chore(deps): bump wrapt from 2.2.1 to 2.2.2 ([#1067](https://redirect.github.com/testcontainers/testcontainers-python/issues/1067))
* [`230b3be`](testcontainers/testcontainers-python@230b3be) chore(deps): bump selenium from 4.44.0 to 4.45.0 ([#1066](https://redirect.github.com/testcontainers/testcontainers-python/issues/1066))
* Additional commits viewable in [compare view](testcontainers/testcontainers-python@testcontainers-v4.14.2...testcontainers-v4.15.0)
  
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-automerge-start)
[//]: # (dependabot-automerge-end)
---
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  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)
mergify Bot added a commit that referenced this pull request Jul 29, 2026
Bumps the github-actions group with 2 updates: [actions/checkout](https://github.com/actions/checkout) and [docker/login-action](https://github.com/docker/login-action).
Updates `actions/checkout` from 7.0.0 to 7.0.1
Release notes

*Sourced from [actions/checkout's releases](https://github.com/actions/checkout/releases).*

> v7.0.1
> ------
>
> What's Changed
> --------------
>
> * skip running unsafe pr check if input is default by [`@​aiqiaoy`](https://github.com/aiqiaoy) in [actions/checkout#2518](https://redirect.github.com/actions/checkout/pull/2518)
> * trim only ascii whitespace for branch by [`@​aiqiaoy`](https://github.com/aiqiaoy) in [actions/checkout#2521](https://redirect.github.com/actions/checkout/pull/2521)
> * escape values passed to --unset by [`@​aiqiaoy`](https://github.com/aiqiaoy) in [actions/checkout#2530](https://redirect.github.com/actions/checkout/pull/2530)
> * Various dependency updates
>
> **Full Changelog**: <actions/checkout@v7...v7.0.1>


Changelog

*Sourced from [actions/checkout's changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md).*

> Changelog
> =========
>
> v7.0.1
> ------
>
> * Skip running unsafe pr check if input is default by [`@​aiqiaoy`](https://github.com/aiqiaoy) in [actions/checkout#2518](https://redirect.github.com/actions/checkout/pull/2518)
> * Trim only ascii whitespace for branch by [`@​aiqiaoy`](https://github.com/aiqiaoy) in [actions/checkout#2521](https://redirect.github.com/actions/checkout/pull/2521)
> * Escape values passed to --unset by [`@​aiqiaoy`](https://github.com/aiqiaoy) in [actions/checkout#2530](https://redirect.github.com/actions/checkout/pull/2530)
> * Various dependency updates
>
> v7.0.0
> ------
>
> * Block checking out fork PR for pull\_request\_target and workflow\_run by [`@​aiqiaoy`](https://github.com/aiqiaoy) in [actions/checkout#2454](https://redirect.github.com/actions/checkout/pull/2454)
> * Various dependency updates
>
> v6.0.3
> ------
>
> * Fix checkout init for SHA-256 repositories by [`@​yaananth`](https://github.com/yaananth) in [actions/checkout#2439](https://redirect.github.com/actions/checkout/pull/2439)
> * fix: expand merge commit SHA regex and add SHA-256 test cases by [`@​yaananth`](https://github.com/yaananth) in [actions/checkout#2414](https://redirect.github.com/actions/checkout/pull/2414)
>
> v6.0.2
> ------
>
> * Fix tag handling: preserve annotations and explicit fetch-tags by [`@​ericsciple`](https://github.com/ericsciple) in [actions/checkout#2356](https://redirect.github.com/actions/checkout/pull/2356)
>
> v6.0.1
> ------
>
> * Add worktree support for persist-credentials includeIf by [`@​ericsciple`](https://github.com/ericsciple) in [actions/checkout#2327](https://redirect.github.com/actions/checkout/pull/2327)
>
> v6.0.0
> ------
>
> * Persist creds to a separate file by [`@​ericsciple`](https://github.com/ericsciple) in [actions/checkout#2286](https://redirect.github.com/actions/checkout/pull/2286)
> * Update README to include Node.js 24 support details and requirements by [`@​salmanmkc`](https://github.com/salmanmkc) in [actions/checkout#2248](https://redirect.github.com/actions/checkout/pull/2248)
>
> v5.0.1
> ------
>
> * Port v6 cleanup to v5 by [`@​ericsciple`](https://github.com/ericsciple) in [actions/checkout#2301](https://redirect.github.com/actions/checkout/pull/2301)
>
> v5.0.0
> ------
>
> * Update actions checkout to use node 24 by [`@​salmanmkc`](https://github.com/salmanmkc) in [actions/checkout#2226](https://redirect.github.com/actions/checkout/pull/2226)
>
> v4.3.1
> ------
>
> * Port v6 cleanup to v4 by [`@​ericsciple`](https://github.com/ericsciple) in [actions/checkout#2305](https://redirect.github.com/actions/checkout/pull/2305)
>
> v4.3.0
> ------
>
> * docs: update README.md by [`@​motss`](https://github.com/motss) in [actions/checkout#1971](https://redirect.github.com/actions/checkout/pull/1971)
> * Add internal repos for checking out multiple repositories by [`@​mouismail`](https://github.com/mouismail) in [actions/checkout#1977](https://redirect.github.com/actions/checkout/pull/1977)
> * Documentation update - add recommended permissions to Readme by [`@​benwells`](https://github.com/benwells) in [actions/checkout#2043](https://redirect.github.com/actions/checkout/pull/2043)
> * Adjust positioning of user email note and permissions heading by [`@​joshmgross`](https://github.com/joshmgross) in [actions/checkout#2044](https://redirect.github.com/actions/checkout/pull/2044)
> * Update README.md by [`@​nebuk89`](https://github.com/nebuk89) in [actions/checkout#2194](https://redirect.github.com/actions/checkout/pull/2194)
> * Update CODEOWNERS for actions by [`@​TingluoHuang`](https://github.com/TingluoHuang) in [actions/checkout#2224](https://redirect.github.com/actions/checkout/pull/2224)
> * Update package dependencies by [`@​salmanmkc`](https://github.com/salmanmkc) in [actions/checkout#2236](https://redirect.github.com/actions/checkout/pull/2236)
>
> v4.2.2
> ------
>
> * `url-helper.ts` now leverages well-known environment variables by [`@​jww3`](https://github.com/jww3) in [actions/checkout#1941](https://redirect.github.com/actions/checkout/pull/1941)
> * Expand unit test coverage for `isGhes` by [`@​jww3`](https://github.com/jww3) in [actions/checkout#1946](https://redirect.github.com/actions/checkout/pull/1946)
>
> v4.2.1
> ------
>
> * Check out other refs/\* by commit if provided, fall back to ref by [`@​orhantoy`](https://github.com/orhantoy) in [actions/checkout#1924](https://redirect.github.com/actions/checkout/pull/1924)

... (truncated)


Commits

* See full diff in [compare view](actions/checkout@v7...3d3c42e)
  
Updates `docker/login-action` from 4.4.0 to 4.6.0
Release notes

*Sourced from [docker/login-action's releases](https://github.com/docker/login-action/releases).*

> v4.6.0
> ------
>
> * Harden buildx scoped config path handling by [`@​crazy-max`](https://github.com/crazy-max) in [docker/login-action#1059](https://redirect.github.com/docker/login-action/pull/1059)
> * Bump `@​aws-sdk/client-ecr` and `@​aws-sdk/client-ecr-public` to 3.1095.0 in [docker/login-action#1051](https://redirect.github.com/docker/login-action/pull/1051)
> * Bump js-yaml from 5.2.1 to 5.2.2 in [docker/login-action#1057](https://redirect.github.com/docker/login-action/pull/1057)
> * Bump postcss from 8.5.10 to 8.5.22 in [docker/login-action#1056](https://redirect.github.com/docker/login-action/pull/1056)
>
> **Full Changelog**: <docker/login-action@v4.5.2...v4.6.0>
>
> v4.5.2
> ------
>
> * Surface Docker Hub OIDC error responses by [`@​crazy-max`](https://github.com/crazy-max) in [docker/login-action#1058](https://redirect.github.com/docker/login-action/pull/1058)
>
> **Full Changelog**: <docker/login-action@v4.5.1...v4.5.2>
>
> v4.5.1
> ------
>
> * Support `dhi.io` as Docker Hub OIDC registry by [`@​crazy-max`](https://github.com/crazy-max) in [docker/login-action#1054](https://redirect.github.com/docker/login-action/pull/1054)
>
> **Full Changelog**: <docker/login-action@v4.5.0...v4.5.1>
>
> v4.5.0
> ------
>
> * [Docker Hub OIDC](https://github.com/docker/login-action#docker-hub) login support by [`@​crazy-max`](https://github.com/crazy-max) in [docker/login-action#1048](https://redirect.github.com/docker/login-action/pull/1048)
> * Bump `@​aws-sdk/client-ecr` and `@​aws-sdk/client-ecr-public` to 3.1091.0 in [docker/login-action#1037](https://redirect.github.com/docker/login-action/pull/1037)
> * Bump `@​docker/actions-toolkit` from 0.92.0 to 0.94.0 in [docker/login-action#1044](https://redirect.github.com/docker/login-action/pull/1044) [docker/login-action#1050](https://redirect.github.com/docker/login-action/pull/1050)
> * Bump brace-expansion from 1.1.13 to 1.1.16 in [docker/login-action#1046](https://redirect.github.com/docker/login-action/pull/1046)
> * Bump js-yaml from 5.2.0 to 5.2.1 in [docker/login-action#1038](https://redirect.github.com/docker/login-action/pull/1038)
>
> **Full Changelog**: <docker/login-action@v4.4.0...v4.5.0>


Commits

* [`dbcb813`](docker/login-action@dbcb813) Merge pull request [#1051](https://redirect.github.com/docker/login-action/issues/1051) from docker/dependabot/npm\_and\_yarn/aws-sdk-dependen...
* [`5bcb015`](docker/login-action@5bcb015) [dependabot skip] chore: update generated content
* [`b30b2f2`](docker/login-action@b30b2f2) build(deps): bump the aws-sdk-dependencies group across 1 directory with 2 up...
* [`9087f1e`](docker/login-action@9087f1e) Merge pull request [#1057](https://redirect.github.com/docker/login-action/issues/1057) from docker/dependabot/npm\_and\_yarn/js-yaml-5.2.2
* [`0009830`](docker/login-action@0009830) [dependabot skip] chore: update generated content
* [`2325523`](docker/login-action@2325523) build(deps): bump js-yaml from 5.2.1 to 5.2.2
* [`4ec1d4a`](docker/login-action@4ec1d4a) Merge pull request [#1056](https://redirect.github.com/docker/login-action/issues/1056) from docker/dependabot/npm\_and\_yarn/postcss-8.5.22
* [`5fc99ba`](docker/login-action@5fc99ba) Merge pull request [#1053](https://redirect.github.com/docker/login-action/issues/1053) from docker/dependabot/github\_actions/aws-actions/co...
* [`e512bd5`](docker/login-action@e512bd5) Merge pull request [#1052](https://redirect.github.com/docker/login-action/issues/1052) from docker/dependabot/github\_actions/codeql-actions...
* [`a146c91`](docker/login-action@a146c91) Merge pull request [#1059](https://redirect.github.com/docker/login-action/issues/1059) from crazy-max/harden-buildx-scope-paths
* Additional commits viewable in [compare view](docker/login-action@v4.4.0...dbcb813)
  
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-automerge-start)
[//]: # (dependabot-automerge-end)
---
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  ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore  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  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 ` 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 ` will remove all of the ignore conditions of the specified dependency
- `@dependabot unignore  ` will remove the ignore condition of the specified dependency and ignore conditions
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant