From dd1d09ad7d79a4f8b36be5a8e89dc34b99f7eda2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 11:32:50 +0000 Subject: [PATCH 1/2] chore(deps): Bump the nuget-dependencies group with 2 updates Bumps Microsoft.OpenApi from 2.7.5 to 3.8.0 Bumps Npgsql.EntityFrameworkCore.PostgreSQL from 10.0.2 to 10.0.3 --- updated-dependencies: - dependency-name: Microsoft.OpenApi dependency-version: 3.8.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: nuget-dependencies - dependency-name: Microsoft.OpenApi dependency-version: 3.8.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: nuget-dependencies - dependency-name: Npgsql.EntityFrameworkCore.PostgreSQL dependency-version: 10.0.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget-dependencies ... Signed-off-by: dependabot[bot] --- src/TrainLoop.Api/TrainLoop.Api.csproj | 2 +- src/TrainLoop.Infrastructure/TrainLoop.Infrastructure.csproj | 2 +- tests/TrainLoop.Api.Tests/TrainLoop.Api.Tests.csproj | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/TrainLoop.Api/TrainLoop.Api.csproj b/src/TrainLoop.Api/TrainLoop.Api.csproj index e07827d..bc38606 100644 --- a/src/TrainLoop.Api/TrainLoop.Api.csproj +++ b/src/TrainLoop.Api/TrainLoop.Api.csproj @@ -12,7 +12,7 @@ runtime; build; native; contentfiles; analyzers; buildtransitive all - + diff --git a/src/TrainLoop.Infrastructure/TrainLoop.Infrastructure.csproj b/src/TrainLoop.Infrastructure/TrainLoop.Infrastructure.csproj index 8fae59f..55dd7b7 100644 --- a/src/TrainLoop.Infrastructure/TrainLoop.Infrastructure.csproj +++ b/src/TrainLoop.Infrastructure/TrainLoop.Infrastructure.csproj @@ -10,7 +10,7 @@ runtime; build; native; contentfiles; analyzers; buildtransitive all - + diff --git a/tests/TrainLoop.Api.Tests/TrainLoop.Api.Tests.csproj b/tests/TrainLoop.Api.Tests/TrainLoop.Api.Tests.csproj index bf5f351..4b666e7 100644 --- a/tests/TrainLoop.Api.Tests/TrainLoop.Api.Tests.csproj +++ b/tests/TrainLoop.Api.Tests/TrainLoop.Api.Tests.csproj @@ -10,7 +10,7 @@ - + From 0c2cd4ce9cbbf2feed0221e5cb1c5f17e751a91b Mon Sep 17 00:00:00 2001 From: JerrettDavis Date: Mon, 13 Jul 2026 19:18:42 -0500 Subject: [PATCH 2/2] fix(deps): revert Microsoft.OpenApi to 2.7.5 (OpenApi 3.x breaking change) --- src/TrainLoop.Api/TrainLoop.Api.csproj | 2 +- tests/TrainLoop.Api.Tests/TrainLoop.Api.Tests.csproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/TrainLoop.Api/TrainLoop.Api.csproj b/src/TrainLoop.Api/TrainLoop.Api.csproj index bc38606..e07827d 100644 --- a/src/TrainLoop.Api/TrainLoop.Api.csproj +++ b/src/TrainLoop.Api/TrainLoop.Api.csproj @@ -12,7 +12,7 @@ runtime; build; native; contentfiles; analyzers; buildtransitive all - + diff --git a/tests/TrainLoop.Api.Tests/TrainLoop.Api.Tests.csproj b/tests/TrainLoop.Api.Tests/TrainLoop.Api.Tests.csproj index 4b666e7..bf5f351 100644 --- a/tests/TrainLoop.Api.Tests/TrainLoop.Api.Tests.csproj +++ b/tests/TrainLoop.Api.Tests/TrainLoop.Api.Tests.csproj @@ -10,7 +10,7 @@ - +