8000 chore(deps): bump the mix-patches group across 1 directory with 17 updates by dependabot[bot] · Pull Request #1250 · mbta/arrow · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

chore(deps): bump the mix-patches group across 1 directory with 17 updates #1250

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor
@dependabot dependabot bot commented on behalf of github May 5, 2025

Bumps the mix-patches group with 13 updates in the / directory:

Package From To
credo 1.7.11 1.7.12
csv 3.2.1 3.2.2
ecto_psql_extras 0.8.3 0.8.7
ex_aws 2.5.8 2.5.9
ex_aws_s3 2.5.6 2.5.7
httpoison 2.2.1 2.2.3
lcov_ex 0.3.3 0.3.4
phoenix_ecto 4.6.3 4.6.4
phoenix_live_dashboard 0.8.6 0.8.7
sax_map 1.4.0 1.4.1
tzdata 1.1.2 1.1.3
ueberauth_oidcc 0.4.0 0.4.1
wallaby 0.30.9 0.30.10

Updates credo from 1.7.11 to 1.7.12

Release notes

Sourced from credo's releases.

v1.7.12

Check it out on Hex: https://hex.pm/packages/credo/1.7.12

  • Fix compatibility & compiler warnings with Elixir 1.19 (dev)
  • Provide :column on all checks
  • Fix check docs in other project's documentation
  • Credo.Check.Refactor.DoubleBooleanNegation fixed false positive
  • Credo.Check.Readability.NestedFunctionCalls fixed false positive
  • Credo.Check.Consistency.UnusedVariableNames fixed duplicate issues
Changelog

Sourced from credo's changelog.

1.7.12

  • Fix compatibility & compiler warnings with Elixir 1.19 (dev)
  • Provide :column on all checks
  • Fix check docs in other project's documentation
  • Credo.Check.Refactor.DoubleBooleanNegation fixed false positive
  • Credo.Check.Readability.NestedFunctionCalls fixed false positive
  • Credo.Check.Consistency.UnusedVariableNames fixed duplicate issues
Commits
  • f731459 Bump version to 1.7.12
  • 953c743 Update GitHub actions
  • 25d9231 Update CHANGELOG
  • 6eded9f Update deps for Elixir 1.19
  • 3764e9d Improve Assertitions by adding source line
  • 7acc3ab Add :test_ignore_filters for Elixir 1.19 compat
  • 0dff386 Merge pull request #1190 from danschultzer/credo-docs-uri
  • e9b9e31 Merge pull request #1191 from danschultzer/update-ci-elixir-otp-versions
  • 06fa242 Use latest Elixir and OTP versions in CI
  • 9ba02a6 Link to the credo docs when app is not credo
  • Additional commits viewable in compare view

Updates csv from 3.2.1 to 3.2.2

Changelog

Sourced from csv's changelog.

Changelog

Commits

Updates ecto_psql_extras from 0.8.3 to 0.8.7

Commits

Updates ex_aws from 2.5.8 to 2.5.9

Changelog

Sourced from ex_aws's changelog.

v2.5.9 (2025-04-15)

  • Endpoint updates
  • Fixes for Req support, update minimum version to 0.5.10
  • Do not warn when optional deps are not available
  • Implement retries for TooManyRequestsException
  • Move regexes out of module attributes to fix compatibility with OTP 28
Commits
  • c66b847 Bump version, update CHANGELOG. v2.5.9
  • 6cf8d9c Merge pull request #1133 from TBK145/patch-1
  • 29513a0 Merge pull request #1131 from db-qstream/retries
  • cd81d70 Merge pull request #1132 from OnetoOneHealth/add-kinesisvideo-us-east-2
  • 168d0ae Merge pull request #1129 from adriencohen/feat/bedrock-endpoints
  • 352b9ba Merge pull request #1128 from wojtekmach/wm-optional-deps
  • c0b8814 Merge pull request #1127 from wojtekmach/wm-req
  • 79f3655 Merge pull request #1124 from Bogdan740/patch
  • 8ec332e Merge pull request #1126 from ex-aws/dependabot/hex/req-0.5.10
  • c747f1e Merge pull request #1123 from ex-aws/dependabot/hex/ex_doc-0.37.3
  • Additional commits viewable in compare view

Updates ex_aws_s3 from 2.5.6 to 2.5.7

Changelog

Sourced from ex_aws_s3's changelog.

v2.5.7 (2025-04-15)

  • Add support for If-Match and If-None-Match headers to PutObject call
  • Handle errors in parse_bucket_object_versions/1
Commits
  • 2e96b19 Bump version and udpate CHANGELOG. v2.5.7
  • 5d576f0 Add exclude patterns
  • cfda312 Merge pull request #297 from ex-aws/dependabot/hex/ex_aws-2.5.9
  • 38c31f6 Bump ex_aws from 2.5.8 to 2.5.9
  • 48c4550 Merge pull request #293 from hexedpackets/put-obj-etag
  • c8b56a5 Merge pull request #296 from AppMonet/main
  • f49923e Merge pull request #294 from ex-aws/dependabot/hex/ex_doc-0.37.3
  • 2c81403 Handle errors in parse_bucket_object_versions/1
  • 6016f77 Bump ex_doc from 0.37.2 to 0.37.3
  • 0e0b238 Add If-Match and If-None-Match headers to PutObject call
  • Additional commits viewable in compare view

Updates hackney from 1.20.1 to 1.23.0

Release notes

Sourced from hackney's releases.

1.23.0 - 2025-02-25

Changes:

fix: happy eyeball use correct timeout during connectino fix: don't wrap conection error improvement: eyeballonly spawn ipv6 worker when needed

Available on hex.pm https://hexdocs.pm/hackney/1.23.0/

1.22.0 - 2025-02-20

Changes

  • feature: prefer to connect using IPv6. happy eyeball strategy
  • improvement: fully support no_proxy environment variable
  • doc: migrated to ex_doc

1.21.0 - 2025-02-20

fix: remove SSL options incompatible with tls 1.3 fix: url parsing handle "/" path correctly fix: simplify integration test suite fix: handle chunked response in redirect responses fix: handle http & https proxies separately fix: skip junk lines in 1.xx response

** security fixes ***

fix URL parsing to prevent SSRF . (related to CVE-2025-1211) use latest SSL certificate bundle

Available on hex.pm : https://hex.pm/packages/hackney

Changelog

Sourced from hackney's changelog.

1.23.0 - 2025-02-25

  • fix: happy eyeball use correct timeout during connectino
  • fix: don't wrap conection error
  • improvement: eyeballonly spawn ipv6 worker when needed

1.22.0 - 2025-02-20

  • feature: prefer to connect using IPv6. happy eyeball strategy
  • improvement: fully support no_proxy environment variable
  • doc: migrated to ex_doc

1.21.0 - 2025-02-20

  • fix: remove SSL options incompatible with tls 1.3
  • fix: url parsing handle "/" path correctly
  • fix: simplify integration test suite
  • fix: handle chunked response in redirect responses
  • fix: handle http & https proxies separately
  • fix: skip junk lines in 1.xx response

** security fixes ***

  • fix URL parsing to prevent SSRF . (related to CVE-2025-1211)
  • use latest SSL certificate bundle
Commits

Updates httpoison from 2.2.1 to 2.2.3

Release notes

Sourced from httpoison's releases.

HTTPoison 2.2.3

What's Changed

New Contributors

Full Changelog: edgurgel/httpoison@v2.2.2...v2.2.3

HTTPoison 2.2.2

What's Changed

New Contributors

Full Changelog: edgurgel/httpoison@v2.2.1...v2.2.2

Commits

Updates lcov_ex from 0.3.3 to 0.3.4

Release notes

Sourced from lcov_ex's releases.

v0.3.4

Features

  • Adds --fail-fast option to exit processing at the first failed test.
  • Allows running the mix lcov <app_name> task for any individual app from an umbrella project root.
Commits

Updates phoenix_ecto from 4.6.3 to 4.6.4

Changelog

Sourced from phoenix_ecto's changelog.

v4.6.4

  • Enhancements
    • Wrap raised Ecto exceptions so context is not lost
    • Do not override changeset actions
Commits

Updates phoenix_live_dashboard from 0.8.6 to 0.8.7

Changelog

Sourced from phoenix_live_dashboard's changelog.

v0.8.7 (2025-04-28)

  • Fix warnings on Erlang/OTP 28
  • Fix metrics history not rendering on LiveView 1.0.2+
Commits
  • e823614 Release v0.8.7
  • 8c80084 Merge pull request #471 from TBK145/patch-1
  • 0ecc686 Move regexes out of module attributes to fix compatibility with OTP 28
  • 859726a update changelog
  • c939321 Merge pull request #469 from pojiro/patch-1
  • e923603 Fix ChartComponent bug, correctly display metrics history
  • 38e9b17 Merge pull request #467 from pojiro/patch-1
  • 71e3567 Update metrics_history.md, fix typo
  • ea8ab79 Update assets
  • 21d3d5e Merge pull request #466 from kevinschweikert/ks/logger-colors
  • Additional commits viewable in compare view

Updates phoenix_live_view from 1.0.9 to 1.0.11

Changelog

Sourced from phoenix_live_view's changelog.

1.0.11 (2025-05-05)

Enhancements

  • Allow focusing non interactive elements with tabindex="0" using JS commands (#3617)

1.0.10 (2025-04-17)

Bug fixes

  • Fix flash getting lost when falling back to a full page reload due to navigating across live sessions (#3686)
  • Fix edge case where locked DOM nodes were not properly patched on unlock (#3758)
  • Fix used_input? returning false when a form parameter value is a struct (#3757)
  • Catch promise rejections from pushWithReply (#3766)
  • Fix empty optgroups breaking DOM patching of other select options (#3742)
  • Don't shutdown sticky LiveViews when they push_navigate (#3612)

Enhancements

  • Allow testing phx-viewport-bottom and phx-viewport-top with Phoenix.LiveViewTest.render_hook/3 (#3755)
Commits

Updates postgrex from 0.19.3 to 0.20.0

Changelog

Sourced from postgrex's changelog.

v0.20.0 (2025-02-05)

  • Deprecations

    • Deprecate :search_path and use :parameters option instead
  • Bug fixes

    • Ensure Duration type returns same units as Postgrex.Interval
    • Call disconnect on protocol when reconnecting in Postgrex.ReplicationConnection
    • Call disconnect only if there is protocol in Postgrex.SimpleConnection
Commits
  • c2af85d Release v0.20.0 (with Elixir v1.19 warnings fixed)
  • b50103a Release v0.20.0
  • 51ccbdd Update postgrex.ex
  • 34a57fe Deprecate :search_path and use :parameters option instead (#729)
  • 928e43a Have Duration return same units as Postgrex.Interval (#728)
  • a6f2020 Call disconnect on protocol when reconnecting in Replication connection (#726)
  • 9748fcb Update dependencies with warnings (#723)
  • c3097f4 More safety checks around comments (#722)
  • 6d9e2ca Minor link correction and moduledoc cleanup (#720)
  • cebb02f Disconnect only if there is a protocol
  • See full diff in compare view

Updates sax_map from 1.4.0 to 1.4.1

Commits

Updates sweet_xml from 0.7.4 to 0.7.5

Changelog

Sourced from sweet_xml's changelog.

[0.7.5] (2025-01-07)

A maintenance patch, with improvements made the the README, with up to date installation instructions from @​arcanemachine (#95) and typos fixed by @​kianmeng (#89).

Changed

Commits
  • 24bfac8 chore: bump version
  • c710956 chore: update ex_doc
  • 5b15415 Merge pull request #102 from elfenlaid/fix-charlist-warnings
  • 1a011b2 Fix charlist warnings for Elixir 1.17
  • 480441f Merge pull request #89 from kianmeng/fix-typos-and-prettify-md-yml-files
  • 7920a40 Fix typos
  • 27a193f Clean warnings (#96)
  • 4f73da7 Merge pull request #95 from arcanemachine/master
  • 250196d Update installation instructions to use newest version
  • See full diff in compare view

Updates tzdata from 1.1.2 to 1.1.3

Changelog

Sourced from tzdata's changelog.

[1.1.3] - 2025-03-05

Fixed

  • Fix Elixir compiler warnings for decreasing ranges without explicit steps (Christoph Grothaus)
  • Fix various Elixir compiler warnings (Thomas Cioppettini)

Changed

  • Now requires Elixir 1.9 or greater instead of 1.8 or greater.
  • tzdata release version shipped with this library is now 2025a instead of 2024b.
Commits

Updates ueberauth_oidcc from 0.4.0 to 0.4.1

Release notes

Sourced from ueberauth_oidcc's releases.

0.4.1

  • fix: handle errors returned via JARM
  • chore: update oidcc to 3.2.6
  • add support for Elixir 1.18
Changelog

Sourced from ueberauth_oidcc's changelog.

v0.4.1 - 2025-01-21

  • fix: handle errors returned via JARM
  • chore: update oidcc to 3.2.6
  • add support for Elixir 1.18
Commits
  • 6e6faab chore: add Elixir 1.17 and 1.18 to the build matrix
  • 54e70ee chore: updated oidcc to 3.2.6
  • d8996cc fix: handle errors returned via JARM
  • c2bff9d chore: prep 0.4.1
  • See full diff in compare view

Updates wallaby from 0.30.9 to 0.30.10

Release notes

Sourced from wallaby's releases.

v0.30.10

What's Changed

Full Changelog: elixir-wallaby/wallaby@v0.30.9...v0.30.10

Changelog

Sourced from wallaby's changelog.

v0.30.10

Commits
  • 70c9e84 chore: bump v0.30.10
  • 337485e chore: update flake.lock
  • 90c3ca5 chore: update tool versions
  • 368cd84 docs: add chromedriver issue tracker to readme
  • 79481d0 chore: add flake
  • 4e87275 Only spawn a browser when using the feature macro, not normal tests (#795)
  • See full diff in compare view

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 <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

@dependabot dependabot bot added dependencies Pull requests that update a dependency file elixir Pull requests that update Elixir code labels May 5, 2025
@dependabot dependabot bot requested a review from a team as a code owner May 5, 2025 18:41
@dependabot dependabot bot requested review from lemald and removed request for a team May 5, 2025 18:41
@dependabot dependabot bot force-pushed the dependabot/hex/mix-patches-30bc66d7b4 branch 3 times, most recently from 813ee44 to 7023afb Compare May 9, 2025 18:23
@dependabot dependabot bot force-pushed the dependabot/hex/mix-patches-30bc66d7b4 branch 2 times, most recently from 4863188 to b598c5f Compare May 15, 2025 18:54
…dates

Bumps the mix-patches group with 13 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [credo](https://github.com/rrrene/credo) | `1.7.11` | `1.7.12` |
| [csv](https://github.com/beatrichartz/csv) | `3.2.1` | `3.2.2` |
| [ecto_psql_extras](https://github.com/pawurb/ecto_psql_extras) | `0.8.3` | `0.8.7` |
| [ex_aws](https://github.com/ex-aws/ex_aws) | `2.5.8` | `2.5.9` |
| [ex_aws_s3](https://github.com/ex-aws/ex_aws_s3) | `2.5.6` | `2.5.7` |
| [httpoison](https://github.com/edgurgel/httpoison) | `2.2.1` | `2.2.3` |
| [lcov_ex](https://github.com/dariodf/lcov_ex) | `0.3.3` | `0.3.4` |
| [phoenix_ecto](https://github.com/phoenixframework/phoenix_ecto) | `4.6.3` | `4.6.4` |
| [phoenix_live_dashboard](https://github.com/phoenixframework/phoenix_live_dashboard) | `0.8.6` | `0.8.7` |
| [sax_map](https://github.com/xinz/sax_map) | `1.4.0` | `1.4.1` |
| [tzdata](https://github.com/lau/tzdata) | `1.1.2` | `1.1.3` |
| [ueberauth_oidcc](https://gitlab.com/paulswartz/ueberauth_oidcc) | `0.4.0` | `0.4.1` |
| [wallaby](https://github.com/elixir-wallaby/wallaby) | `0.30.9` | `0.30.10` |



Updates `credo` from 1.7.11 to 1.7.12
- [Release notes](https://github.com/rrrene/credo/releases)
- [Changelog](https://github.com/rrrene/credo/blob/master/CHANGELOG.md)
- [Commits](rrrene/credo@v1.7.11...v1.7.12)

Updates `csv` from 3.2.1 to 3.2.2
- [Changelog](https://github.com/beatrichartz/csv/blob/main/CHANGELOG.md)
- [Commits](beatrichartz/csv@v3.2.1...v3.2.2)

Updates `ecto_psql_extras` from 0.8.3 to 0.8.7
- [Commits](https://github.com/pawurb/ecto_psql_extras/commits)

Updates `ex_aws` from 2.5.8 to 2.5.9
- [Release notes](https://github.com/ex-aws/ex_aws/releases)
- [Changelog](https://github.com/ex-aws/ex_aws/blob/main/CHANGELOG.md)
- [Commits](ex-aws/ex_aws@v2.5.8...v2.5.9)

Updates `ex_aws_s3` from 2.5.6 to 2.5.7
- [Changelog](https://github.com/ex-aws/ex_aws_s3/blob/main/CHANGELOG.md)
- [Commits](ex-aws/ex_aws_s3@v2.5.6...v2.5.7)

Updates `hackney` from 1.20.1 to 1.23.0
- [Release notes](https://github.com/benoitc/hackney/releases)
- [Changelog](https://github.com/benoitc/hackney/blob/master/NEWS.md)
- [Commits](benoitc/hackney@1.20.1...1.23.0)

Updates `httpoison` from 2.2.1 to 2.2.3
- [Release notes](https://github.com/edgurgel/httpoison/releases)
- [Commits](edgurgel/httpoison@v2.2.1...v2.2.3)

Updates `lcov_ex` from 0.3.3 to 0.3.4
- [Release notes](https://github.com/dariodf/lcov_ex/releases)
- [Commits](https://github.com/dariodf/lcov_ex/commits/v0.3.4)

Updates `phoenix_ecto` from 4.6.3 to 4.6.4
- [Changelog](https://github.com/phoenixframework/phoenix_ecto/blob/main/CHANGELOG.md)
- [Commits](https://github.com/phoenixframework/phoenix_ecto/commits)

Updates `phoenix_live_dashboard` from 0.8.6 to 0.8.7
- [Release notes](https://github.com/phoenixframework/phoenix_live_dashboard/releases)
- [Changelog](https://github.com/phoenixframework/phoenix_live_dashboard/blob/main/CHANGELOG.md)
- [Commits](phoenixframework/phoenix_live_dashboard@v0.8.6...v0.8.7)

Updates `phoenix_live_view` from 1.0.9 to 1.0.11
- [Changelog](https://github.com/phoenixframework/phoenix_live_view/blob/v1.0.11/CHANGELOG.md)
- [Commits](phoenixframework/phoenix_live_view@v1.0.9...v1.0.11)

Updates `postgrex` from 0.19.3 to 0.20.0
- [Release notes](https://github.com/elixir-ecto/postgrex/releases)
- [Changelog](https://github.com/elixir-ecto/postgrex/blob/master/CHANGELOG.md)
- [Commits](elixir-ecto/postgrex@v0.19.3...v0.20.0)

Updates `sax_map` from 1.4.0 to 1.4.1
- [Commits](https://github.com/xinz/sax_map/commits)

Updates `sweet_xml` from 0.7.4 to 0.7.5
- [Changelog](https://github.com/kbrw/sweet_xml/blob/master/CHANGELOG.md)
- [Commits](kbrw/sweet_xml@v0.7.4...v0.7.5)

Updates `tzdata` from 1.1.2 to 1.1.3
- [Changelog](https://github.com/lau/tzdata/blob/master/CHANGELOG.md)
- [Commits](lau/tzdata@v1.1.2...v1.1.3)

Updates `ueberauth_oidcc` from 0.4.0 to 0.4.1
- [Release notes](https://gitlab.com/paulswartz/ueberauth_oidcc/tags)
- [Changelog](https://gitlab.com/paulswartz/ueberauth_oidcc/blob/main/CHANGELOG.md)
- [Commits](https://gitlab.com/paulswartz/ueberauth_oidcc/compare/0.4.0...0.4.1)

Updates `wallaby` from 0.30.9 to 0.30.10
- [Release notes](https://github.com/elixir-wallaby/wallaby/releases)
- [Changelog](https://github.com/elixir-wallaby/wallaby/blob/main/CHANGELOG.md)
- [Commits](elixir-wallaby/wallaby@v0.30.9...v0.30.10)

---
updated-dependencies:
- dependency-name: credo
  dependency-version: 1.7.12
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: mix-patches
- dependency-name: csv
  dependency-version: 3.2.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: mix-patches
- dependency-name: ecto_psql_extras
  dependency-version: 0.8.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: mix-patches
- dependency-name: ex_aws
  dependency-version: 2.5.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: mix-patches
- dependency-name: ex_aws_s3
  dependency-version: 2.5.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: mix-patches
- dependency-name: hackney
  dependency-version: 1.23.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: mix-patches
- dependency-name: httpoison
  dependency-version: 2.2.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: mix-patches
- dependency-name: lcov_ex
  dependency-version: 0.3.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: mix-patches
- dependency-name: phoenix_ecto
  dependency-version: 4.6.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: mix-patches
- dependency-name: phoenix_live_dashboard
  dependency-version: 0.8.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: mix-patches
- dependency-name: phoenix_live_view
  dependency-version: 1.0.11
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: mix-patches
- dependency-name: postgrex
  dependency-version: 0.20.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: mix-patches
- dependency-name: sax_map
  dependency-version: 1.4.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: mix-patches
- dependency-name: sweet_xml
  dependency-version: 0.7.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: mix-patches
- dependency-name: tzdata
  dependency-version: 1.1.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: mix-patches
- dependency-name: ueberauth_oidcc
  dependency-version: 0.4.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: mix-patches
- dependency-name: wallaby
  dependency-version: 0.30.10
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: mix-patches
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/hex/mix-patches-30bc66d7b4 branch from b598c5f to 1f22bfb Compare May 16, 2025 18:40
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.

0 participants
0