[PR #27469] chore(deps): bump testcontainers from 4.10.0 to 4.13.2 in /api #31773

Closed
opened 2026-02-21 20:50:06 -05:00 by yindo · 0 comments
Owner

Original Pull Request: https://github.com/langgenius/dify/pull/27469

State: closed
Merged: Yes


Bumps testcontainers from 4.10.0 to 4.13.2.

Release notes

Sourced from testcontainers's releases.

testcontainers: v4.13.2

4.13.2 (2025-10-07)

Bug Fixes

  • core: Fix issues with doctests (#893) (2e4d80a)
  • core: waiting improvements + remove decorators in core (#894) (f93f379)
  • issue #889 by changing the annotated return type of waiting_for to Self. (#890) (fe941b1)
  • mongo: mongo start waiting forever for old mongo versions (#783) (1388612)
  • redpanda: copy the startup script to a path that can be written … (#867) (e6b976d)
  • trino: Remove deprecated class and decorator from Trino container (#895) (bb646e9)

testcontainers: v4.13.1

4.13.1 (2025-09-24)

Bug Fixes

  • core: Added 'compose' in compose_command_property (#879) (769b7b6)
  • core: make sure context manager exits (#876) (10089f6)

testcontainers: v4.13.0

4.13.0 (2025-08-27)

Features

  • azurite: Enhance connection string generation for network and local access (#859) (b21e5e3)
  • core: add enhanced wait strategies (#855) (60d21f8)
  • core: DockerCompose: support list of env_files (#847) (fe206eb)

Bug Fixes

  • assert-in-get_container_host_ip-before-start (#862) (fc4155e)
  • core: improper reading of .testcontainers.properties (#863) (350f246)
  • core: Make TC_POOLING_INTERVAL/sleep_time a float (#839) (a072f3f)

testcontainers: v4.12.0

4.12.0 (2025-07-21)

Features

  • main: New Testcontainers Python Docs Site (#822) (a6bdf0e)
  • make config monkeypatchable, fix config related startup issues (#833) (ff6a32d)
  • modules: add OpenFGA module (#762) (0b7b482)
  • set multiple variables via keyword args (#804) (1532df5)

... (truncated)

Changelog

Sourced from testcontainers's changelog.

4.13.2 (2025-10-07)

Bug Fixes

  • core: Fix issues with doctests (#893) (2e4d80a)
  • core: waiting improvements + remove decorators in core (#894) (f93f379)
  • issue #889 by changing the annotated return type of waiting_for to Self. (#890) (fe941b1)
  • mongo: mongo start waiting forever for old mongo versions (#783) (1388612)
  • redpanda: copy the startup script to a path that can be written … (#867) (e6b976d)
  • trino: Remove deprecated class and decorator from Trino container (#895) (bb646e9)

4.13.1 (2025-09-24)

Bug Fixes

  • core: Added 'compose' in compose_command_property (#879) (769b7b6)
  • core: make sure context manager exits (#876) (10089f6)

4.13.0 (2025-08-27)

Features

  • azurite: Enhance connection string generation for network and local access (#859) (b21e5e3)
  • core: add enhanced wait strategies (#855) (60d21f8)
  • core: DockerCompose: support list of env_files (#847) (fe206eb)

Bug Fixes

  • assert-in-get_container_host_ip-before-start (#862) (fc4155e)
  • core: improper reading of .testcontainers.properties (#863) (350f246)
  • core: Make TC_POOLING_INTERVAL/sleep_time a float (#839) (a072f3f)

4.12.0 (2025-07-21)

Features

  • main: New Testcontainers Python Docs Site (#822) (a6bdf0e)
  • make config monkeypatchable, fix config related startup issues (#833) (ff6a32d)
  • modules: add OpenFGA module (#762) (0b7b482)
  • set multiple variables via keyword args (#804) (1532df5)

Bug Fixes

... (truncated)

Commits
  • 5c1504c chore(main): release testcontainers 4.13.2 (#891)
  • 1388612 fix(mongo): mongo start waiting forever for old mongo versions (#783)
  • e6b976d fix(redpanda): copy the startup script to a path that can be written … (#867)
  • bb646e9 fix(trino): Remove deprecated class and decorator from Trino container (#895)
  • 2e4d80a fix(core): Fix issues with doctests (#893)
  • f93f379 fix(core): waiting improvements + remove decorators in core (#894)
  • fe941b1 fix: issue #889 by changing the annotated return type of waiting_for to `Se...
  • ce12f22 chore(main): release testcontainers 4.13.1 (#877)
  • 769b7b6 fix(core): Added 'compose' in compose_command_property (#879)
  • 10089f6 fix(core): make sure context manager exits (#876)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
**Original Pull Request:** https://github.com/langgenius/dify/pull/27469 **State:** closed **Merged:** Yes --- Bumps [testcontainers](https://github.com/testcontainers/testcontainers-python) from 4.10.0 to 4.13.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/testcontainers/testcontainers-python/releases">testcontainers's releases</a>.</em></p> <blockquote> <h2>testcontainers: v4.13.2</h2> <h2><a href="https://github.com/testcontainers/testcontainers-python/compare/testcontainers-v4.13.1...testcontainers-v4.13.2">4.13.2</a> (2025-10-07)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>core:</strong> Fix issues with doctests (<a href="https://redirect.github.com/testcontainers/testcontainers-python/issues/893">#893</a>) (<a href="https://github.com/testcontainers/testcontainers-python/commit/2e4d80ade5a2048c8bc79d7a2438004b8e0954e4">2e4d80a</a>)</li> <li><strong>core:</strong> waiting improvements + remove decorators in core (<a href="https://redirect.github.com/testcontainers/testcontainers-python/issues/894">#894</a>) (<a href="https://github.com/testcontainers/testcontainers-python/commit/f93f379380a9de769fe6a1e1168622865cdf613d">f93f379</a>)</li> <li>issue <a href="https://redirect.github.com/testcontainers/testcontainers-python/issues/889">#889</a> by changing the annotated return type of <code>waiting_for</code> to <code>Self</code>. (<a href="https://redirect.github.com/testcontainers/testcontainers-python/issues/890">#890</a>) (<a href="https://github.com/testcontainers/testcontainers-python/commit/fe941b17bb97aad15dc4844996f166c9308f4476">fe941b1</a>)</li> <li><strong>mongo:</strong> mongo start waiting forever for old mongo versions (<a href="https://redirect.github.com/testcontainers/testcontainers-python/issues/783">#783</a>) (<a href="https://github.com/testcontainers/testcontainers-python/commit/13886120e9cb72666a40ea3691ea13e584805918">1388612</a>)</li> <li><strong>redpanda:</strong> copy the startup script to a path that can be written … (<a href="https://redirect.github.com/testcontainers/testcontainers-python/issues/867">#867</a>) (<a href="https://github.com/testcontainers/testcontainers-python/commit/e6b976de43fc6fe90d7131fd25983f9c6b08429b">e6b976d</a>)</li> <li><strong>trino:</strong> Remove deprecated class and decorator from Trino container (<a href="https://redirect.github.com/testcontainers/testcontainers-python/issues/895">#895</a>) (<a href="https://github.com/testcontainers/testcontainers-python/commit/bb646e903236a1df72bc38dbb47d1dba95527198">bb646e9</a>)</li> </ul> <h2>testcontainers: v4.13.1</h2> <h2><a href="https://github.com/testcontainers/testcontainers-python/compare/testcontainers-v4.13.0...testcontainers-v4.13.1">4.13.1</a> (2025-09-24)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>core:</strong> Added 'compose' in compose_command_property (<a href="https://redirect.github.com/testcontainers/testcontainers-python/issues/879">#879</a>) (<a href="https://github.com/testcontainers/testcontainers-python/commit/769b7b688fe254cb8e38e05f453c4e3fe7999ad5">769b7b6</a>)</li> <li><strong>core:</strong> make sure context manager exits (<a href="https://redirect.github.com/testcontainers/testcontainers-python/issues/876">#876</a>) (<a href="https://github.com/testcontainers/testcontainers-python/commit/10089f6e2fe07e53cc47a69521e67a1bf3310065">10089f6</a>)</li> </ul> <h2>testcontainers: v4.13.0</h2> <h2><a href="https://github.com/testcontainers/testcontainers-python/compare/testcontainers-v4.12.0...testcontainers-v4.13.0">4.13.0</a> (2025-08-27)</h2> <h3>Features</h3> <ul> <li><strong>azurite:</strong> Enhance connection string generation for network and local access (<a href="https://redirect.github.com/testcontainers/testcontainers-python/issues/859">#859</a>) (<a href="https://github.com/testcontainers/testcontainers-python/commit/b21e5e38075ddbd71fb4f97e843abc104dec6beb">b21e5e3</a>)</li> <li><strong>core:</strong> add enhanced wait strategies (<a href="https://redirect.github.com/testcontainers/testcontainers-python/issues/855">#855</a>) (<a href="https://github.com/testcontainers/testcontainers-python/commit/60d21f875f49f52e170b0714e8790080a6cb4c71">60d21f8</a>)</li> <li><strong>core:</strong> DockerCompose: support list of env_files (<a href="https://redirect.github.com/testcontainers/testcontainers-python/issues/847">#847</a>) (<a href="https://github.com/testcontainers/testcontainers-python/commit/fe206eb48ee9e18623761926900bfc33a8a869a7">fe206eb</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li>assert-in-get_container_host_ip-before-start (<a href="https://redirect.github.com/testcontainers/testcontainers-python/issues/862">#862</a>) (<a href="https://github.com/testcontainers/testcontainers-python/commit/fc4155eb70509ba236fff771c2f8973667acb098">fc4155e</a>)</li> <li><strong>core:</strong> improper reading of .testcontainers.properties (<a href="https://redirect.github.com/testcontainers/testcontainers-python/issues/863">#863</a>) (<a href="https://github.com/testcontainers/testcontainers-python/commit/350f246a3b6367d727046b8967a63d1c055cf324">350f246</a>)</li> <li><strong>core:</strong> Make TC_POOLING_INTERVAL/sleep_time a float (<a href="https://redirect.github.com/testcontainers/testcontainers-python/issues/839">#839</a>) (<a href="https://github.com/testcontainers/testcontainers-python/commit/a072f3fad46b3b3e7c5bea6255f27b79826aaf5f">a072f3f</a>)</li> </ul> <h2>testcontainers: v4.12.0</h2> <h2><a href="https://github.com/testcontainers/testcontainers-python/compare/testcontainers-v4.11.0...testcontainers-v4.12.0">4.12.0</a> (2025-07-21)</h2> <h3>Features</h3> <ul> <li><strong>main:</strong> New Testcontainers Python Docs Site (<a href="https://redirect.github.com/testcontainers/testcontainers-python/issues/822">#822</a>) (<a href="https://github.com/testcontainers/testcontainers-python/commit/a6bdf0ef84643074fbc7edf3a75936ce3f1d0880">a6bdf0e</a>)</li> <li>make config monkeypatchable, fix config related startup issues (<a href="https://redirect.github.com/testcontainers/testcontainers-python/issues/833">#833</a>) (<a href="https://github.com/testcontainers/testcontainers-python/commit/ff6a32db803046db8d89ba5a7157bf573d9f25c2">ff6a32d</a>)</li> <li><strong>modules:</strong> add OpenFGA module (<a href="https://redirect.github.com/testcontainers/testcontainers-python/issues/762">#762</a>) (<a href="https://github.com/testcontainers/testcontainers-python/commit/0b7b482f9ec807e87fd43d1372226fa43eb4ed7c">0b7b482</a>)</li> <li>set multiple variables via keyword args (<a href="https://redirect.github.com/testcontainers/testcontainers-python/issues/804">#804</a>) (<a href="https://github.com/testcontainers/testcontainers-python/commit/1532df5e9094d15b9f3e9233e7f5843d8bc24386">1532df5</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/testcontainers/testcontainers-python/blob/main/CHANGELOG.md">testcontainers's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/testcontainers/testcontainers-python/compare/testcontainers-v4.13.1...testcontainers-v4.13.2">4.13.2</a> (2025-10-07)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>core:</strong> Fix issues with doctests (<a href="https://redirect.github.com/testcontainers/testcontainers-python/issues/893">#893</a>) (<a href="https://github.com/testcontainers/testcontainers-python/commit/2e4d80ade5a2048c8bc79d7a2438004b8e0954e4">2e4d80a</a>)</li> <li><strong>core:</strong> waiting improvements + remove decorators in core (<a href="https://redirect.github.com/testcontainers/testcontainers-python/issues/894">#894</a>) (<a href="https://github.com/testcontainers/testcontainers-python/commit/f93f379380a9de769fe6a1e1168622865cdf613d">f93f379</a>)</li> <li>issue <a href="https://redirect.github.com/testcontainers/testcontainers-python/issues/889">#889</a> by changing the annotated return type of <code>waiting_for</code> to <code>Self</code>. (<a href="https://redirect.github.com/testcontainers/testcontainers-python/issues/890">#890</a>) (<a href="https://github.com/testcontainers/testcontainers-python/commit/fe941b17bb97aad15dc4844996f166c9308f4476">fe941b1</a>)</li> <li><strong>mongo:</strong> mongo start waiting forever for old mongo versions (<a href="https://redirect.github.com/testcontainers/testcontainers-python/issues/783">#783</a>) (<a href="https://github.com/testcontainers/testcontainers-python/commit/13886120e9cb72666a40ea3691ea13e584805918">1388612</a>)</li> <li><strong>redpanda:</strong> copy the startup script to a path that can be written … (<a href="https://redirect.github.com/testcontainers/testcontainers-python/issues/867">#867</a>) (<a href="https://github.com/testcontainers/testcontainers-python/commit/e6b976de43fc6fe90d7131fd25983f9c6b08429b">e6b976d</a>)</li> <li><strong>trino:</strong> Remove deprecated class and decorator from Trino container (<a href="https://redirect.github.com/testcontainers/testcontainers-python/issues/895">#895</a>) (<a href="https://github.com/testcontainers/testcontainers-python/commit/bb646e903236a1df72bc38dbb47d1dba95527198">bb646e9</a>)</li> </ul> <h2><a href="https://github.com/testcontainers/testcontainers-python/compare/testcontainers-v4.13.0...testcontainers-v4.13.1">4.13.1</a> (2025-09-24)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>core:</strong> Added 'compose' in compose_command_property (<a href="https://redirect.github.com/testcontainers/testcontainers-python/issues/879">#879</a>) (<a href="https://github.com/testcontainers/testcontainers-python/commit/769b7b688fe254cb8e38e05f453c4e3fe7999ad5">769b7b6</a>)</li> <li><strong>core:</strong> make sure context manager exits (<a href="https://redirect.github.com/testcontainers/testcontainers-python/issues/876">#876</a>) (<a href="https://github.com/testcontainers/testcontainers-python/commit/10089f6e2fe07e53cc47a69521e67a1bf3310065">10089f6</a>)</li> </ul> <h2><a href="https://github.com/testcontainers/testcontainers-python/compare/testcontainers-v4.12.0...testcontainers-v4.13.0">4.13.0</a> (2025-08-27)</h2> <h3>Features</h3> <ul> <li><strong>azurite:</strong> Enhance connection string generation for network and local access (<a href="https://redirect.github.com/testcontainers/testcontainers-python/issues/859">#859</a>) (<a href="https://github.com/testcontainers/testcontainers-python/commit/b21e5e38075ddbd71fb4f97e843abc104dec6beb">b21e5e3</a>)</li> <li><strong>core:</strong> add enhanced wait strategies (<a href="https://redirect.github.com/testcontainers/testcontainers-python/issues/855">#855</a>) (<a href="https://github.com/testcontainers/testcontainers-python/commit/60d21f875f49f52e170b0714e8790080a6cb4c71">60d21f8</a>)</li> <li><strong>core:</strong> DockerCompose: support list of env_files (<a href="https://redirect.github.com/testcontainers/testcontainers-python/issues/847">#847</a>) (<a href="https://github.com/testcontainers/testcontainers-python/commit/fe206eb48ee9e18623761926900bfc33a8a869a7">fe206eb</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li>assert-in-get_container_host_ip-before-start (<a href="https://redirect.github.com/testcontainers/testcontainers-python/issues/862">#862</a>) (<a href="https://github.com/testcontainers/testcontainers-python/commit/fc4155eb70509ba236fff771c2f8973667acb098">fc4155e</a>)</li> <li><strong>core:</strong> improper reading of .testcontainers.properties (<a href="https://redirect.github.com/testcontainers/testcontainers-python/issues/863">#863</a>) (<a href="https://github.com/testcontainers/testcontainers-python/commit/350f246a3b6367d727046b8967a63d1c055cf324">350f246</a>)</li> <li><strong>core:</strong> Make TC_POOLING_INTERVAL/sleep_time a float (<a href="https://redirect.github.com/testcontainers/testcontainers-python/issues/839">#839</a>) (<a href="https://github.com/testcontainers/testcontainers-python/commit/a072f3fad46b3b3e7c5bea6255f27b79826aaf5f">a072f3f</a>)</li> </ul> <h2><a href="https://github.com/testcontainers/testcontainers-python/compare/testcontainers-v4.11.0...testcontainers-v4.12.0">4.12.0</a> (2025-07-21)</h2> <h3>Features</h3> <ul> <li><strong>main:</strong> New Testcontainers Python Docs Site (<a href="https://redirect.github.com/testcontainers/testcontainers-python/issues/822">#822</a>) (<a href="https://github.com/testcontainers/testcontainers-python/commit/a6bdf0ef84643074fbc7edf3a75936ce3f1d0880">a6bdf0e</a>)</li> <li>make config monkeypatchable, fix config related startup issues (<a href="https://redirect.github.com/testcontainers/testcontainers-python/issues/833">#833</a>) (<a href="https://github.com/testcontainers/testcontainers-python/commit/ff6a32db803046db8d89ba5a7157bf573d9f25c2">ff6a32d</a>)</li> <li><strong>modules:</strong> add OpenFGA module (<a href="https://redirect.github.com/testcontainers/testcontainers-python/issues/762">#762</a>) (<a href="https://github.com/testcontainers/testcontainers-python/commit/0b7b482f9ec807e87fd43d1372226fa43eb4ed7c">0b7b482</a>)</li> <li>set multiple variables via keyword args (<a href="https://redirect.github.com/testcontainers/testcontainers-python/issues/804">#804</a>) (<a href="https://github.com/testcontainers/testcontainers-python/commit/1532df5e9094d15b9f3e9233e7f5843d8bc24386">1532df5</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li><strong>core:</strong> mypy (<a href="https://redirect.github.com/testcontainers/testcontainers-python/issues/810">#810</a>) (<a href="https://github.com/testcontainers/testcontainers-python/commit/b816762b9a548033b065c3f46267c289a560f6ed">b816762</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/testcontainers/testcontainers-python/commit/5c1504c217d8cd3debd99dee54db826e49bfa579"><code>5c1504c</code></a> chore(main): release testcontainers 4.13.2 (<a href="https://redirect.github.com/testcontainers/testcontainers-python/issues/891">#891</a>)</li> <li><a href="https://github.com/testcontainers/testcontainers-python/commit/13886120e9cb72666a40ea3691ea13e584805918"><code>1388612</code></a> fix(mongo): mongo start waiting forever for old mongo versions (<a href="https://redirect.github.com/testcontainers/testcontainers-python/issues/783">#783</a>)</li> <li><a href="https://github.com/testcontainers/testcontainers-python/commit/e6b976de43fc6fe90d7131fd25983f9c6b08429b"><code>e6b976d</code></a> fix(redpanda): copy the startup script to a path that can be written … (<a href="https://redirect.github.com/testcontainers/testcontainers-python/issues/867">#867</a>)</li> <li><a href="https://github.com/testcontainers/testcontainers-python/commit/bb646e903236a1df72bc38dbb47d1dba95527198"><code>bb646e9</code></a> fix(trino): Remove deprecated class and decorator from Trino container (<a href="https://redirect.github.com/testcontainers/testcontainers-python/issues/895">#895</a>)</li> <li><a href="https://github.com/testcontainers/testcontainers-python/commit/2e4d80ade5a2048c8bc79d7a2438004b8e0954e4"><code>2e4d80a</code></a> fix(core): Fix issues with doctests (<a href="https://redirect.github.com/testcontainers/testcontainers-python/issues/893">#893</a>)</li> <li><a href="https://github.com/testcontainers/testcontainers-python/commit/f93f379380a9de769fe6a1e1168622865cdf613d"><code>f93f379</code></a> fix(core): waiting improvements + remove decorators in core (<a href="https://redirect.github.com/testcontainers/testcontainers-python/issues/894">#894</a>)</li> <li><a href="https://github.com/testcontainers/testcontainers-python/commit/fe941b17bb97aad15dc4844996f166c9308f4476"><code>fe941b1</code></a> fix: issue <a href="https://redirect.github.com/testcontainers/testcontainers-python/issues/889">#889</a> by changing the annotated return type of <code>waiting_for</code> to `Se...</li> <li><a href="https://github.com/testcontainers/testcontainers-python/commit/ce12f22fd301a48bf2dae7715ee84730d955967e"><code>ce12f22</code></a> chore(main): release testcontainers 4.13.1 (<a href="https://redirect.github.com/testcontainers/testcontainers-python/issues/877">#877</a>)</li> <li><a href="https://github.com/testcontainers/testcontainers-python/commit/769b7b688fe254cb8e38e05f453c4e3fe7999ad5"><code>769b7b6</code></a> fix(core): Added 'compose' in compose_command_property (<a href="https://redirect.github.com/testcontainers/testcontainers-python/issues/879">#879</a>)</li> <li><a href="https://github.com/testcontainers/testcontainers-python/commit/10089f6e2fe07e53cc47a69521e67a1bf3310065"><code>10089f6</code></a> fix(core): make sure context manager exits (<a href="https://redirect.github.com/testcontainers/testcontainers-python/issues/876">#876</a>)</li> <li>Additional commits viewable in <a href="https://github.com/testcontainers/testcontainers-python/compare/testcontainers-v4.10.0...testcontainers-v4.13.2">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=testcontainers&package-manager=uv&previous-version=4.10.0&new-version=4.13.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details>
yindo added the pull-request label 2026-02-21 20:50:06 -05:00
yindo closed this issue 2026-02-21 20:50:06 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify#31773