Skip to content

deps(dotnet): Bump RestSharp from 112.1.0 to 113.1.0#17

Merged
karlspace merged 1 commit into
mainfrom
dependabot/nuget/RestSharp-113.1.0
Jan 18, 2026
Merged

deps(dotnet): Bump RestSharp from 112.1.0 to 113.1.0#17
karlspace merged 1 commit into
mainfrom
dependabot/nuget/RestSharp-113.1.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jan 18, 2026

Copy link
Copy Markdown
Contributor

Updated RestSharp from 112.1.0 to 113.1.0.

Release notes

Sourced from RestSharp's releases.

113.0

What's Changed

New Contributors

Full Changelog: restsharp/RestSharp@112.1.0...113.0.0

Commits viewable in compare view.

Dependabot compatibility score

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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

---
updated-dependencies:
- dependency-name: RestSharp
  dependency-version: 113.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file nuget NuGet package updates labels Jan 18, 2026
@dependabot dependabot Bot requested a review from karlspace as a code owner January 18, 2026 06:43
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file nuget NuGet package updates labels Jan 18, 2026
@github-actions

Copy link
Copy Markdown

AI Analysis

Technical Summary:

This pull request updates the RestSharp dependency in the project from version 112.1.0 to 113.1.0. RestSharp is a widely used HTTP client library for .NET, and this update incorporates multiple important changes from the library's upstream releases.


Key Updates {summary} Features in RestSharp 113.0 (Relevant to this bump):

  • .NET Platform Support:

    • Added support for .NET 9.
    • Updated to .NET 10 GA packages.
  • URL Handling:

    • Ability to leave encoded slashes in UrlSegmentParameter values, improving URL encoding flexibility.
    • Enhancements in URL segment replacement to resolve related bugs or edge cases.
  • HTTP Response {summary} Error Handling:

    • Removed incorrect behavior treating HTTP 404 responses as success.
    • New option to ignore cookie-related exceptions.
    • Added ability to treat unsuccessful HTTP status codes as non-errors to avoid throwing exceptions

This summary was automatically generated by AI to help with triage and may not be 100% accurate.

Suggested Labels: bug

@github-actions github-actions Bot added the bug Something isn't working label Jan 18, 2026
@karlspace karlspace merged commit 695b26f into main Jan 18, 2026
11 of 12 checks passed
@karlspace karlspace deleted the dependabot/nuget/RestSharp-113.1.0 branch January 18, 2026 08:41
@github-actions

Copy link
Copy Markdown

🎉 This PR is included in version 2.2.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working dependencies Pull requests that update a dependency file nuget NuGet package updates released

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant