Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the deps group across 1 directory with 15 updates #239

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 28, 2024

Bumps the deps group with 15 updates in the /src directory:

Package From To
Microsoft.NET.Test.Sdk 17.9.0 17.10.0
xunit 2.8.0 2.8.1
xunit.runner.visualstudio 2.8.0 2.8.1
Nox.Secrets.Abstractions 7.0.234 7.0.236
Nox.Solution 7.0.234 7.0.236
Nox.Yaml 7.0.234 7.0.236
Nox.Yaml 7.0.234 7.0.236
Microsoft.Identity.Client 4.61.0 4.61.1
Nox.Secrets.Azure 7.0.234 7.0.236
Nox.Secrets.Abstractions 7.0.234 7.0.236
Nox.Solution 7.0.234 7.0.236
Nox.Yaml 7.0.234 7.0.236
Microsoft.Graph 5.52.0 5.54.0
System.IdentityModel.Tokens.Jwt 7.5.2 7.6.0
Elastic.Apm.NetCoreAll 1.27.0 1.27.1
Microsoft.Identity.Web 2.18.1 2.18.2
Swashbuckle.AspNetCore 6.6.1 6.6.2
Nox.Types 7.0.234 7.0.236
Nox.Yaml 7.0.234 7.0.236
Nox.Secrets 7.0.234 7.0.236
Nox.Secrets.Abstractions 7.0.234 7.0.236
Nox.Solution 7.0.234 7.0.236
Nox.Yaml 7.0.234 7.0.236
Nox.Secrets.Azure 7.0.234 7.0.236

Updates Microsoft.NET.Test.Sdk from 17.9.0 to 17.10.0

Release notes

Sourced from Microsoft.NET.Test.Sdk's releases.

v17.10.0

What's Changed

And many infrastructure related changes and updates.

New Contributors

Full Changelog: microsoft/vstest@v17.9.0...v17.10.0

v17.10.0-release-24177-07

What's Changed

... (truncated)

Commits

Updates xunit from 2.8.0 to 2.8.1

Commits
  • ba2ae9b v2.8.1
  • 151b8d0 Use 'dotnet format' instead of 'dotnet dotnet-format'
  • be6db6f #2931: Tighten up types to prevent accidentically calling AddOrGet with a Con...
  • f466d81 #2927: Misleading error message when class used in IClassFixture<> throws exc...
  • 1911ea7 Missed unit test updates
  • f497d65 Cannot use full assembly path as dictionary key for execution options lookup,...
  • c2f2d47 Add ability to provide live output messages from running tests
  • 013093b Polyfill in StringSyntaxAttribute
  • e1e4c2e #2719: Class with custom Fact with throwing Skip should fail appropriately
  • 8b0b13c Clarify naming
  • Additional commits viewable in compare view

Updates xunit.runner.visualstudio from 2.8.0 to 2.8.1

Commits

Updates Nox.Secrets.Abstractions from 7.0.234 to 7.0.236

Commits

Updates Nox.Solution from 7.0.234 to 7.0.236

Commits

Updates Nox.Yaml from 7.0.234 to 7.0.236

Commits
  • cd21b4b Merge pull request #1489 from NoxOrg/feature/NOX-918-Etag
  • 33adc42 - fixed failing job
  • e142b01 - removed dummy job
  • 4ecb47d - reverted date time tests
  • 4fdb7c8 - changed some tests
  • 51c9d3e Merge remote-tracking branch 'refs/remotes/origin/main' into feature/integrat...
  • e9dfbbd Merge pull request #1487 from NoxOrg/feature/916-NoxResources-Edit
  • 9e80fe3 Add Edit Resource base translations
  • 9110e21 - sonar fixes
  • a6c1620 - added scheduling to integrations
  • See full diff in compare view

Updates Nox.Yaml from 7.0.234 to 7.0.236

Commits
  • cd21b4b Merge pull request #1489 from NoxOrg/feature/NOX-918-Etag
  • 33adc42 - fixed failing job
  • e142b01 - removed dummy job
  • 4ecb47d - reverted date time tests
  • 4fdb7c8 - changed some tests
  • 51c9d3e Merge remote-tracking branch 'refs/remotes/origin/main' into feature/integrat...
  • e9dfbbd Merge pull request #1487 from NoxOrg/feature/916-NoxResources-Edit
  • 9e80fe3 Add Edit Resource base translations
  • 9110e21 - sonar fixes
  • a6c1620 - added scheduling to integrations
  • See full diff in compare view

Updates Microsoft.Identity.Client from 4.61.0 to 4.61.1

Release notes

Sourced from Microsoft.Identity.Client's releases.

4.61.1

New Features

  • Enabled Proof of Possession (POP) extensibility API for all confidential client requests, enhancing security measures for confidential clients. See 4757
  • Introduced a public API that identifies and returns the current Azure environment for Managed Identity. See 4751
  • Deprecated the WithClientAssertion(string) method. Developers are encouraged to use the overload with Func instead, which ensures the return of a non-expired assertion, potentially including a Federated Credential. See 4775
  • Adding support for Non-GUID Client IDs with AuthorityType.Generic See #4686

Bug Fixes

  • Improved logic to handle ADFS tokens that include a manually added tid claim, preventing exceptions. See 4608
  • Improved build-time validation to ensure that applications using the WithBroker(true) method will fail at build time if the application targets net6-windows and uses an old broker API. This change prevents runtime failures and facilitates early detection of issues. See 4768
  • Fixed token acquisition failure in broker based flow when authority is common. See 4696
Changelog

Sourced from Microsoft.Identity.Client's changelog.

4.61.1

New Features

  • Enabled Proof of Possession (POP) extensibility API for all confidential client requests, enhancing security measures for confidential clients. See 4757
  • Introduced a public API that identifies and returns the current Azure environment for Managed Identity. See 4751
  • Deprecated the WithClientAssertion(string) method. Developers are encouraged to use the overload with Func instead, which ensures the return of a non-expired assertion, potentially including a Federated Credential. See 4775
  • Adding support for Non-GUID Client IDs with AuthorityType.Generic See #4686

Bug Fixes

  • Improved logic to handle ADFS tokens that include a manually added tid claim, preventing exceptions. See 4608
  • Improved build-time validation to ensure that applications using the WithBroker(true) method will fail at build time if the application targets net6-windows and uses an old broker API. This change prevents runtime failures and facilitates early detection of issues. See 4768
  • Fixed token acquisition failure in broker based flow when authority is common. See 4696
Commits

Updates Nox.Secrets.Azure from 7.0.234 to 7.0.236

Commits

Updates Nox.Secrets.Abstractions from 7.0.234 to 7.0.236

Commits

Updates Nox.Solution from 7.0.234 to 7.0.236

Commits

Updates Nox.Yaml from 7.0.234 to 7.0.236

Commits
  • cd21b4b Merge pull request #1489 from NoxOrg/feature/NOX-918-Etag
  • 33adc42 - fixed failing job
  • e142b01 - removed dummy job
  • 4ecb47d - reverted date time tests
  • 4fdb7c8 - changed some tests
  • 51c9d3e Merge remote-tracking branch 'refs/remotes/origin/main' into feature/integrat...
  • e9dfbbd Merge pull request #1487 from NoxOrg/feature/916-NoxResources-Edit
  • 9e80fe3 Add Edit Resource base translations
  • 9110e21 - sonar fixes
  • a6c1620 - added scheduling to integrations
  • See full diff in compare view

Updates Microsoft.Graph from 5.52.0 to 5.54.0

Changelog

Sourced from Microsoft.Graph's changelog.

[5.54.0] - 2024-05-23

  • Latest metadata updates from 21st May 2024.

[5.53.0] - 2024-05-16

  • Latest metadata updates from 14th May 2024.
Commits
  • 9d53fd5 Merge pull request #2513 from microsoftgraph/dev
  • d6387be Merge pull request #2504 from microsoftgraph/kiota/v1.0/pipelinebuild/149875
  • 372bf0e Merge branch 'dev' into kiota/v1.0/pipelinebuild/149875
  • 95e708d update changelog
  • 648432b Merge pull request #2512 from microsoftgraph/dependabot/nuget/Microsoft.NET.T...
  • 5ebd1e9 Bump Microsoft.NET.Test.Sdk from 17.9.0 to 17.10.0
  • 9525460 Merge branch 'dev' into kiota/v1.0/pipelinebuild/149875
  • 6ec3fba Fix language_option_id parameter in setting language (#2509)
  • 6b7e35e Update generated files with build 149875
  • b8ab11b Merge pull request #2498 from microsoftgraph/dependabot/github_actions/action...
  • Additional commits viewable in compare view

Updates System.IdentityModel.Tokens.Jwt from 7.5.2 to 7.6.0

Release notes

Sourced from System.IdentityModel.Tokens.Jwt's releases.

7.6.0

New Features:

  • Update JsonWebToken - extract and expose the method that reads the header/payload property values from the reader so it can be overridden in children classes to add any extra own logic. See issues #2581, #2583, and #2495 for details.

Bug Fixes:

  • JWE header algorithm is now compliant to IANA document. See issue #2089 for details.

Performance Improvements:

  • Reduce the number of internal array allocations that need to happen for each claim set, see PR #2596.

Fundamentals:

  • Add an AOT compatibility check on each PR to ensure only AOT compatible code is checked-in. See PR #2598.
  • Update perl scrip for OneBranch build. See PR #2602.
  • Add langversion 12 to benchmark tests. See PR #2601.
  • Removed unused build.cmd file. See PR #2605.
  • Create CodeQL exclusions file. See PR #2609.
  • Fix variable usage in AOT script. See PR #2610.
  • Move Microsoft.IdentityModel.Tokens delegates to a new file. See PR #2606
Changelog

Sourced from System.IdentityModel.Tokens.Jwt's changelog.

7.6.0

New Features:

  • Update JsonWebToken - extract and expose the method that reads the header/payload property values from the reader so it can be overridden in children classes to add any extra own logic. See issues #2581, #2583, and #2495 for details.

Bug Fixes:

  • JWE header algorithm is now compliant to IANA document. See issue #2089 for details.

Performance Improvements:

  • Reduce the number of internal array allocations that need to happen for each claim set, see PR #2596.

Fundamentals:

  • Add an AOT compatibility check on each PR to ensure only AOT compatible code is checked-in. See PR #2598.
  • Update perl scrip for OneBranch build. See PR #2602.
  • Add langversion 12 to benchmark tests. See PR #2601.
  • Removed unused build.cmd file. See PR #2605.
  • Create CodeQL exclusions file. See PR #2609.
  • Fix variable usage in AOT script. See PR #2610.
  • Move Microsoft.IdentityModel.Tokens delegates to a new file. See PR #2606
Commits

Updates Elastic.Apm.NetCoreAll from 1.27.0 to 1.27.1

Release notes

Sourced from Elastic.Apm.NetCoreAll's releases.

v1.27.1

What's Changed

Full Changelog: elastic/apm-agent-dotnet@v1.27.0...v1.27.1

Changelog

Sourced from Elastic.Apm.NetCoreAll's changelog.

==== 1.27.1 - 2024/05/16

===== Bug fixes

[[release-notes-1.27.0]]

Commits

Updates Microsoft.Identity.Web from 2.18.1 to 2.18.2

Release notes

Sourced from Microsoft.Identity.Web's releases.

2.18.2

New feature

  • Target Microsoft.IdentityModel 7x in OWIN targets, see issue #2785 for details.

Bug fixes

  • Id Web now accepts an env var to disable interactive auth for KeyVaultCertificateLoader, see issue #2647 for details.
  • Id Web token acquisition on ASP.NET Core 2.x on net472 or net48 implements ITokenAquirerFactory, see issue #2849 for details.
Changelog

Sourced from Microsoft.Identity.Web's changelog.

2.18.2

New feature

  • Target Microsoft.IdentityModel 7x in OWIN targets, see issue #2785 for details.

Bug fixes

  • Id Web now accepts an env var to disable interactive auth for KeyVaultCertificateLoader, see issue #2647 for details.
  • Id Web token acquisition on ASP.NET Core 2.x on net472 or net48 implements ITokenAquirerFactory, see issue #2849 for details.
Commits

Updates Swashbuckle.AspNetCore from 6.6.1 to 6.6.2

Release notes

Sourced from Swashbuckle.AspNetCore's releases.

v6.6.2

What's Changed

New Contributors

Full Changelog: domaindrivendev/Swashbuckle.AspNetCore@v6.6.1...v6.6.2

Commits
  • fe87e6d Fix exceptions generating default values (#2895)
  • d5cd28e Fix interceptor JSON casing
  • 432c417 Do not run IHostedService implementations (#2880)
  • 26c78cb Disable parallel build (#2894)
  • ac588fe Fix serialization of AdditionalItems
  • 91c936b Fix IDE suggestions
  • a0f4bb4 Only restore packages when needed
  • ecce973 Bump swagger-ui-dist in /src/Swashbuckle.AspNetCore.SwaggerUI (#2903)
  • 76ec39d Fix schema generation for C# 9 positional record with no example (#2901)
  • 828b7df Replace br tags in XML comments with new lines (#2899)
  • Additional commits viewable in compare view

Updates Nox.Types from 7.0.234 to 7.0.236

Commits

Updates Nox.Yaml from 7.0.234 to 7.0.236

Commits
  • cd21b4b Merge pull request #1489 from NoxOrg/feature/NOX-918-Etag
  • 33adc42 - fixed failing job
  • e142b01 - removed dummy job
  • 4ecb47d - reverted date time tests
  • 4fdb7c8 - changed some tests
  • 51c9d3e Merge remote-tracking branch 'refs/remotes/origin/main' into feature/integrat...
  • e9dfbbd Merge pull request #1487 from NoxOrg/feature/916-NoxResources-Edit
  • 9e80fe3 Add Edit Resource base translations
  • 9110e21 - sonar fixes
  • a6c1620 - added scheduling to integrations
  • See full diff in compare view

Updates Nox.Secrets from 7.0.234 to 7.0.236

Commits

Updates Nox.Secrets.Abstractions from 7.0.234 to 7.0.236

Commits

Updates Nox.Solution from 7.0.234 to 7.0.236

Commits

Updates Nox.Yaml from 7.0.234 to 7.0.236

Commits
  • cd21b4b Merge pull request #1489 from NoxOrg/feature/NOX-918-Etag
  • 33adc42 - fixed failing job
  • e142b01 - removed dummy job
  • 4ecb47d - reverted date time tests
  • 4fdb7c8 - changed some tests
  • 51c9d3e Merge remote-tracking branch 'refs/remotes/origin/main' into feature/integrat...
  • Description has been truncated

Bumps the deps group with 15 updates in the /src directory:

| Package | From | To |
| --- | --- | --- |
| [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) | `17.9.0` | `17.10.0` |
| [xunit](https://github.com/xunit/xunit) | `2.8.0` | `2.8.1` |
| [xunit.runner.visualstudio](https://github.com/xunit/visualstudio.xunit) | `2.8.0` | `2.8.1` |
| [Nox.Secrets.Abstractions](https://github.com/NoxOrg/Nox.Lib) | `7.0.234` | `7.0.236` |
| [Nox.Solution](https://github.com/NoxOrg/Nox.Solution) | `7.0.234` | `7.0.236` |
| [Nox.Yaml](https://github.com/NoxOrg/Nox.Generator) | `7.0.234` | `7.0.236` |
| [Nox.Yaml](https://github.com/NoxOrg/Nox.Generator) | `7.0.234` | `7.0.236` |
| [Microsoft.Identity.Client](https://github.com/AzureAD/microsoft-authentication-library-for-dotnet) | `4.61.0` | `4.61.1` |
| [Nox.Secrets.Azure](https://github.com/NoxOrg/Nox.Lib) | `7.0.234` | `7.0.236` |
| [Nox.Secrets.Abstractions](https://github.com/NoxOrg/Nox.Lib) | `7.0.234` | `7.0.236` |
| [Nox.Solution](https://github.com/NoxOrg/Nox.Solution) | `7.0.234` | `7.0.236` |
| [Nox.Yaml](https://github.com/NoxOrg/Nox.Generator) | `7.0.234` | `7.0.236` |
| [Microsoft.Graph](https://github.com/microsoftgraph/msgraph-sdk-dotnet) | `5.52.0` | `5.54.0` |
| [System.IdentityModel.Tokens.Jwt](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet) | `7.5.2` | `7.6.0` |
| [Elastic.Apm.NetCoreAll](https://github.com/elastic/apm-agent-dotnet) | `1.27.0` | `1.27.1` |
| [Microsoft.Identity.Web](https://github.com/AzureAD/microsoft-identity-web) | `2.18.1` | `2.18.2` |
| [Swashbuckle.AspNetCore](https://github.com/domaindrivendev/Swashbuckle.AspNetCore) | `6.6.1` | `6.6.2` |
| [Nox.Types](https://github.com/NoxOrg/Nox.Types) | `7.0.234` | `7.0.236` |
| [Nox.Yaml](https://github.com/NoxOrg/Nox.Generator) | `7.0.234` | `7.0.236` |
| [Nox.Secrets](https://github.com/NoxOrg/Nox.Lib) | `7.0.234` | `7.0.236` |
| [Nox.Secrets.Abstractions](https://github.com/NoxOrg/Nox.Lib) | `7.0.234` | `7.0.236` |
| [Nox.Solution](https://github.com/NoxOrg/Nox.Solution) | `7.0.234` | `7.0.236` |
| [Nox.Yaml](https://github.com/NoxOrg/Nox.Generator) | `7.0.234` | `7.0.236` |
| [Nox.Secrets.Azure](https://github.com/NoxOrg/Nox.Lib) | `7.0.234` | `7.0.236` |



Updates `Microsoft.NET.Test.Sdk` from 17.9.0 to 17.10.0
- [Release notes](https://github.com/microsoft/vstest/releases)
- [Changelog](https://github.com/microsoft/vstest/blob/main/docs/releases.md)
- [Commits](microsoft/vstest@v17.9.0...v17.10.0)

Updates `xunit` from 2.8.0 to 2.8.1
- [Commits](xunit/xunit@2.8.0...2.8.1)

Updates `xunit.runner.visualstudio` from 2.8.0 to 2.8.1
- [Release notes](https://github.com/xunit/visualstudio.xunit/releases)
- [Commits](xunit/visualstudio.xunit@2.8.0...2.8.1)

Updates `Nox.Secrets.Abstractions` from 7.0.234 to 7.0.236
- [Release notes](https://github.com/NoxOrg/Nox.Lib/releases)
- [Commits](https://github.com/NoxOrg/Nox.Lib/commits)

Updates `Nox.Solution` from 7.0.234 to 7.0.236
- [Release notes](https://github.com/NoxOrg/Nox.Solution/releases)
- [Commits](https://github.com/NoxOrg/Nox.Solution/commits)

Updates `Nox.Yaml` from 7.0.234 to 7.0.236
- [Release notes](https://github.com/NoxOrg/Nox.Generator/releases)
- [Commits](NoxOrg/Nox@v7.0.234...v7.0.236)

Updates `Nox.Yaml` from 7.0.234 to 7.0.236
- [Release notes](https://github.com/NoxOrg/Nox.Generator/releases)
- [Commits](NoxOrg/Nox@v7.0.234...v7.0.236)

Updates `Microsoft.Identity.Client` from 4.61.0 to 4.61.1
- [Release notes](https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/releases)
- [Changelog](https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/blob/main/CHANGELOG.md)
- [Commits](AzureAD/microsoft-authentication-library-for-dotnet@4.61.0...4.61.1)

Updates `Nox.Secrets.Azure` from 7.0.234 to 7.0.236
- [Release notes](https://github.com/NoxOrg/Nox.Lib/releases)
- [Commits](https://github.com/NoxOrg/Nox.Lib/commits)

Updates `Nox.Secrets.Abstractions` from 7.0.234 to 7.0.236
- [Release notes](https://github.com/NoxOrg/Nox.Lib/releases)
- [Commits](https://github.com/NoxOrg/Nox.Lib/commits)

Updates `Nox.Solution` from 7.0.234 to 7.0.236
- [Release notes](https://github.com/NoxOrg/Nox.Solution/releases)
- [Commits](https://github.com/NoxOrg/Nox.Solution/commits)

Updates `Nox.Yaml` from 7.0.234 to 7.0.236
- [Release notes](https://github.com/NoxOrg/Nox.Generator/releases)
- [Commits](NoxOrg/Nox@v7.0.234...v7.0.236)

Updates `Microsoft.Graph` from 5.52.0 to 5.54.0
- [Release notes](https://github.com/microsoftgraph/msgraph-sdk-dotnet/releases)
- [Changelog](https://github.com/microsoftgraph/msgraph-sdk-dotnet/blob/dev/CHANGELOG.md)
- [Commits](microsoftgraph/msgraph-sdk-dotnet@v5.52.0...v5.54.0)

Updates `System.IdentityModel.Tokens.Jwt` from 7.5.2 to 7.6.0
- [Release notes](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/releases)
- [Changelog](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/blob/dev/CHANGELOG.md)
- [Commits](AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet@7.5.2...7.6.0)

Updates `Elastic.Apm.NetCoreAll` from 1.27.0 to 1.27.1
- [Release notes](https://github.com/elastic/apm-agent-dotnet/releases)
- [Changelog](https://github.com/elastic/apm-agent-dotnet/blob/main/CHANGELOG.asciidoc)
- [Commits](elastic/apm-agent-dotnet@v1.27.0...v1.27.1)

Updates `Microsoft.Identity.Web` from 2.18.1 to 2.18.2
- [Release notes](https://github.com/AzureAD/microsoft-identity-web/releases)
- [Changelog](https://github.com/AzureAD/microsoft-identity-web/blob/2.18.2/changelog.md)
- [Commits](AzureAD/microsoft-identity-web@2.18.1...2.18.2)

Updates `Swashbuckle.AspNetCore` from 6.6.1 to 6.6.2
- [Release notes](https://github.com/domaindrivendev/Swashbuckle.AspNetCore/releases)
- [Commits](domaindrivendev/Swashbuckle.AspNetCore@v6.6.1...v6.6.2)

Updates `Nox.Types` from 7.0.234 to 7.0.236
- [Release notes](https://github.com/NoxOrg/Nox.Types/releases)
- [Commits](https://github.com/NoxOrg/Nox.Types/commits)

Updates `Nox.Yaml` from 7.0.234 to 7.0.236
- [Release notes](https://github.com/NoxOrg/Nox.Generator/releases)
- [Commits](NoxOrg/Nox@v7.0.234...v7.0.236)

Updates `Nox.Secrets` from 7.0.234 to 7.0.236
- [Release notes](https://github.com/NoxOrg/Nox.Lib/releases)
- [Commits](https://github.com/NoxOrg/Nox.Lib/commits)

Updates `Nox.Secrets.Abstractions` from 7.0.234 to 7.0.236
- [Release notes](https://github.com/NoxOrg/Nox.Lib/releases)
- [Commits](https://github.com/NoxOrg/Nox.Lib/commits)

Updates `Nox.Solution` from 7.0.234 to 7.0.236
- [Release notes](https://github.com/NoxOrg/Nox.Solution/releases)
- [Commits](https://github.com/NoxOrg/Nox.Solution/commits)

Updates `Nox.Yaml` from 7.0.234 to 7.0.236
- [Release notes](https://github.com/NoxOrg/Nox.Generator/releases)
- [Commits](NoxOrg/Nox@v7.0.234...v7.0.236)

Updates `Nox.Secrets.Azure` from 7.0.234 to 7.0.236
- [Release notes](https://github.com/NoxOrg/Nox.Lib/releases)
- [Commits](https://github.com/NoxOrg/Nox.Lib/commits)

---
updated-dependencies:
- dependency-name: Microsoft.NET.Test.Sdk
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: deps
- dependency-name: xunit
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: xunit.runner.visualstudio
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: Nox.Secrets.Abstractions
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: Nox.Solution
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: Nox.Yaml
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: Nox.Yaml
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: Microsoft.Identity.Client
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: Nox.Secrets.Azure
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: Nox.Secrets.Abstractions
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: Nox.Solution
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: Nox.Yaml
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: Microsoft.Graph
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: deps
- dependency-name: System.IdentityModel.Tokens.Jwt
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: deps
- dependency-name: Elastic.Apm.NetCoreAll
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: Microsoft.Identity.Web
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: Swashbuckle.AspNetCore
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: Nox.Types
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: Nox.Yaml
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: Nox.Secrets
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: Nox.Secrets.Abstractions
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: Nox.Solution
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: Nox.Yaml
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: Nox.Secrets.Azure
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label May 28, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github May 29, 2024

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this May 29, 2024
@dependabot dependabot bot deleted the dependabot/nuget/src/deps-301bf887b5 branch May 29, 2024 09:28
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants