From 53dd74e4cc0558d7e1a4dd045b6167e5b45d3f76 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Wed, 3 Jul 2024 09:55:25 +0000
Subject: [PATCH] Update dependencies

Bump Octokit from 13.0.0 to 13.0.1

Bumps [Octokit](https://github.com/octokit/octokit.net) from 13.0.0 to 13.0.1.
- [Release notes](https://github.com/octokit/octokit.net/releases)
- [Changelog](https://github.com/octokit/octokit.net/blob/main/docs/releases.md)
- [Commits](https://github.com/octokit/octokit.net/compare/v13.0.0...v13.0.1)

---
updated-dependencies:
- dependency-name: Octokit
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump xunit from 2.8.1 to 2.9.0

Bumps xunit from 2.8.1 to 2.9.0.

---
updated-dependencies:
- dependency-name: xunit
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump xunit.runner.visualstudio from 2.8.1 to 2.8.2

Bumps xunit.runner.visualstudio from 2.8.1 to 2.8.2.

---
updated-dependencies:
- dependency-name: xunit.runner.visualstudio
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump Microsoft.NET.Test.Sdk from 17.10.0 to 17.11.0

Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 17.10.0 to 17.11.0.
- [Release notes](https://github.com/microsoft/vstest/releases)
- [Changelog](https://github.com/microsoft/vstest/blob/main/docs/releases.md)
- [Commits](https://github.com/microsoft/vstest/compare/v17.10.0...v17.11.0)

---
updated-dependencies:
- dependency-name: Microsoft.NET.Test.Sdk
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump Microsoft.NET.Test.Sdk from 17.11.0 to 17.11.1

Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 17.11.0 to 17.11.1.
- [Release notes](https://github.com/microsoft/vstest/releases)
- [Changelog](https://github.com/microsoft/vstest/blob/main/docs/releases.md)
- [Commits](https://github.com/microsoft/vstest/compare/v17.11.0...v17.11.1)

---
updated-dependencies:
- dependency-name: Microsoft.NET.Test.Sdk
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump xunit from 2.9.0 to 2.9.1

Bumps [xunit](https://github.com/xunit/xunit) from 2.9.0 to 2.9.1.
- [Commits](https://github.com/xunit/xunit/compare/2.9.0...2.9.1)

---
updated-dependencies:
- dependency-name: xunit
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump xunit from 2.9.1 to 2.9.2

Bumps [xunit](https://github.com/xunit/xunit) from 2.9.1 to 2.9.2.
- [Commits](https://github.com/xunit/xunit/compare/2.9.1...2.9.2)

---
updated-dependencies:
- dependency-name: xunit
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump NSubstitute from 5.1.0 to 5.3.0

Bumps [NSubstitute](https://github.com/nsubstitute/NSubstitute) from 5.1.0 to 5.3.0.
- [Release notes](https://github.com/nsubstitute/NSubstitute/releases)
- [Changelog](https://github.com/nsubstitute/NSubstitute/blob/main/CHANGELOG.md)
- [Commits](https://github.com/nsubstitute/NSubstitute/compare/v5.1.0...v5.3.0)

---
updated-dependencies:
- dependency-name: NSubstitute
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
---
 src/GitHubLabelSync.csproj        | 2 +-
 test/GitHubLabelSync.Tests.csproj | 8 ++++----
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/src/GitHubLabelSync.csproj b/src/GitHubLabelSync.csproj
index e8b1f93..52acb00 100644
--- a/src/GitHubLabelSync.csproj
+++ b/src/GitHubLabelSync.csproj
@@ -21,7 +21,7 @@
 		<Nullable>enable</Nullable>
 	</PropertyGroup>
 	<ItemGroup>
-		<PackageReference Include="Octokit" Version="13.0.0"/>
+		<PackageReference Include="Octokit" Version="13.0.1"/>
 		<PackageReference Include="Spectre.Console.Cli" Version="0.49.1"/>
 		<None Include="../README.md" CopyToOutputDirectory="PreserveNewest" Pack="true" PackagePath="."/>
 	</ItemGroup>
diff --git a/test/GitHubLabelSync.Tests.csproj b/test/GitHubLabelSync.Tests.csproj
index 251ba6c..3e9c459 100644
--- a/test/GitHubLabelSync.Tests.csproj
+++ b/test/GitHubLabelSync.Tests.csproj
@@ -5,10 +5,10 @@
 		<Nullable>enable</Nullable>
 	</PropertyGroup>
 	<ItemGroup>
-		<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.10.0"/>
-		<PackageReference Include="NSubstitute" Version="5.1.0"/>
-		<PackageReference Include="xunit" Version="2.8.1"/>
-		<PackageReference Include="xunit.runner.visualstudio" Version="2.8.1"/>
+		<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.1"/>
+		<PackageReference Include="NSubstitute" Version="5.3.0"/>
+		<PackageReference Include="xunit" Version="2.9.2"/>
+		<PackageReference Include="xunit.runner.visualstudio" Version="2.8.2"/>
 		<PackageReference Include="coverlet.collector" Version="6.0.2" PrivateAssets="all"/>
 		<ProjectReference Include="../src/GitHubLabelSync.csproj"/>
 	</ItemGroup>