[PR #484] [MERGED] fix(deps): bump github.com/carlmjohnson/requests from 0.23.5 to 0.24.1 in /api #495

Closed
opened 2026-03-03 16:38:39 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/NdoleStudio/httpsms/pull/484
Author: @dependabot[bot]
Created: 8/1/2024
Status: Merged
Merged: 8/1/2024
Merged by: @AchoArnold

Base: mainHead: dependabot/go_modules/api/github.com/carlmjohnson/requests-0.24.1


📝 Commits (1)

  • afd3649 fix(deps): bump github.com/carlmjohnson/requests in /api

📊 Changes

2 files changed (+12 additions, -12 deletions)

View changed files

📝 api/go.mod (+4 -4)
📝 api/go.sum (+8 -8)

📄 Description

Bumps github.com/carlmjohnson/requests from 0.23.5 to 0.24.1.

Release notes

Sourced from github.com/carlmjohnson/requests's releases.

v0.24.1

What's Changed

New Contributors

Full Changelog: https://github.com/earthboundkid/requests/compare/v0.23.5...v0.24.1

Commits
  • 12c3cf7 Docs: Deprecate ToHeaders
  • 787c1e1 Upgrade to Go 1.22; replace minitrue.Or with cmp.Or (#111)
  • e4d1efd Add ExampleBuilder_HeaderOptional
  • d385b84 Doc: Add more about ParamOptional/HeaderOptional
  • a8a228a Add ExampleBuilder_ParamOptional
  • 73d4170 Don't set blanks
  • 4154690 core_url: Simplify
  • 5f93928 Fix names
  • 8de9ae3 reqxml.BodyConfig: Update doc
  • 56165d2 Add OptionalHeader, OptionalParam
  • Additional 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)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/NdoleStudio/httpsms/pull/484 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 8/1/2024 **Status:** ✅ Merged **Merged:** 8/1/2024 **Merged by:** [@AchoArnold](https://github.com/AchoArnold) **Base:** `main` ← **Head:** `dependabot/go_modules/api/github.com/carlmjohnson/requests-0.24.1` --- ### 📝 Commits (1) - [`afd3649`](https://github.com/NdoleStudio/httpsms/commit/afd36494f9ab4522540ada5beb50e364ed4c4228) fix(deps): bump github.com/carlmjohnson/requests in /api ### 📊 Changes **2 files changed** (+12 additions, -12 deletions) <details> <summary>View changed files</summary> 📝 `api/go.mod` (+4 -4) 📝 `api/go.sum` (+8 -8) </details> ### 📄 Description Bumps [github.com/carlmjohnson/requests](https://github.com/carlmjohnson/requests) from 0.23.5 to 0.24.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/carlmjohnson/requests/releases">github.com/carlmjohnson/requests's releases</a>.</em></p> <blockquote> <h2>v0.24.1</h2> <h2>What's Changed</h2> <ul> <li>Bump golang.org/x/net from 0.15.0 to 0.17.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/earthboundkid/requests/pull/96">earthboundkid/requests#96</a></li> <li>fix: typo by <a href="https://github.com/testwill"><code>@​testwill</code></a> in <a href="https://redirect.github.com/earthboundkid/requests/pull/97">earthboundkid/requests#97</a></li> <li>README: Update on project URL by <a href="https://github.com/earthboundkid"><code>@​earthboundkid</code></a> in <a href="https://redirect.github.com/earthboundkid/requests/pull/104">earthboundkid/requests#104</a></li> <li>Bump golang.org/x/net from 0.17.0 to 0.23.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/earthboundkid/requests/pull/109">earthboundkid/requests#109</a></li> <li>Add OptionalHeader, OptionalParam by <a href="https://github.com/earthboundkid"><code>@​earthboundkid</code></a> in <a href="https://redirect.github.com/earthboundkid/requests/pull/105">earthboundkid/requests#105</a>. See <a href="https://redirect.github.com/carlmjohnson/requests/issues/99">#99</a></li> <li>Upgrade to Go 1.22; replace minitrue.Or with cmp.Or by <a href="https://github.com/earthboundkid"><code>@​earthboundkid</code></a> in <a href="https://redirect.github.com/earthboundkid/requests/pull/111">earthboundkid/requests#111</a></li> <li>Docs: Deprecate ToHeaders by <a href="https://github.com/earthboundkid"><code>@​earthboundkid</code></a> in <a href="https://redirect.github.com/earthboundkid/requests/pull/112">earthboundkid/requests#112</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/testwill"><code>@​testwill</code></a> made their first contribution in <a href="https://redirect.github.com/earthboundkid/requests/pull/97">earthboundkid/requests#97</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/earthboundkid/requests/compare/v0.23.5...v0.24.1">https://github.com/earthboundkid/requests/compare/v0.23.5...v0.24.1</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/earthboundkid/requests/commit/12c3cf79dc42adf0d7b09ee22d0a98a2adf73ad5"><code>12c3cf7</code></a> Docs: Deprecate ToHeaders</li> <li><a href="https://github.com/earthboundkid/requests/commit/787c1e1a7c48287d20bf14c37dd7e0cca6bad318"><code>787c1e1</code></a> Upgrade to Go 1.22; replace minitrue.Or with cmp.Or (<a href="https://redirect.github.com/carlmjohnson/requests/issues/111">#111</a>)</li> <li><a href="https://github.com/earthboundkid/requests/commit/e4d1efd91c54e8d5aa065f409f88ae7497516e72"><code>e4d1efd</code></a> Add ExampleBuilder_HeaderOptional</li> <li><a href="https://github.com/earthboundkid/requests/commit/d385b84504957192d6a261d7a8c8ad03d37bb199"><code>d385b84</code></a> Doc: Add more about ParamOptional/HeaderOptional</li> <li><a href="https://github.com/earthboundkid/requests/commit/a8a228aa3fdf8c8932f1685fc19d34ed45149ec1"><code>a8a228a</code></a> Add ExampleBuilder_ParamOptional</li> <li><a href="https://github.com/earthboundkid/requests/commit/73d4170e4ac95b8427c7f05baf4b9ce1e701e5c5"><code>73d4170</code></a> Don't set blanks</li> <li><a href="https://github.com/earthboundkid/requests/commit/41546909a50affb79cfc87652b04c30a64603893"><code>4154690</code></a> core_url: Simplify</li> <li><a href="https://github.com/earthboundkid/requests/commit/5f939283fadfbe2a9651e841922692bf9be58bd8"><code>5f93928</code></a> Fix names</li> <li><a href="https://github.com/earthboundkid/requests/commit/8de9ae386117aa8ab5027f7e256e9a81c987dd6c"><code>8de9ae3</code></a> reqxml.BodyConfig: Update doc</li> <li><a href="https://github.com/earthboundkid/requests/commit/56165d298e3a8bcfc5af9c4d04a03645bd8eb230"><code>56165d2</code></a> Add OptionalHeader, OptionalParam</li> <li>Additional commits viewable in <a href="https://github.com/carlmjohnson/requests/compare/v0.23.5...v0.24.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/carlmjohnson/requests&package-manager=go_modules&previous-version=0.23.5&new-version=0.24.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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) </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 16:38:39 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/httpsms#495
No description provided.