From c1e7cdddfd36d99051fd4e3c7a35eee52894d124 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 04:09:41 +0000 Subject: [PATCH] chore: Bump FluentAssertions from 7.0.0 to 8.10.0 --- updated-dependencies: - dependency-name: FluentAssertions dependency-version: 8.10.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Tyto.Api.Tests/Tyto.Api.Tests.csproj | 2 +- Tyto.Api.Tests/packages.lock.json | 9 +++------ 2 files changed, 4 insertions(+), 7 deletions(-) diff --git a/Tyto.Api.Tests/Tyto.Api.Tests.csproj b/Tyto.Api.Tests/Tyto.Api.Tests.csproj index e6112bd..ded71dd 100644 --- a/Tyto.Api.Tests/Tyto.Api.Tests.csproj +++ b/Tyto.Api.Tests/Tyto.Api.Tests.csproj @@ -9,7 +9,7 @@ - + diff --git a/Tyto.Api.Tests/packages.lock.json b/Tyto.Api.Tests/packages.lock.json index e8ed0b6..c701275 100644 --- a/Tyto.Api.Tests/packages.lock.json +++ b/Tyto.Api.Tests/packages.lock.json @@ -10,12 +10,9 @@ }, "FluentAssertions": { "type": "Direct", - "requested": "[7.0.0, )", - "resolved": "7.0.0", - "contentHash": "mTLbcU991EQ1SEmNbVBaGGGJy0YFzvGd1sYJGNZ07nlPKuyHSn1I22aeKzqQXgEiaKyRO6MSCto9eN9VxMwBdA==", - "dependencies": { - "System.Configuration.ConfigurationManager": "6.0.0" - } + "requested": "[8.10.0, )", + "resolved": "8.10.0", + "contentHash": "yGvv+xp0gHFgGwhQcGoDdKIrhLhPi3zYYWWLLHPMctr+G6PWD7QH8L4wqoa5WRZquPbfSV/cP1MraI7ppAHrWw==" }, "Microsoft.AspNetCore.Mvc.Testing": { "type": "Direct",