Skip to content

build(deps-dev): bump tomodachi-testcontainers from 0.10.4 to 1.0.0 - #69

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

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

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps tomodachi-testcontainers from 0.10.4 to 1.0.0.

Release notes

Sourced from tomodachi-testcontainers's releases.

1.0.0 (2024-01-20) 🎉

New features

  • New documentation available at https://filipsnastins.github.io/tomodachi-testcontainers/

  • WireMockContainer: adds wiremock_container pytest fixture.

  • WireMockContainer: adds reset_wiremock_container_on_teardown pytest fixture that deletes all WireMock stub mappings after each test.

  • edge_port in all Testcontainers now defaults to None. When it's None, the container will be started with a random port generated by tomodachi_testcontainers.utils.get_available_port().

  • tomodachi_testcontainers.pytest module removed, and the code moved one level up:

    • tomodachi_testcontainers.fixtures
    • tomodachi_testcontainers.assertions
    • tomodachi_testcontainers.async_probes

Breaking changes

  • Removed the leading underscore from restart_localstack_container_on_teardown and reset_moto_container_on_teardown pytest fixture names.

  • Fixtures moto_snssqs_tc and localstack_snssqs_tc are now session-scoped (@pytest.fixture(scope="session")).

  • Fixture testcontainers_docker_image renamed to testcontainer_image.

  • Renamed environment variables:

    Old name New name
    TOMODACHI_TESTCONTAINER_DOCKER_NETWORK TESTCONTAINER_DOCKER_NETWORK
    TOMODACHI_TESTCONTAINER_DOCKERFILE_PATH TESTCONTAINER_DOCKERFILE_PATH
    TOMODACHI_TESTCONTAINER_DOCKER_BUILD_CONTEXT TESTCONTAINER_DOCKER_BUILD_CONTEXT
    TOMODACHI_TESTCONTAINER_DOCKER_BUILD_TARGET TESTCONTAINER_DOCKER_BUILD_TARGET
    TOMODACHI_TESTCONTAINER_IMAGE_ID TESTCONTAINER_IMAGE_ID

0.14.0 (2024-01-18)

New features

  • (#169) clients.SNSSQSTestClient: new send method for sending messages to SQS queues.

Breaking changes

  • (#169) clients.SNSSQSTestClient: removed redundant fifo argument from create_queue, create_topic, and subscribe_to method; relying on the queue_name and topic_name to end with .fifo suffix instead.

0.13.2

What's Changed

... (truncated)

Changelog

Sourced from tomodachi-testcontainers's changelog.

1.0.0 (2024-01-20) 🎉

New features

  • New documentation available at https://filipsnastins.github.io/tomodachi-testcontainers/

  • WireMockContainer: adds wiremock_container pytest fixture.

  • WireMockContainer: adds reset_wiremock_container_on_teardown pytest fixture that deletes all WireMock stub mappings after each test.

  • edge_port in all Testcontainers now defaults to None. When it's None, the container will be started with a random port generated by tomodachi_testcontainers.utils.get_available_port().

  • tomodachi_testcontainers.pytest module removed, and the code moved one level up:

    • tomodachi_testcontainers.fixtures
    • tomodachi_testcontainers.assertions
    • tomodachi_testcontainers.async_probes

Breaking changes

  • Removed the leading underscore from restart_localstack_container_on_teardown and reset_moto_container_on_teardown pytest fixture names.

  • Fixtures moto_snssqs_tc and localstack_snssqs_tc are now session-scoped (@pytest.fixture(scope="session")).

  • Fixture testcontainers_docker_image renamed to testcontainer_image.

  • Renamed environment variables:

    Old name New name
    TOMODACHI_TESTCONTAINER_DOCKER_NETWORK TESTCONTAINER_DOCKER_NETWORK
    TOMODACHI_TESTCONTAINER_DOCKERFILE_PATH TESTCONTAINER_DOCKERFILE_PATH
    TOMODACHI_TESTCONTAINER_DOCKER_BUILD_CONTEXT TESTCONTAINER_DOCKER_BUILD_CONTEXT
    TOMODACHI_TESTCONTAINER_DOCKER_BUILD_TARGET TESTCONTAINER_DOCKER_BUILD_TARGET
    TOMODACHI_TESTCONTAINER_IMAGE_ID TESTCONTAINER_IMAGE_ID

0.14.0 (2024-01-18)

New features

  • (#169) clients.SNSSQSTestClient: new send method for sending messages to SQS queues.

Breaking changes

  • (#169) clients.SNSSQSTestClient: removed redundant fifo argument from create_queue, create_topic, and subscribe_to method; relying on the queue_name and topic_name to end with .fifo suffix instead.

... (truncated)

Commits
  • 5dbff32 1.0.0 🎉
  • 57d3152 Merge pull request #161 from filipsnastins/dependabot/pip/flake8-literal-1.4.0
  • 98ec600 Merge pull request #168 from filipsnastins/dependabot/pip/flake8-picky-parent...
  • 164f08a Merge pull request #170 from filipsnastins/dependabot/pip/ruff-0.1.14
  • 83f0c10 Merge pull request #166 from filipsnastins/dependabot/pip/structlog-24.1.0
  • a73768f chore(deps-dev): bump ruff from 0.1.13 to 0.1.14
  • ee0fc1b bump structlog from 23.3.0 to 24.1.0
  • 24abea2 1.0.0
  • 93282e1 0.14.0
  • 886af08 Merge pull request #169 from filipsnastins/feature/snssqs-test-client-send-sq...
  • 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 1.0.0.
- [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...1.0.0)

---
updated-dependencies:
- dependency-name: tomodachi-testcontainers
  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 python Pull requests that update Python code labels Jan 22, 2024
@dependabot @github

dependabot Bot commented on behalf of github Jan 29, 2024

Copy link
Copy Markdown
Contributor Author

Superseded by #73.

@dependabot dependabot Bot closed this Jan 29, 2024
@dependabot
dependabot Bot deleted the dependabot/pip/tomodachi-testcontainers-1.0.0 branch January 29, 2024 13:01
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