Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update testcontainers requirement from <4 to <5 #132

Merged
merged 1 commit into from
Apr 1, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 1, 2024

Updates the requirements on testcontainers to permit the latest version.

Release notes

Sourced from testcontainers's releases.

testcontainers: v4.2.0

4.2.0 (2024-03-24)

Features

Bug Fixes

  • arangodb: tests to pass on ARM CPUs - change default image to 3.11.x where ARM image is published (#479) (7b58a50)
  • core: DinD issues #141, #329 (#368) (b10d916)
  • core: raise an exception when docker compose fails to start #258 (#485) (d61af38)
  • core: use auto_remove=True with reaper instance (#499) (274a400)
  • docs: update the non-existent main.yml badge (#493) (1d10c1c)
  • Fix the return type of DockerContainer.get_logs (#487) (cd72f68)
  • keycloak: tests on aarch64, use image from [jboss -> quay], change supported version [16+ -> 18+] (#480) (5758310)
  • postgres: doctest (#473) (c9c6f92)
  • read the docs build works again (#496) (dfd1781)
  • readthedocs build - take 1 (#495) (b3b9901)
Changelog

Sourced from testcontainers's changelog.

4.2.0 (2024-03-24)

Features

Bug Fixes

  • arangodb: tests to pass on ARM CPUs - change default image to 3.11.x where ARM image is published (#479) (7b58a50)
  • core: DinD issues #141, #329 (#368) (b10d916)
  • core: raise an exception when docker compose fails to start #258 (#485) (d61af38)
  • core: use auto_remove=True with reaper instance (#499) (274a400)
  • docs: update the non-existent main.yml badge (#493) (1d10c1c)
  • Fix the return type of DockerContainer.get_logs (#487) (cd72f68)
  • keycloak: tests on aarch64, use image from [jboss -> quay], change supported version [16+ -> 18+] (#480) (5758310)
  • postgres: doctest (#473) (c9c6f92)
  • read the docs build works again (#496) (dfd1781)
  • readthedocs build - take 1 (#495) (b3b9901)

4.1.0 (2024-03-19)

Features

  • reliability: integrate the ryuk container for better container cleanup (#314) (d019874)

Bug Fixes

  • changelog after release-please (#469) (dcb4f68)
  • configuration: strip whitespaces when reading .testcontainers.properties (#474) (ade144e)
  • try to fix release-please by setting a bootstrap sha (#472) (ca65a91)

4.0.1 (2024-03-11)

Features

  • postgres: Remove SqlAlchemy dependency from postgres container (#445) (f30eb1d)

Bug Fixes

  • clickhouse: clickhouse waiting (#428) (902a5a3)
  • Close docker client when stopping the docker container (#380) (efb1683)
  • failing tests for elasticsearch on machines with ARM CPU (#454) (701b23a)
  • go back to 4.0.1 (#465) (1ac8c24)
  • mongodb: waiting for container to start (it was not waiting at all before?) (#461) (2c4f171)

... (truncated)

Commits
  • e962189 chore(main): release testcontainers 4.2.0 (#484)
  • 274a400 fix(core): use auto_remove=True with reaper instance (#499)
  • cd72f68 fix: Fix the return type of DockerContainer.get_logs (#487)
  • 1d10c1c fix(docs): update the non-existent main.yml badge (#493)
  • dfd1781 fix: read the docs build works again (#496)
  • b3b9901 fix: readthedocs build - take 1 (#495)
  • c9c6f92 fix(postgres): doctest (#473)
  • 5758310 fix(keycloak): tests on aarch64, use image from [jboss -> quay], change suppo...
  • b10d916 fix(core): DinD issues #141, #329 (#368)
  • d61af38 fix(core): raise an exception when docker compose fails to start #258 (#485)
  • Additional commits viewable in compare view

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


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Updates the requirements on [testcontainers](https://github.com/testcontainers/testcontainers-python) to permit the latest version.
- [Release notes](https://github.com/testcontainers/testcontainers-python/releases)
- [Changelog](https://github.com/testcontainers/testcontainers-python/blob/main/CHANGELOG.md)
- [Commits](testcontainers/testcontainers-python@v2.0.0...testcontainers-v4.2.0)

---
updated-dependencies:
- dependency-name: testcontainers
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Apr 1, 2024
Copy link

codecov bot commented Apr 1, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 78.92%. Comparing base (7d27ed0) to head (c7c13fa).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #132   +/-   ##
=======================================
  Coverage   78.92%   78.92%           
=======================================
  Files          56       56           
  Lines        1969     1969           
=======================================
  Hits         1554     1554           
  Misses        415      415           
Flag Coverage Δ
influxdb 35.60% <ø> (ø)
main 62.11% <ø> (ø)
mongodb 49.26% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@amotl amotl merged commit a9ea2f7 into main Apr 1, 2024
20 checks passed
@amotl amotl deleted the dependabot/pip/testcontainers-lt-5 branch April 1, 2024 22:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant