Skip to content

build(deps-dev): bump jedis from 3.7.1 to 4.4.0 - #1078

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/maven/redis.clients-jedis-4.4.0
Closed

build(deps-dev): bump jedis from 3.7.1 to 4.4.0#1078
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/maven/redis.clients-jedis-4.4.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 15, 2023

Copy link
Copy Markdown
Contributor

Bumps jedis from 3.7.1 to 4.4.0.

Release notes

Sourced from jedis's releases.

4.4.0

Changes

4.4.0-rc1 release notes 4.4.0-m2 release notes 4.4.0-m1 release notes

Following are the changes only since the last milestone release. Please check the notes for milestone releases for all changes.

🧰 Maintenance

  • Improve cluster slots slotNodes using arrays (#3373)
  • Newly disconnected connections are set as broken (#3381)

4.4.0-rc1

Changes

🔥 Breaking Changes

🧪 Experimental Features

  • OSS Broadcast support (#3285)
  • FT.SEARCH, FT.AGGREGATE, etc commands are round robin mode by default (#3375)
  • Support iteration for SCAN, FT.SEARCH, FT.AGGREGATE commands (#3378)
  • Abstraction for JSON object mapper (#3319)
  • Add a float array to byte array utility method (#3374)

🚀 New Features

  • Support Z[REV]RANK command with score option (#3364)
  • Avoid using QUIT command (#3353)
  • Support client no-touch command (#3367)
  • ACL LOG support entry-id (#3366)
  • Support report libname and libver to Redis (#3356)
  • Support 'multi()' from JedisPooled (UnifiedJedis) (#3361)
  • Obtain multiple pipelines concurrently. high performance improvement (#3331)
  • Support parsing '-nan' (#3329)

🐛 Bug Fixes

  • Fix GraphCommandObjects in multi node (#3362)

🧰 Maintenance

  • Improve safety of MultiNodePipelineBase under multi-thread (#3330)
  • Bump maven-release-plugin from 2.5.3 to 3.0.0 (#3332)
  • Bump maven-surefire-plugin from 2.22.2 to 3.0.0 (#3327)
  • Bump maven-compiler-plugin from 3.10.1 to 3.11.0 (#3313)

... (truncated)

Commits
  • 52a10e1 Newly disconnected connections are set as broken (#3381)
  • e0f0357 Improve cluster slots slotNodes using arrays (#3373)
  • b2c5acf Support Z[REV]RANK command with score option (#3364)
  • 8b60f29 Support iteration for SCAN, FT.SEARCH, FT.AGGREGATE commands (#3378)
  • 959cf6b FT.SEARCH, FT.AGGREGATE, etc commands are round robin mode by default (#3375)
  • 6b5025f Revert "Support round-robining for timeseries commands (#3359)"
  • 15068f3 Add a float array to byte array utility method (#3374)
  • 42d3509 Support client no-touch command (#3367)
  • 83c1af2 ACL LOG support entry-id (#3366)
  • 50cf71e Fix GraphCommandObjects in multi node (#3362)
  • 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 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 [jedis](https://github.com/redis/jedis) from 3.7.1 to 4.4.0.
- [Release notes](https://github.com/redis/jedis/releases)
- [Commits](redis/jedis@v3.7.1...v4.4.0)

---
updated-dependencies:
- dependency-name: redis.clients:jedis
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java labels May 15, 2023
@dependabot @github

dependabot Bot commented on behalf of github May 22, 2023

Copy link
Copy Markdown
Contributor Author

Superseded by #1089.

@dependabot dependabot Bot closed this May 22, 2023
@dependabot
dependabot Bot deleted the dependabot/maven/redis.clients-jedis-4.4.0 branch May 22, 2023 04:58
mergify Bot added a commit that referenced this pull request Jul 26, 2026
….1.1 [skip ci]

Bumps [com.mycila:license-maven-plugin](https://github.com/mathieucarbou/license-maven-plugin) from 5.0.0 to 5.1.1.
Release notes

*Sourced from [com.mycila:license-maven-plugin's releases](https://github.com/mathieucarbou/license-maven-plugin/releases).*

> v5.1.1
> ------
>
> What's Changed
> --------------
>
> * Revert "fix(git): follow renames across merges in copyright creation year (#bug)" by [`@​mathieucarbou`](https://github.com/mathieucarbou) in [mathieucarbou/license-maven-plugin#1078](https://redirect.github.com/mathieucarbou/license-maven-plugin/pull/1078)
>
> **Full Changelog**: <mathieucarbou/license-maven-plugin@v5.1.0...v5.1.1>
>
> v5.1.0
> ------
>
> What's Changed
> --------------
>
> * Bump com.google.guava:guava from 33.4.0-jre to 33.4.5-jre by [`@​dependabot`](https://github.com/dependabot)[bot] in [mathieucarbou/license-maven-plugin#922](https://redirect.github.com/mathieucarbou/license-maven-plugin/pull/922)
> * Bump com.google.guava:guava from 33.4.5-jre to 33.4.6-jre by [`@​dependabot`](https://github.com/dependabot)[bot] in [mathieucarbou/license-maven-plugin#924](https://redirect.github.com/mathieucarbou/license-maven-plugin/pull/924)
> * Bump surefire.version from 3.5.2 to 3.5.3 by [`@​dependabot`](https://github.com/dependabot)[bot] in [mathieucarbou/license-maven-plugin#925](https://redirect.github.com/mathieucarbou/license-maven-plugin/pull/925)
> * Bump com.puppycrawl.tools:checkstyle from 10.21.4 to 10.22.0 by [`@​dependabot`](https://github.com/dependabot)[bot] in [mathieucarbou/license-maven-plugin#927](https://redirect.github.com/mathieucarbou/license-maven-plugin/pull/927)
> * Bump org.codehaus.mojo:extra-enforcer-rules from 1.9.0 to 1.10.0 by [`@​dependabot`](https://github.com/dependabot)[bot] in [mathieucarbou/license-maven-plugin#928](https://redirect.github.com/mathieucarbou/license-maven-plugin/pull/928)
> * Bump com.puppycrawl.tools:checkstyle from 10.22.0 to 10.23.0 by [`@​dependabot`](https://github.com/dependabot)[bot] in [mathieucarbou/license-maven-plugin#929](https://redirect.github.com/mathieucarbou/license-maven-plugin/pull/929)
> * Bump org.jacoco:jacoco-maven-plugin from 0.8.12 to 0.8.13 by [`@​dependabot`](https://github.com/dependabot)[bot] in [mathieucarbou/license-maven-plugin#930](https://redirect.github.com/mathieucarbou/license-maven-plugin/pull/930)
> * Bump org.mockito:mockito-bom from 5.16.1 to 5.17.0 by [`@​dependabot`](https://github.com/dependabot)[bot] in [mathieucarbou/license-maven-plugin#931](https://redirect.github.com/mathieucarbou/license-maven-plugin/pull/931)
> * Bump com.google.guava:guava from 33.4.6-jre to 33.4.7-jre by [`@​dependabot`](https://github.com/dependabot)[bot] in [mathieucarbou/license-maven-plugin#932](https://redirect.github.com/mathieucarbou/license-maven-plugin/pull/932)
> * Bump junit.version from 5.12.1 to 5.12.2 by [`@​dependabot`](https://github.com/dependabot)[bot] in [mathieucarbou/license-maven-plugin#933](https://redirect.github.com/mathieucarbou/license-maven-plugin/pull/933)
> * Bump com.google.code.gson:gson from 2.12.1 to 2.13.0 by [`@​dependabot`](https://github.com/dependabot)[bot] in [mathieucarbou/license-maven-plugin#934](https://redirect.github.com/mathieucarbou/license-maven-plugin/pull/934)
> * Bump com.google.guava:guava from 33.4.7-jre to 33.4.8-jre by [`@​dependabot`](https://github.com/dependabot)[bot] in [mathieucarbou/license-maven-plugin#935](https://redirect.github.com/mathieucarbou/license-maven-plugin/pull/935)
> * Bump fr.jcgay.maven:maven-profiler from 3.2 to 3.3 by [`@​dependabot`](https://github.com/dependabot)[bot] in [mathieucarbou/license-maven-plugin#937](https://redirect.github.com/mathieucarbou/license-maven-plugin/pull/937)
> * Bump com.google.code.gson:gson from 2.13.0 to 2.13.1 by [`@​dependabot`](https://github.com/dependabot)[bot] in [mathieucarbou/license-maven-plugin#936](https://redirect.github.com/mathieucarbou/license-maven-plugin/pull/936)
> * Bump com.puppycrawl.tools:checkstyle from 10.23.0 to 10.23.1 by [`@​dependabot`](https://github.com/dependabot)[bot] in [mathieucarbou/license-maven-plugin#938](https://redirect.github.com/mathieucarbou/license-maven-plugin/pull/938)
> * Bump org.mockito:mockito-bom from 5.17.0 to 5.18.0 by [`@​dependabot`](https://github.com/dependabot)[bot] in [mathieucarbou/license-maven-plugin#939](https://redirect.github.com/mathieucarbou/license-maven-plugin/pull/939)
> * Bump com.puppycrawl.tools:checkstyle from 10.23.1 to 10.24.0 by [`@​dependabot`](https://github.com/dependabot)[bot] in [mathieucarbou/license-maven-plugin#940](https://redirect.github.com/mathieucarbou/license-maven-plugin/pull/940)
> * Bump groovy.version from 4.0.26 to 4.0.27 by [`@​dependabot`](https://github.com/dependabot)[bot] in [mathieucarbou/license-maven-plugin#942](https://redirect.github.com/mathieucarbou/license-maven-plugin/pull/942)
> * Bump org.eclipse.jgit:org.eclipse.jgit from 6.10.0.202406032230-r to 6.10.1.202505221210-r in /license-maven-plugin-git in the maven group across 1 directory by [`@​dependabot`](https://github.com/dependabot)[bot] in [mathieucarbou/license-maven-plugin#943](https://redirect.github.com/mathieucarbou/license-maven-plugin/pull/943)
> * Bump junit.version from 5.12.2 to 5.13.0 by [`@​dependabot`](https://github.com/dependabot)[bot] in [mathieucarbou/license-maven-plugin#944](https://redirect.github.com/mathieucarbou/license-maven-plugin/pull/944)
> * Bump com.puppycrawl.tools:checkstyle from 10.24.0 to 10.25.0 by [`@​dependabot`](https://github.com/dependabot)[bot] in [mathieucarbou/license-maven-plugin#947](https://redirect.github.com/mathieucarbou/license-maven-plugin/pull/947)
> * Bump org.apache.maven.plugins:maven-clean-plugin from 3.4.1 to 3.5.0 by [`@​dependabot`](https://github.com/dependabot)[bot] in [mathieucarbou/license-maven-plugin#946](https://redirect.github.com/mathieucarbou/license-maven-plugin/pull/946)
> * Bump junit.version from 5.13.0 to 5.13.1 by [`@​dependabot`](https://github.com/dependabot)[bot] in [mathieucarbou/license-maven-plugin#949](https://redirect.github.com/mathieucarbou/license-maven-plugin/pull/949)
> * Bump com.puppycrawl.tools:checkstyle from 10.25.0 to 10.25.1 by [`@​dependabot`](https://github.com/dependabot)[bot] in [mathieucarbou/license-maven-plugin#951](https://redirect.github.com/mathieucarbou/license-maven-plugin/pull/951)
> * Bump junit.version from 5.13.1 to 5.13.2 by [`@​dependabot`](https://github.com/dependabot)[bot] in [mathieucarbou/license-maven-plugin#952](https://redirect.github.com/mathieucarbou/license-maven-plugin/pull/952)
> * Bump com.puppycrawl.tools:checkstyle from 10.25.1 to 10.26.0 by [`@​dependabot`](https://github.com/dependabot)[bot] in [mathieucarbou/license-maven-plugin#953](https://redirect.github.com/mathieucarbou/license-maven-plugin/pull/953)
> * Bump org.apache.maven.plugins:maven-invoker-plugin from 3.9.0 to 3.9.1 by [`@​dependabot`](https://github.com/dependabot)[bot] in [mathieucarbou/license-maven-plugin#955](https://redirect.github.com/mathieucarbou/license-maven-plugin/pull/955)
> * Bump com.puppycrawl.tools:checkstyle from 10.26.0 to 10.26.1 by [`@​dependabot`](https://github.com/dependabot)[bot] in [mathieucarbou/license-maven-plugin#954](https://redirect.github.com/mathieucarbou/license-maven-plugin/pull/954)
> * Bump maven.version from 3.9.9 to 3.9.10 by [`@​dependabot`](https://github.com/dependabot)[bot] in [mathieucarbou/license-maven-plugin#948](https://redirect.github.com/mathieucarbou/license-maven-plugin/pull/948)
> * Bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.7 to 3.2.8 by [`@​dependabot`](https://github.com/dependabot)[bot] in [mathieucarbou/license-maven-plugin#958](https://redirect.github.com/mathieucarbou/license-maven-plugin/pull/958)
> * Bump org.apache.maven.plugins:maven-enforcer-plugin from 3.5.0 to 3.6.0 by [`@​dependabot`](https://github.com/dependabot)[bot] in [mathieucarbou/license-maven-plugin#957](https://redirect.github.com/mathieucarbou/license-maven-plugin/pull/957)
> * Build updates by [`@​hazendaz`](https://github.com/hazendaz) in [mathieucarbou/license-maven-plugin#945](https://redirect.github.com/mathieucarbou/license-maven-plugin/pull/945)
> * Bump junit.version from 5.13.2 to 5.13.3 by [`@​dependabot`](https://github.com/dependabot)[bot] in [mathieucarbou/license-maven-plugin#959](https://redirect.github.com/mathieucarbou/license-maven-plugin/pull/959)
> * Bump maven.version from 3.9.10 to 3.9.11 by [`@​dependabot`](https://github.com/dependabot)[bot] in [mathieucarbou/license-maven-plugin#960](https://redirect.github.com/mathieucarbou/license-maven-plugin/pull/960)
> * Bump org.apache.maven.plugins:maven-enforcer-plugin from 3.6.0 to 3.6.1 by [`@​dependabot`](https://github.com/dependabot)[bot] in [mathieucarbou/license-maven-plugin#961](https://redirect.github.com/mathieucarbou/license-maven-plugin/pull/961)
> * Bump junit.version from 5.13.3 to 5.13.4 by [`@​dependabot`](https://github.com/dependabot)[bot] in [mathieucarbou/license-maven-plugin#962](https://redirect.github.com/mathieucarbou/license-maven-plugin/pull/962)
> * Bump groovy.version from 4.0.27 to 4.0.28 by [`@​dependabot`](https://github.com/dependabot)[bot] in [mathieucarbou/license-maven-plugin#963](https://redirect.github.com/mathieucarbou/license-maven-plugin/pull/963)
> * Bump org.assertj:assertj-core from 3.27.3 to 3.27.4 by [`@​dependabot`](https://github.com/dependabot)[bot] in [mathieucarbou/license-maven-plugin#965](https://redirect.github.com/mathieucarbou/license-maven-plugin/pull/965)
> * Bump org.mockito:mockito-bom from 5.18.0 to 5.19.0 by [`@​dependabot`](https://github.com/dependabot)[bot] in [mathieucarbou/license-maven-plugin#966](https://redirect.github.com/mathieucarbou/license-maven-plugin/pull/966)
> * Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.11.2 to 3.11.3 by [`@​dependabot`](https://github.com/dependabot)[bot] in [mathieucarbou/license-maven-plugin#967](https://redirect.github.com/mathieucarbou/license-maven-plugin/pull/967)
> * Bump groovy.version from 4.0.28 to 5.0.0 by [`@​dependabot`](https://github.com/dependabot)[bot] in [mathieucarbou/license-maven-plugin#968](https://redirect.github.com/mathieucarbou/license-maven-plugin/pull/968)

... (truncated)


Commits

* [`602a083`](mathieucarbou/license-maven-plugin@602a083) [maven-release-plugin] prepare release v5.1.1
* [`590c91f`](mathieucarbou/license-maven-plugin@590c91f) Merge pull request [#1078](https://redirect.github.com/mathieucarbou/license-maven-plugin/issues/1078) from mathieucarbou/revert-1077-fix/git
* [`b485d43`](mathieucarbou/license-maven-plugin@b485d43) Revert "fix(git): follow renames across merges in copyright creation year (#b...
* [`ce2cb81`](mathieucarbou/license-maven-plugin@ce2cb81) Rolback to 5.0.0 for now
* [`d0e644e`](mathieucarbou/license-maven-plugin@d0e644e) Doc update
* [`f80e1b7`](mathieucarbou/license-maven-plugin@f80e1b7) [maven-release-plugin] prepare for next development iteration
* [`f26d4bd`](mathieucarbou/license-maven-plugin@f26d4bd) [maven-release-plugin] prepare release v5.1.0
* [`6ca1342`](mathieucarbou/license-maven-plugin@6ca1342) Fix release process
* [`a082fc1`](mathieucarbou/license-maven-plugin@a082fc1) [maven-release-plugin] rollback the release of v5.1.0
* [`7049b92`](mathieucarbou/license-maven-plugin@7049b92) Fix release process
* Additional commits viewable in [compare view](mathieucarbou/license-maven-plugin@v5.0.0...v5.1.1)
  
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility\_score?dependency-name=com.mycila:license-maven-plugin&package-manager=maven&previous-version=5.0.0&new-version=5.1.1)](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)
---
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 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)
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.

0 participants