Skip to content

build(deps-dev): bump tomodachi-testcontainers from 0.10.4 to 0.13.1 - #65

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

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

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Dec 25, 2023

Copy link
Copy Markdown
Contributor

Bumps tomodachi-testcontainers from 0.10.4 to 0.13.1.

Release notes

Sourced from tomodachi-testcontainers's releases.

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 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.

What's Changed

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

... (truncated)

Changelog

Sourced from tomodachi-testcontainers's changelog.

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

Bug 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

  • Added Minio container - MinioContainer
  • Added DynamoDB Admin container - DynamoDBAdminContainer

Bug fixes

  • Set AWS_DEFAULT_REGION, AWS_ACCESS_KEY_ID and AWS_SECRET_ACCESS_KEY environment variables on LocalStack container.
Commits
  • 052d3b7 0.13.1
  • ed93bbd Merge pull request #141 from filipsnastins/feature/parallelize-tests
  • fd815b3 doc: add todo
  • f1f453e style(ci): poetry install order
  • 496630c refactor: wait_for_http_healthcheck
  • ea94072 fix: http healthcheck timeout
  • baf9a5c feat: run tests in parallel with pytest-xdist
  • 093b660 doc: add changelog 0.13.0
  • 9e6b7f1 refactor(examples): install pytest-cov once when exporting code coverage
  • 49ff436 0.13.0
  • 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.1.
- [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.1)

---
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 Dec 25, 2023
@dependabot @github

dependabot Bot commented on behalf of github Jan 15, 2024

Copy link
Copy Markdown
Contributor Author

Superseded by #68.

@dependabot dependabot Bot closed this Jan 15, 2024
@dependabot
dependabot Bot deleted the dependabot/pip/tomodachi-testcontainers-0.13.1 branch January 15, 2024 12:43
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