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

chore(deps): Bump the all group with 5 updates #36

Merged
merged 1 commit into from
Aug 6, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 5, 2024

Bumps the all group with 5 updates:

Package From To
tryAGI.OpenAI 3.0.3 3.2.0
System.Text.Json 8.0.0 8.0.4
Google.Protobuf 3.27.2 3.27.3
MSTest.TestAdapter 3.5.0 3.5.1
MSTest.TestFramework 3.5.0 3.5.1

Updates tryAGI.OpenAI from 3.0.3 to 3.2.0

Commits
  • c6eb2ae fix: Fixed issues with STT/TTS api.
  • daa163b fix: Fixed MultiPart form data serialization issue with AnyOf.
  • fec723f Merge pull request #53 from tryAGI/bot/update-openapi_202408051513
  • ed92b5b feat: Updated OpenAPI spec
  • 7c7e221 Merge pull request #52 from tryAGI/dependabot/nuget/all-d902c65755
  • 1db5ded chore(deps): Bump the all group with 2 updates
  • 504764e test: Refactored.
  • c19e028 feat: Added custom providers.
  • 34aa93f docs: Fixed Constants README section.
  • b6d799d Merge pull request #51 from tryAGI/dependabot/nuget/all-6171fcff6e
  • Additional commits viewable in compare view

Updates System.Text.Json from 8.0.0 to 8.0.4

Release notes

Sourced from System.Text.Json's releases.

.NET 8.0.4

Release

.NET 8.0.3

Release

.NET 8.0.2

Release

.NET 8.0.1

Release

Commits

Updates Google.Protobuf from 3.27.2 to 3.27.3

Commits
  • 7cc670c Updating version.json and repo version numbers to: 27.3
  • 67d7298 Merge pull request #17617 from protocolbuffers/cp-utf8-ascii
  • e20cb7a Remove /utf-8 flag added in #14197
  • c9839cb Merge pull request #17473 from protocolbuffers/cp-revert-hack
  • 8a579c1 Downgrade CMake to 3.29 to workaround Abseil issue.
  • ba3e7d7 Revert workaround for std::mutex issues on github windows runners.
  • 861be78 Merge pull request #17331 from protocolbuffers/cp-cp
  • c1ec82f Merge pull request #17232 from simonberger/bugfix/php-ext-persistent-global-c...
  • aec8a76 Upgrade macos-11 tests to macos-12
  • 4e3b4f0 Use explicit names of our large runners
  • Additional commits viewable in compare view

Updates MSTest.TestAdapter from 3.5.0 to 3.5.1

Changelog

Sourced from MSTest.TestAdapter's changelog.

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog

Commits

Updates MSTest.TestFramework from 3.5.0 to 3.5.1

Changelog

Sourced from MSTest.TestFramework's changelog.

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog

Commits

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the all group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [tryAGI.OpenAI](https://github.com/tryAGI/OpenAI) | `3.0.3` | `3.2.0` |
| [System.Text.Json](https://github.com/dotnet/runtime) | `8.0.0` | `8.0.4` |
| [Google.Protobuf](https://github.com/protocolbuffers/protobuf) | `3.27.2` | `3.27.3` |
| [MSTest.TestAdapter](https://github.com/microsoft/testfx) | `3.5.0` | `3.5.1` |
| [MSTest.TestFramework](https://github.com/microsoft/testfx) | `3.5.0` | `3.5.1` |


Updates `tryAGI.OpenAI` from 3.0.3 to 3.2.0
- [Commits](tryAGI/OpenAI@v3.0.3...v3.2.0)

Updates `System.Text.Json` from 8.0.0 to 8.0.4
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](dotnet/runtime@v8.0.0...v8.0.4)

Updates `Google.Protobuf` from 3.27.2 to 3.27.3
- [Release notes](https://github.com/protocolbuffers/protobuf/releases)
- [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl)
- [Commits](protocolbuffers/protobuf@v3.27.2...v3.27.3)

Updates `MSTest.TestAdapter` from 3.5.0 to 3.5.1
- [Release notes](https://github.com/microsoft/testfx/releases)
- [Changelog](https://github.com/microsoft/testfx/blob/main/docs/Changelog.md)
- [Commits](microsoft/testfx@v3.5.0...v3.5.1)

Updates `MSTest.TestFramework` from 3.5.0 to 3.5.1
- [Release notes](https://github.com/microsoft/testfx/releases)
- [Changelog](https://github.com/microsoft/testfx/blob/main/docs/Changelog.md)
- [Commits](microsoft/testfx@v3.5.0...v3.5.1)

---
updated-dependencies:
- dependency-name: tryAGI.OpenAI
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: System.Text.Json
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: Google.Protobuf
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: MSTest.TestAdapter
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: MSTest.TestFramework
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Aug 5, 2024
@HavenDV HavenDV merged commit e72063f into main Aug 6, 2024
1 of 2 checks passed
@dependabot dependabot bot deleted the dependabot/nuget/all-6c52f62ddc branch August 6, 2024 05:56
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.

1 participant