Skip to content

chore(deps): bump the mix group with 2 updates - #202

Merged
marandaneto merged 1 commit into
mainfrom
dependabot/hex/mix-e80948ae3d
Sep 8, 2026
Merged

chore(deps): bump the mix group with 2 updates#202
marandaneto merged 1 commit into
mainfrom
dependabot/hex/mix-e80948ae3d

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 8, 2026

Copy link
Copy Markdown
Contributor

Bumps the mix group with 2 updates: mox and req.

Updates mox from 1.3.0 to 1.3.1

Changelog

Sourced from mox's changelog.

v1.3.1 (2026-08-31)

  • Do not crash verification after an unexpected call in shared mode
Commits

Updates req from 0.7.3 to 0.7.4

Release notes

Sourced from req's releases.

v0.7.4

  • put_params: Allow explicit duplicates.

    in v0.7.0 we made this change:

    Overwrite existing query params instead of appending.

    This was a regression for legitimate use cases where some servers require duplicate params. Now we allow explicit duplicates but otherwise overwrite any previously set:

    Req.get!("?id=1&foo=bar", params: [id: 2, id: 3]) # ?id=2&id=3&foo=bar
    
  • put_path_params: Do not overwrite redirect target.

Changelog

Sourced from req's changelog.

v0.7.4 (2026-08-26)

  • [put_params]: Allow explicit duplicates.

    in v0.7.0 we made this change:

    Overwrite existing query params instead of appending.

    This was a regression for legitimate use cases where some servers require duplicate params. Now we allow explicit duplicates but otherwise overwrite any previously set:

    Req.get!("?id=1&foo=bar", params: [id: 2, id: 3]) # ?id=2&id=3&foo=bar
    
  • [put_path_params]: Do not overwrite redirect target.

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 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 mix group with 2 updates: [mox](https://github.com/dashbitco/mox) and [req](https://github.com/wojtekmach/req).


Updates `mox` from 1.3.0 to 1.3.1
- [Changelog](https://github.com/dashbitco/mox/blob/main/CHANGELOG.md)
- [Commits](dashbitco/mox@v1.3.0...v1.3.1)

Updates `req` from 0.7.3 to 0.7.4
- [Release notes](https://github.com/wojtekmach/req/releases)
- [Changelog](https://github.com/wojtekmach/req/blob/v0.7.4/CHANGELOG.md)
- [Commits](wojtekmach/req@v0.7.3...v0.7.4)

---
updated-dependencies:
- dependency-name: mox
  dependency-version: 1.3.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: mix
- dependency-name: req
  dependency-version: 0.7.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: mix
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file elixir Pull requests that update elixir code labels Sep 8, 2026
@dependabot
dependabot Bot requested a review from a team as a code owner September 8, 2026 14:33
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file elixir Pull requests that update elixir code labels Sep 8, 2026
@github-actions

github-actions Bot commented Sep 8, 2026

Copy link
Copy Markdown
Contributor

posthog-elixir Compliance Report

Date: 2026-09-08 14:37:02 UTC
Duration: 117499ms

✅ All Tests Passed!

46/46 tests passed


Capture Tests

29/29 tests passed

View Details
Test Status Duration
Format Validation.Event Has Required Fields 608ms
Format Validation.Event Has Uuid 609ms
Format Validation.Event Has Lib Properties 608ms
Format Validation.Distinct Id Is String 608ms
Format Validation.Token Is Present 608ms
Format Validation.Custom Properties Preserved 609ms
Format Validation.Event Has Timestamp 608ms
Retry Behavior.Retries On 503 5612ms
Retry Behavior.Does Not Retry On 400 2611ms
Retry Behavior.Does Not Retry On 401 2611ms
Retry Behavior.Respects Retry After Header 5614ms
Retry Behavior.Implements Backoff 15624ms
Retry Behavior.Retries On 500 5614ms
Retry Behavior.Retries On 502 5614ms
Retry Behavior.Retries On 504 5613ms
Retry Behavior.Max Retries Respected 15623ms
Deduplication.Generates Unique Uuids 618ms
Deduplication.Preserves Uuid On Retry 5613ms
Deduplication.Preserves Uuid And Timestamp On Retry 10619ms
Deduplication.Preserves Uuid And Timestamp On Batch Retry 5615ms
Deduplication.No Duplicate Events In Batch 613ms
Deduplication.Different Events Have Different Uuids 611ms
Compression.Sends Gzip When Enabled 607ms
Batch Format.Uses Proper Batch Structure 609ms
Batch Format.Flush With No Events Sends Nothing 606ms
Batch Format.Multiple Events Batched Together 612ms
Error Handling.Does Not Retry On 403 2611ms
Error Handling.Does Not Retry On 413 2610ms
Error Handling.Retries On 408 5613ms

Feature_Flags Tests

17/17 tests passed

View Details
Test Status Duration
Request Payload.Request With Person Properties Device Id 608ms
Request Payload.Flags Request Uses V2 Query Param 608ms
Request Payload.Flags Request Hits Flags Path Not Decide 608ms
Request Payload.Flags Request Omits Authorization Header 608ms
Request Payload.Token In Flags Body Matches Init 608ms
Request Payload.Groups Round Trip 608ms
Request Payload.Groups Default To Empty Object 608ms
Request Payload.Disable Geoip False Propagates As Geoip Disable False 608ms
Request Payload.Disable Geoip Omitted Defaults To False 608ms
Request Payload.Flag Keys To Evaluate Contains Only Requested Key 608ms
Request Lifecycle.No Flags Request On Init Alone 4ms
Request Lifecycle.No Flags Request On Normal Capture 607ms
Request Lifecycle.Two Flag Calls Produce Two Remote Requests 1213ms
Request Lifecycle.Mock Response Value Is Returned To Caller 608ms
Retry Behavior.Retries Flags On 502 911ms
Retry Behavior.Retries Flags On 504 911ms
Side Effect Events.Get Feature Flag Captures Feature Flag Called Event 1211ms

@marandaneto
marandaneto merged commit 4437eb3 into main Sep 8, 2026
29 checks passed
@marandaneto
marandaneto deleted the dependabot/hex/mix-e80948ae3d branch September 8, 2026 14:48
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 elixir Pull requests that update elixir code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant