Skip to content

Commit

Permalink
Update dependency testcontainers to v4.4.1 (#113)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[testcontainers](https://togithub.com/testcontainers/testcontainers-python)
| `4.4.0` -> `4.4.1` |
[![age](https://developer.mend.io/api/mc/badges/age/pypi/testcontainers/4.4.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/testcontainers/4.4.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/testcontainers/4.4.0/4.4.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/testcontainers/4.4.0/4.4.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>testcontainers/testcontainers-python (testcontainers)</summary>

###
[`v4.4.1`](https://togithub.com/testcontainers/testcontainers-python/blob/HEAD/CHANGELOG.md#441-2024-05-14)

[Compare
Source](https://togithub.com/testcontainers/testcontainers-python/compare/testcontainers-v4.4.0...testcontainers-v4.4.1)

##### Bug Fixes

- Add memcached container
([#&#8203;322](https://togithub.com/testcontainers/testcontainers-python/issues/322))
([690b9b4](https://togithub.com/testcontainers/testcontainers-python/commit/690b9b4526dcdf930c0733c227009af208f47cda))
- Add selenium video support
[#&#8203;6](https://togithub.com/testcontainers/testcontainers-python/issues/6)
([#&#8203;364](https://togithub.com/testcontainers/testcontainers-python/issues/364))
([3c8006c](https://togithub.com/testcontainers/testcontainers-python/commit/3c8006cb6b94d074d2e33d27e972409886bcc7f3))
- **core:** add empty \_configure to DockerContainer
([#&#8203;556](https://togithub.com/testcontainers/testcontainers-python/issues/556))
([08916c8](https://togithub.com/testcontainers/testcontainers-python/commit/08916c8fa29c835bc5c62fdbdd26ac1546c0c061))
- **core:** remove version from compose tests
([#&#8203;571](https://togithub.com/testcontainers/testcontainers-python/issues/571))
([38946d4](https://togithub.com/testcontainers/testcontainers-python/commit/38946d41dacdc4985fc696a5d58cf7d97e367a1c))
- **keycloak:** add realm imports
([#&#8203;565](https://togithub.com/testcontainers/testcontainers-python/issues/565))
([f761b98](https://togithub.com/testcontainers/testcontainers-python/commit/f761b983613e16dc56e560a947247c01052c19f6))
- **mysql:** Add seed support in MySQL
([#&#8203;552](https://togithub.com/testcontainers/testcontainers-python/issues/552))
([396079a](https://togithub.com/testcontainers/testcontainers-python/commit/396079a5af4c550084df2be5037a0ff52cd9fb5a))
- url quote passwords
([#&#8203;549](https://togithub.com/testcontainers/testcontainers-python/issues/549))
([6c5d227](https://togithub.com/testcontainers/testcontainers-python/commit/6c5d227730d415111c54e7ea3cb5d86b549cc901))

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/BSStudio/bss-web-file-api).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNTEuMiIsInVwZGF0ZWRJblZlciI6IjM3LjM1MS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored May 14, 2024
1 parent 3380123 commit 55df848
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ types-Pillow = "10.2.0.20240511"
pytest = "8.2.0"
pytest-cov = "5.0.0"
pytest-mock = "3.14.0"
testcontainers = "4.4.0"
testcontainers = "4.4.1"

[tool.isort]
profile = "black"
Expand Down

0 comments on commit 55df848

Please sign in to comment.