Skip to content

build(deps-dev): bump tomodachi-testcontainers from 0.10.4 to 0.13.2 - #68

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/tomodachi-testcontainers-0.13.2
Closed

build(deps-dev): bump tomodachi-testcontainers from 0.10.4 to 0.13.2#68
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/tomodachi-testcontainers-0.13.2

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jan 15, 2024

Copy link
Copy Markdown
Contributor

Bumps tomodachi-testcontainers from 0.10.4 to 0.13.2.

Release notes

Sourced from tomodachi-testcontainers's releases.

0.13.2

What's Changed

Fixes

  • (#156) The EphemeralDockerImage and testcontainers_docker_image fixture will raise the original error message if the Docker build with BuiltKit fails. Previously, the original error was hidden.

Full Changelog: filipsnastins/tomodachi-testcontainers@0.13.1...0.13.2

0.13.1 (2023-12-19)

New features

  • Enable parallel test execution with pytest-xdist

Breaking changes

  • Fixture testcontainers_docker_image now returns an image_id as a str instead of docker.models.images.Image instance.

Full Changelog: filipsnastins/tomodachi-testcontainers@0.13.0...0.13.1

0.13.0 (2023-12-18)

New features

  • Support Python 3.12

Bug fixes

  • DynamoDBAdminContainer: fix AWS region configuration.

Full Changelog: filipsnastins/tomodachi-testcontainers@0.12.0...0.13.0

0.12.0 (2023-11-26)

New features

  • TomodachiContainer - added support for exporting code coverage.
  • TomodachiContainer - added example of how to attach a remote debugger to the container.

Documentation

Changes

  • DockerContainer - logs forwarded from the Testcontainers will exclude timestamps

... (truncated)

Changelog

Sourced from tomodachi-testcontainers's changelog.

0.13.2 (2024-01-09)

Fixes

  • (#156) The EphemeralDockerImage and testcontainers_docker_image fixture will raise the original error message if the Docker build with BuiltKit fails. Previously, the original error was hidden.

0.13.1 (2023-12-19)

New features

  • Enable parallel test execution with pytest-xdist

Breaking changes

  • Fixture testcontainers_docker_image now returns an image_id as a str instead of docker.models.images.Image instance.

0.13.0 (2023-12-18)

New features

  • Support Python 3.12

Fixes

  • DynamoDBAdminContainer: fix AWS region configuration.

0.12.0 (2023-11-26)

New features

  • TomodachiContainer - added support for exporting code coverage.
  • TomodachiContainer - added example of how to attach a remote debugger to the container.

Documentation

  • README: documented Testcontainer debugging tips.
  • README: documented how to export test coverage from TomodachiContainer.

Changes

  • DockerContainer - logs forwarded from the Testcontainers will exclude timestamps to make it easier to read the logs - log lines will be shorter.
  • DockerContainer - removed testconatiners- prefix from the container name to make it easier to read the logs - log lines will be shorter.

0.11.0 (2023-11-19)

New features

... (truncated)

Commits
  • 2ca0215 0.13.2
  • 7489e76 Merge pull request #160 from filipsnastins/dependabot/pip/ruff-0.1.11
  • 5cb3301 chore(deps-dev): bump ruff from 0.1.9 to 0.1.11
  • 0d1d1cc Merge pull request #156 from filipsnastins/fix/raise-docker-build-error-buildkit
  • 39e785a feat(EphemeralDockerImage): raise build error with buildkit
  • f7c1a8a Merge pull request #152 from filipsnastins/dependabot/pip/structlog-23.3.0
  • 0b5102e Merge pull request #153 from filipsnastins/dependabot/pip/pytest-7.4.4
  • 41ca9d7 Merge pull request #154 from filipsnastins/dependabot/pip/sqlalchemy-2.0.24
  • b2eb6d5 chore(deps): bump sqlalchemy from 2.0.23 to 2.0.24
  • 018732f chore(deps): bump pytest from 7.4.3 to 7.4.4
  • 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)

Bumps [tomodachi-testcontainers](https://github.com/filipsnastins/tomodachi-testcontainers) from 0.10.4 to 0.13.2.
- [Release notes](https://github.com/filipsnastins/tomodachi-testcontainers/releases)
- [Changelog](https://github.com/filipsnastins/tomodachi-testcontainers/blob/main/CHANGELOG.md)
- [Commits](filipsnastins/tomodachi-testcontainers@0.10.4...0.13.2)

---
updated-dependencies:
- dependency-name: tomodachi-testcontainers
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jan 15, 2024
@dependabot @github

dependabot Bot commented on behalf of github Jan 22, 2024

Copy link
Copy Markdown
Contributor Author

Superseded by #69.

@dependabot dependabot Bot closed this Jan 22, 2024
@dependabot
dependabot Bot deleted the dependabot/pip/tomodachi-testcontainers-0.13.2 branch January 22, 2024 12:18
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.

0 participants