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 github.com/carlmjohnson/requests from 0.23.3 to 0.23.4 #713

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 23, 2023

Bumps github.com/carlmjohnson/requests from 0.23.3 to 0.23.4.

Release notes

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

v0.23.4

What's Changed

  • Added support for setting multiple Params and Headers at once #23

    You could just call .Param or .Header multiple times, but sometimes you need to set a parameter conditionally, and this lets you take it out of the main builder chain. See example Params and example Headers.

  • Restored .Post for those times when you need an empty request body #77

  • Added support for XML bodies, responses, and errors #78

    This was done by @​tmm1. To keep tools that don't need it from having to include encoding/xml, it was put into a sub-package called reqxml. Read the docs for reqxml.

  • CI: Use coverall by @​carlmjohnson in carlmjohnson/requests#80

    This restores the coverage badge which went away when gocover.io shut down.

New Contributors

Full Changelog: earthboundkid/requests@v0.23.3...v0.23.4

Commits
  • c343f00 ExampleError: More consistent struct
  • 9b04e9e Docs: Note that Post is mostly redundant
  • 7461444 minitrue: Add tests
  • 4314efd minitrue: Rename First to Or; make it variadic
  • f6f61ca core_do: shorter name
  • 3f8db23 ExampleBuilder_Params: Clearer
  • a088e41 ExampleBuilder_Headers: More realistic example
  • 5cf27d2 Docs: Fix capitalization
  • 4640d54 Docs: Remove Builder.ToXML
  • d3a4883 Move core back into requests to fix coverage
  • 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 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)

Bumps [github.com/carlmjohnson/requests](https://github.com/carlmjohnson/requests) from 0.23.3 to 0.23.4.
- [Release notes](https://github.com/carlmjohnson/requests/releases)
- [Commits](earthboundkid/requests@v0.23.3...v0.23.4)

---
updated-dependencies:
- dependency-name: github.com/carlmjohnson/requests
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added area/dependency Issues or PRs related to dependency changes kind/cleanup Removing things previously overlooked labels May 23, 2023
@codecov-commenter
Copy link

Codecov Report

Patch coverage has no change and project coverage change: -0.08 ⚠️

Comparison is base (18c06de) 58.26% compared to head (fa7e576) 58.18%.

❗ Current head fa7e576 differs from pull request most recent head e4a9c9d. Consider uploading reports for the commit e4a9c9d to get more accurate results

❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #713      +/-   ##
==========================================
- Coverage   58.26%   58.18%   -0.08%     
==========================================
  Files          56       56              
  Lines        2705     2705              
==========================================
- Hits         1576     1574       -2     
- Misses        984      985       +1     
- Partials      145      146       +1     

see 1 file with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github May 25, 2023

Looks like github.com/carlmjohnson/requests is up-to-date now, so this is no longer needed.

@dependabot dependabot bot closed this May 25, 2023
@dependabot dependabot bot deleted the dependabot/go_modules/github.com/carlmjohnson/requests-0.23.4 branch May 25, 2023 05:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/dependency Issues or PRs related to dependency changes kind/cleanup Removing things previously overlooked
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant