Skip to content

Bump httparty from 0.24.0 to 0.24.2#23

Open
dependabot[bot] wants to merge 4 commits into
mainfrom
dependabot/bundler/httparty-0.24.2
Open

Bump httparty from 0.24.0 to 0.24.2#23
dependabot[bot] wants to merge 4 commits into
mainfrom
dependabot/bundler/httparty-0.24.2

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps httparty from 0.24.0 to 0.24.2.

Release notes

Sourced from httparty's releases.

v0.24.2

Full Changelog: jnunemaker/httparty@v0.24.1...v0.24.2

Bug Fixes

  • Streaming uploads are now opt-in - The streaming multipart upload feature introduced in 0.24.0 caused compatibility issues with some servers (returning 400 errors). Streaming is now disabled by default to preserve backwards compatibility. Enable it explicitly with stream_body: true for memory-efficient large file uploads. (#832)

Example

# Default behavior (buffered, compatible with all servers)
HTTParty.post('http://example.com/upload', body: { file: File.open('large.zip') })
Opt-in to streaming for large files (reduced memory usage)
HTTParty.post('http://example.com/upload', body: { file: File.open('large.zip') }, stream_body: true)

v0.24.1

What's Changed

New Contributors

Full Changelog: jnunemaker/httparty@v0.24.0...v0.24.1

Commits
  • 9c89e55 fix: make streaming uploads opt-in for backwards compatibility
  • 906aab0 Release 0.24.1
  • 06d4363 Merge pull request #833 from serixscorpio/fix-stream-multipart-non-file-header
  • 51cc6b9 fix: freeze time in logstash formatter test to prevent flaky failures
  • bbc4658 Add trailing clrf when building header for non-file parts.
  • See full diff in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

gmerlino and others added 4 commits January 6, 2026 23:26
Update site URL and base URL in config
Potential fix for code scanning alert no. 3: Prototype-polluting assignment
Set package-ecosystem to 'bundler' in dependabot.yml
Bump jekyll-scholar from 7.2.2 to 7.2.3
Bumps [jekyll-scholar](https://github.com/inukshuk/jekyll-scholar) from 7.2.2 to 7.2.3.
updated-dependencies:
- dependency-name: jekyll-scholar
  dependency-version: 7.2.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
Update Dependabot config for GitHub Actions
Added GitHub Actions to Dependabot configuration and changed update schedule to daily.
Upgrade CodeQL action versions to v4
Bump tj-actions/changed-files from 46.0.5 to 47.0.0
updated-dependencies:
- dependency-name: tj-actions/changed-files
  dependency-version: 47.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
Bump actions/setup-python from 4 to 6
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4 to 6.
updated-dependencies:
- dependency-name: actions/setup-python
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
Bump thollander/actions-comment-pull-request from 2 to 3
updated-dependencies:
- dependency-name: thollander/actions-comment-pull-request
  dependency-version: '3'
  dependency-type: direct:production
  update-type: version-update:semver-major
Bump lycheeverse/lychee-action from 2.0.2 to 2.7.0
updated-dependencies:
- dependency-name: lycheeverse/lychee-action
  dependency-version: 2.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
Bump actions/upload-artifact from 4 to 5
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
additional files for local testing
Update CodeQL workflow to ignore certain scripts
Ignore specific script files in CodeQL analysis for pull requests.
Potential fix for code scanning alert no. 3: Prototype-polluting assignment
Potential fix for code scanning alert no. 1: DOM text reinterpreted as HTML
Bump browser-actions/setup-chrome from 1 to 2
Bumps [browser-actions/setup-chrome](https://github.com/browser-actions/setup-chrome) from 1 to 2.
updated-dependencies:
- dependency-name: browser-actions/setup-chrome
  dependency-version: '2'
  dependency-type: direct:production
  update-type: version-update:semver-major
Bump stefanzweifel/git-auto-commit-action from 5.0.1 to 7.0.0
updated-dependencies:
- dependency-name: stefanzweifel/git-auto-commit-action
  dependency-version: 7.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
Bump actions/checkout from 4 to 6
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
Bump docker/build-push-action from 5 to 6
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 5 to 6.
updated-dependencies:
- dependency-name: docker/build-push-action
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
Bump peter-evans/repository-dispatch from 2 to 4
Bumps [peter-evans/repository-dispatch](https://github.com/peter-evans/repository-dispatch) from 2 to 4.
updated-dependencies:
- dependency-name: peter-evans/repository-dispatch
  dependency-version: '4'
  dependency-type: direct:production
  update-type: version-update:semver-major
Bump httparty from 0.23.2 to 0.24.0
updated-dependencies:
- dependency-name: httparty
  dependency-version: 0.24.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
Potential fix for code scanning alert no. 8: Inefficient regular expression
Potential fix for code scanning alert no. 5: Inefficient regular expression
Potential fix for code scanning alert no. 2: Incomplete string escaping or encoding
Add paths to ignore in CodeQL configuration
Update CodeQL workflow configuration
Removed paths to ignore for pull requests and added a config file for CodeQL.
Fix formatting of emphasis in SECURITY.md
Update nbconvert requirement for non-Windows systems
Bumps [httparty](https://github.com/jnunemaker/httparty) from 0.24.0 to 0.24.2.
- [Release notes](https://github.com/jnunemaker/httparty/releases)
- [Changelog](https://github.com/jnunemaker/httparty/blob/main/Changelog.md)
- [Commits](jnunemaker/httparty@v0.24.0...v0.24.2)

---
updated-dependencies:
- dependency-name: httparty
  dependency-version: 0.24.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file ruby Pull requests that update ruby code labels Jan 19, 2026
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 ruby Pull requests that update ruby code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants