Skip to content

Bump Testcontainers.PostgreSql from 4.14.0 to 4.15.0 - #29

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/nuget/Testcontainers.PostgreSql-4.15.0
Closed

dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/nuget/Testcontainers.PostgreSql-4.15.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 13, 2026

Copy link
Copy Markdown
Contributor

Updated Testcontainers.PostgreSql from 4.14.0 to 4.15.0.

Release notes

Sourced from Testcontainers.PostgreSql's releases.

4.15.0

What's Changed

The NuGet packages for this release have been attested for supply chain security using actions/attest. This confirms the integrity and provenance of the artifacts and helps ensure they can be trusted: #​45594466.

🚀 Features

  • feat: Add options to the Docker Compose up and down command (#​1759) @​HofmeisterAn
  • feat: Add QuestDB module (#​1618) @​FortuneN, @​HofmeisterAn
  • feat: Add Compose support (#​1750) @​HofmeisterAn
  • fix(Couchbase): Treat an already provisioned cluster as configured (#​1736) @​arnelirobles, @​HofmeisterAn
  • feat: Retry transient Docker image pull failures (#​1734) @​thomhurst, @​HofmeisterAn
  • chore(deps): Split Dependabot NuGet jobs and bump test dependencies (#​1746) @​HofmeisterAn
  • feat(MongoDb): Resolve the MongoDb shell file path once (#​1745) @​HofmeisterAn

🐛 Bug Fixes

  • fix: Detach from the container output before stopping or removing it (#​1755) @​HofmeisterAn
  • fix(GCloud): Bump test image version (#​1752) @​HofmeisterAn

📖 Documentation

  • docs: Update CONTRIBUTING.md (#​1744) @​HofmeisterAn

🧹 Housekeeping

  • chore: Improve null check, test typing, and IDE settings (#​1757) @​HofmeisterAn
  • fix(GCloud): Bump test image version (#​1752) @​HofmeisterAn
  • chore: Resolve Sonar findings (#​1751) @​HofmeisterAn
  • chore(deps): Revert Dependabot NuGet jobs (#​1748) @​HofmeisterAn
  • feat: Prepare next release cycle (4.15.0) (#​1742) @​HofmeisterAn

📦 Dependency Updates

  • chore(deps): Bump mkdocs-material from 9.7.2 to 9.7.7 (#​1758) @​dependabot[bot]
  • chore(deps): Bump the actions group with 5 updates (#​1754) @​dependabot[bot]
  • chore(deps): Bump the actions group across 1 directory with 7 updates (#​1747) @​dependabot[bot]
  • chore(deps): Revert Dependabot NuGet jobs (#​1748) @​HofmeisterAn
  • chore(deps): Split Dependabot NuGet jobs and bump test dependencies (#​1746) @​HofmeisterAn

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

---
updated-dependencies:
- dependency-name: Testcontainers.PostgreSql
  dependency-version: 4.15.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added .NET Pull requests that update .NET code dependencies Pull requests that update a dependency file labels Sep 13, 2026
skipperTux added a commit that referenced this pull request Sep 14, 2026
Replaces the open Dependabot NuGet PRs in one change, per this
repository's
standing approach: one bump commit, the Dependabot PRs close themselves.

| Package | From | To |
| --- | --- | --- |
| AwesomeAssertions | 9.5.0 | 9.6.0 |
| TngTech.ArchUnitNET.xUnitV3 | 0.13.3 | 0.13.4 |
| MudBlazor | 9.8.0 | 9.10.0 |
| Testcontainers.PostgreSql | 4.14.0 | 4.15.0 |
| Microsoft.AspNetCore.Authorization | 10.0.11 | 10.0.12 |
| Microsoft.AspNetCore.DataProtection.Abstractions | 10.0.11 | 10.0.12 |
| Microsoft.AspNetCore.DataProtection.EntityFrameworkCore | 10.0.11 |
10.0.12 |
| Microsoft.AspNetCore.DataProtection.Extensions | 10.0.11 | 10.0.12 |
| Microsoft.AspNetCore.Identity.EntityFrameworkCore | 10.0.11 | 10.0.12
|
| Microsoft.EntityFrameworkCore | 10.0.11 | 10.0.12 |
| Microsoft.EntityFrameworkCore.Design | 10.0.11 | 10.0.12 |
| Microsoft.EntityFrameworkCore.Relational | 10.0.11 | 10.0.12 |

Closes #20, #21, #22, #28, #29.

All 290 tests pass on a clean (`--no-incremental`) Release build, 0
warnings,
`dotnet format --verify-no-changes` clean.

## One thing worth knowing for next time

`Microsoft.EntityFrameworkCore.Relational` is pinned in
`Directory.Packages.props` with no `PackageReference` anywhere to add
against,
so it does **not** appear in `dotnet list package --outdated` and
`dotnet add
package` has no project to target. Leaving it behind broke the restore
outright: `NU1109`, because
`Microsoft.AspNetCore.Identity.EntityFrameworkCore
10.0.12` requires `Relational >= 10.0.12`. It was edited directly, which
is the
one case where hand-editing a version is correct. Check that pin
whenever the
dotnet family moves.

## Held back deliberately

**WolverineFx 6.30.0 → 6.37.0** (#30, #31, #32). Six minor versions of
drift
now, not one. The messaging epic's documentation asserts
version-specific
library internals: that the schema argument to
`AddDbContextWithWolverineIntegration` is never read, that JasperFx's
Development and Production profiles are byte-identical, and what
`TypeLoadMode.Auto` does. The guards cover the *behaviour*; they do not
cover
those documented claims. That epic corrected three such claims only
after
running code disproved them, so this bump needs each re-executed rather
than
assumed. The drift makes that re-verification more worth doing, not
less.

**xunit.v3.mtp-v2 3.2.2 → 4.0.1** (#33). Major. `BACKLOG.md` records
why: the
parallelism attribute has no drop-in replacement.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

---------

Co-authored-by: Claude Opus 5 <noreply@anthropic.com>
@dependabot @github

dependabot Bot commented on behalf of github Sep 14, 2026

Copy link
Copy Markdown
Contributor Author

Looks like Testcontainers.PostgreSql is no longer updatable, so this is no longer needed.

@dependabot dependabot Bot closed this Sep 14, 2026
@dependabot
dependabot Bot deleted the dependabot/nuget/Testcontainers.PostgreSql-4.15.0 branch September 14, 2026 22:09
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 .NET Pull requests that update .NET code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants