Skip to content

fix(deps): bump the mix-production group across 1 directory with 15 updates - #217

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/hex/mix-production-8be599f308
Open

fix(deps): bump the mix-production group across 1 directory with 15 updates#217
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/hex/mix-production-8be599f308

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps the mix-production group with 9 updates in the / directory:

Package From To
ash 3.31.0 3.32.1
ash_phoenix 2.3.24 2.3.25
ash_postgres 2.11.0 2.13.0
commanded 1.4.10 1.4.11
dns_cluster 0.2.0 0.3.0
mdex 0.13.4 0.13.5
oban 2.23.0 2.24.0
phoenix_live_dashboard 0.8.7 0.9.1
swoosh 1.26.3 1.28.0

Updates ash from 3.31.0 to 3.32.1

Release notes

Sourced from ash's releases.

v3.32.1

Bug Fixes:

Improvements:

Performance Improvements:

v3.32.0

Features:

... (truncated)

Changelog

Sourced from ash's changelog.

v3.32.1 (2026-08-23)

Bug Fixes:

Improvements:

Performance Improvements:

v3.32.0 (2026-08-19)

Features:

... (truncated)

Commits
  • 6d345dd chore: release version v3.32.1
  • 830e6ab improvement: only set transaction? true when the data layer supports it (#2...
  • c6549cd perf: make boolean filter parsing faster
  • 00c99ed fix: don't create tenants when reading in ETS
  • ec1bbde fix: ensure error & lazy are private functions
  • 23ccc3c fix: fix various small transformer/aggregate issues
  • 58d1ae3 fix: evaluate decimal arithmetic with an integer (#2893)
  • f34568b fix: string_position returns an integer position (#2892)
  • 03af1e9 fix: restore temporal subtraction type inference (#2887)
  • 175cf73 fix: retain compile dependencies for policy check modules (#2886)
  • Additional commits viewable in compare view

Updates ash_phoenix from 2.3.24 to 2.3.25

Release notes

Sourced from ash_phoenix's releases.

v2.3.25

Bug Fixes:

Changelog

Sourced from ash_phoenix's changelog.

v2.3.25 (2026-08-31)

Bug Fixes:

Commits
  • 1e38e7d chore: release version v2.3.25
  • 3fc1efd fix: remove deprecated page_from_params/3 (client-controlled count)
  • 0c1775c fix: don't leak submitted params in unknown _union_type error
  • 8306f29 fix: match root host case-insensitively and as an exact suffix in get_subdomain
  • a3691a3 fix: reject filtering across non-public relationships in FilterForm
  • b396e1a fix: run handle_subdomain with the real tenant in handle_params (cross-tenant)
  • d01f1cd fix: propagate actor, scope and tenant to a single nested form built from exi...
  • a7325bc fix: don't use negated? for filter generation
  • 7bb910f fix: prevent false PendingCodegen when the check races the code reloader (#482)
  • 2119220 chore(deps): bump the production-dependencies group with 3 updates (#481)
  • Additional commits viewable in compare view

Updates ash_postgres from 2.11.0 to 2.13.0

Release notes

Sourced from ash_postgres's releases.

v2.13.0

Features:

  • store a range in a native Postgres range column (#818) by Matt Beanland

Improvements:

  • teach the Postgrex types module a :duration attribute needs (#815) by Matt Beanland

Bug Fixes:

  • raise on a failed tenant rename instead of silently returning :ok (CVE-2026-78699) by Zach Daniel

  • update ltree casting failure mode by Zach Daniel

  • tighten tenant validation by Zach Daniel

  • run tenant migrations from mix ash.setup (#836) by TravelCurry02

  • only await table structure for custom statement dependencies (#826) by Alt-iOS

  • do not KeyError when Postgres omits DETAIL on a constraint violation (#824) by Michael Kuk

v2.12.0

Features:

  • add match_tenant? option for attribute multitenancy FKs (#813) by TravelCurry02

  • add after_tables to custom_statements so raw SQL can depend on another table (#799) by Jechol Lee

Improvements:

  • replace pairwise operation ordering with a dependency-graph topological sort (#798) by Jechol Lee

Bug Fixes:

  • return upsert identity keys and correlate on the full key set so bulk upserts don't drop by Daniel Gollings

  • clean up obsolete serial sequences (#806) by Jechol Lee

  • fix ordering constraints for composite primary keys by Zach Daniel

Changelog

Sourced from ash_postgres's changelog.

v2.13.0 (2026-08-30)

Features:

  • store a range in a native Postgres range column (#818) by Matt Beanland

Improvements:

  • teach the Postgrex types module a :duration attribute needs (#815) by Matt Beanland

Bug Fixes:

  • raise on a failed tenant rename instead of silently returning :ok (CVE-2026-78699) by Zach Daniel

  • update ltree casting failure mode by Zach Daniel

  • tighten tenant validation by Zach Daniel

  • run tenant migrations from mix ash.setup (#836) by TravelCurry02

  • only await table structure for custom statement dependencies (#826) by Alt-iOS

  • do not KeyError when Postgres omits DETAIL on a constraint violation (#824) by Michael Kuk

v2.12.0 (2026-08-14)

Features:

  • add match_tenant? option for attribute multitenancy FKs (#813) by TravelCurry02

  • add after_resource to custom_statements so raw SQL can depend on another resource (#799) by Jechol Lee

Improvements:

  • replace pairwise operation ordering with a dependency-graph topological sort (#798) by Jechol Lee

Bug Fixes:

  • return upsert identity keys and correlate on the full key set so bulk upserts don't drop by Daniel Gollings

  • clean up obsolete serial sequences (#806) by Jechol Lee

  • fix ordering constraints for composite primary keys by Zach Daniel

Commits
  • d5ab40e chore: release version v2.13.0
  • 8544ab1 fix: raise on a failed tenant rename instead of silently returning :ok
  • e5323de chore: update deps
  • 7182f06 test: reject unresolved composite get_path segment to prevent SQL injection
  • 8990014 test: cover string_trim removing tab and newline whitespace
  • 071dfaa test: cover backslash escaping in contains to prevent LIKE injection
  • b790c00 test: cover distinct aggregate prefix retention under context multitenancy
  • 9c5f788 test: cover same-named aggregates with differing filters
  • f396202 test: cover exists/2 predicate retention with limit + parent filter
  • 87b3ce5 fix: update ltree casting failure mode
  • Additional commits viewable in compare view

Updates bandit from 1.12.4 to 1.12.5

Changelog

Sourced from bandit's changelog.

1.12.5 (20 Aug 2026)

Changes

  • Bound and cancel HTTP/2 sends blocked on the connection window (GHSA-xj8g-532w-jv94) (#671)
  • Honor Accept-Encoding q-values, the wildcard, and case-insensitive codings (#665)
  • Treat proxy-connection as a connection-specific header in HTTP/2 (#632)
  • Return FRAME_SIZE_ERROR for HEADERS/DATA frames too short for their flags (#652)
  • Treat abortive-close posix reasons as client closures in logging (#663)

Fixes

  • Validate HTTP/2 header field values for CR/LF/NUL (GHSA-x3gh-xhj4-3vq8) (#670)
  • Use PROTOCOL_ERROR for a zero WINDOW_UPDATE increment (#656)
  • Reject send_file ranges past EOF instead of emitting a negative Content-Length (#653)
  • Reject compressed WebSocket control frames regardless of the fin bit (#651)
  • Enforce the RFC9112 chunk-size grammar and reject repeated transfer-encoding (#631)
  • Fix typos (#627)
  • Fix non-deterministic compile-time code (#646)

Enhancements

  • Lazily precompile the invalid-field-value match pattern (#662)
  • Add tests for untested configuration options (#659)
  • Match the weak-etag prefix W/ explicitly (#657)
  • Do not duplicate an existing vary: accept-encoding header (#658)
  • Honor the close/keep-alive token inside a comma-separated Connection header (#655)
  • Initialize the per-stream receive window from the advertised initial_window_size (#654)
  • Keep track of body_length to avoid list iterations (#645)
  • Avoid per-header length/1 and option lookups in do_read_headers! (#614) (#626)
Commits
  • 9571499 Version bump to 1.12.5
  • f6914aa Bound and cancel HTTP/2 sends blocked on the connection window (GHSA-xj8g-532...
  • d38cf04 Validate HTTP/2 header field values for CR/LF/NUL (GHSA-x3gh-xhj4-3vq8) (#670)
  • cce7c5f Honor Accept-Encoding q-values, the wildcard, and case-insensitive codings (#...
  • eca1713 Fixup recent test noise
  • b65c235 Consolidate Plug.Conn.Adapter calling-process tests into adapter_test.exs (#667)
  • 4ccc008 Treat abortive-close posix reasons as client closures in logging (#663)
  • 274eb55 Lazily precompile the invalid-field-value match pattern (#662)
  • 10710de Enforce the chunk-size grammar in a single pass (#661)
  • d69202e Unify case-insensitive comma-separated header token checks (#660)
  • Additional commits viewable in compare view

Updates commanded from 1.4.10 to 1.4.11

Release notes

Sourced from commanded's releases.

v1.4.11

What's Changed

New Contributors

Full Changelog: commanded/commanded@v.1.4.10...v1.4.11

Changelog

Sourced from commanded's changelog.

v1.4.11

Bug fixes

Commits

Updates dns_cluster from 0.2.0 to 0.3.0

Changelog

Sourced from dns_cluster's changelog.

0.3.0 (2026-08-25)

  • Support srv cluster queries
Commits

Updates mdex from 0.13.4 to 0.13.5

Release notes

Sourced from mdex's releases.

v0.13.5

0.13.5 (2026-07-29)

Bug Fixes

  • LiveView 1.2 deprecation warnings( EEx.compile ) (#380) (b4c8247)
  • relax phoenix_live_view version (572d30d)
Changelog

Sourced from mdex's changelog.

0.13.5 (2026-07-29)

Bug Fixes

Commits
  • a6099c4 chore(main): release 0.13.5 (#383)
  • c0e9523 chore(deps): bump lumis from 0.6.2 to 0.6.3 (#385)
  • 08239b0 chore(deps): bump phoenix_live_view from 1.2.7 to 1.2.8 (#384)
  • 572d30d fix: relax phoenix_live_view version
  • b4c8247 fix: LiveView 1.2 deprecation warnings( EEx.compile ) (#380)
  • See full diff in compare view

Updates oban from 2.23.0 to 2.24.0

Release notes

Sourced from oban's releases.

v2.24.0

This release unifies configuration for queues, repos, and services, swaps opaque timing integers for readable durations, and backports per-entry cron timezones and attempt-preserving snoozes from Oban Pro.

⚙️ Unified Service Configuration

Configuration for queues, repos, and all services (formerly "plugins") is now entirely unified. This is a massive syntactic change, but it isn't all sugar. There's purpose behind the unification and the configuration hoisting.

Functionality like pruning jobs and rescuing orphaned jobs is essential to running Oban, and it shouldn't be an optional afterthought that's demoted as a "plugin" and buried in a guide. Now services are top level configuration just like the engine, notifier, and peer:

config :my_app, Oban,
  cron: [crontab: [{"0 2 * * *", MyApp.Nightly}]],
  pruner: [max_age: {7, :days}],
  lifeline: [rescue_after: {30, :minutes}],
  reindexer: Oban.Reindexer,
  ...

This configuration style should look familiar to anybody using oban-py. Building it is where we realized that these services are core functionality (in fact, it doesn't even have plugins).

Service module names are flatter as well. Since they're not considered plugins anymore, the Plugin namespace was a confusing misnomer—so Oban.Plugins.Cron is simply Oban.Cron, Oban.Plugins.Pruner is now Oban.Pruner, and so on.

Along with keyword options, the unified syntax supports bare modules, {module, opts} tuples, and disabling functionality altogether by passing false. The tuple variant makes it especially easy to swap core services out for alternatives (particularly useful for Pro 😉):

config :my_app, Oban,
+ engine: Oban.Pro.Engine,
- cron: {Oban.Cron, crontab: [...]},
+ cron: {Oban.Pro.Cron, crontab: [...]},
- lifeline: Oban.Lifeline,
+ lifeline: Oban.Pro.Lifeline,
- pruner: {Oban.Pruner, ...},
+ pruner: {Oban.Pro.Pruner, ...},
- queues: [...]
+ queues: {Oban.Pro.Queues, queues: [...]}

You'll see more about that in the Pro v1.8 release as well.

Finally, the repo option got the same treatment. Both log and get_dynamic_repo were really repo options, and the stand-alone log option was genuinely confusing. Now you can use the tuple format to pass those options through :repo directly:

repo: {MyApp.Repo, log: false, dynamic_repo: fn -> MyApp.Repo end}

Don't worry, these changes are fully backward compatible. Oban transparently rewrites older configuration formats into the correct format, all of the old plugin modules have backward compatible shims, and you can still provide plugins beyond the standard services.

🎁 Backports from Oban Pro

... (truncated)

Changelog

Sourced from oban's changelog.

v2.24.0 - 2026-08-25

Changes

  • [Oban] Top-level config for maintenance plugins

    Promote the common maintenance plugins to first-class configuration keys: cron, pruner, lifeline, and reindexer. Each desugars into a standard plugin entry and accepts the same forms used elsewhere in Oban:

    config :my_app, Oban,
      cron: [crontab: [{"0 2 * * *", MyApp.Nightly}]],
      pruner: [max_age: 60 * 60 * 24 * 7]
    

    A keyword list configures the default plugin, and a module or {module, opts} tuple can configure an alternative (making it an easy switch for Oban Pro, e.g. lifeline: Oban.Pro.Lifeline).

  • [Oban] Accept repo options through {repo, opts} tuple

    Configure repo-level options like logging and dynamic repo directly on the :repo key instead of at the top level:

    repo: {MyApp.Repo, log: false, dynamic_repo: fn -> MyApp.Repo end}
    

    The top-level log and get_dynamic_repo keys are soft-deprecated. They continue to work for backward compatibility, but the tuple form is now preferred and documented, keeping repo concerns grouped with the repo.

  • [Oban] Accept a module for the top-level :queues option

    The :queues option now accepts a {module, options} tuple in addition to a static keyword list, which hands queue management to an alternative implementation such as Oban Pro's Queues:

    queues: {Oban.Pro.Queues, queues: [default: 10]}
    

    The module is started as a plugin and controls which queues run, while a static keyword list keeps the built-in behavior of starting the listed queues on init. Queues run regardless of the :plugins setting in either form.

    Setting plugins: false now disables plugins configured through top-level servic keys, e.g. :cron or :pruner, rather than crashing during normalization.

  • [Oban] Rename maintenance plugins to top-level modules

    Plugins configured through top-level service keys now live directly in the Oban namespace:

    Oban.Plugins.Cron      -> Oban.Cron
    Oban.Plugins.Lifeline  -> Oban.Lifeline
    Oban.Plugins.Pruner    -> Oban.Pruner
    

... (truncated)

Commits
  • a315b6d Release v2.24
  • 2939e31 Restrict unique warning to insert states only
  • e7b8480 Hoist query imports to module level
  • 82362be Normalize plugin telemetry metadata errors
  • 7d52f9c Add dispatch cooldown tweaking to troubleshooting
  • b48d519 Roll back attempt and count snoozes on snooze
  • 47bb8b2 Support per-entry timezones in the crontab
  • 150c66f Expose stager as a top-level service option
  • 4952572 Return :ok from reindexer without leadership
  • 0ac7cbf Bump the production-dependencies group with 2 updates (#1492)
  • Additional commits viewable in compare view

Updates phoenix from 1.8.9 to 1.8.13

Release notes

Sourced from phoenix's releases.

v1.8.13

Bug fixes

  • Workaround issue where Mobile Chrome 149+ would not reconnect after tab is resumed (#6804)

v1.8.12

Bug fixes

  • [phx.gen.auth] Fix return_to session key not being cleared after logging in (#6798)
  • [Channels] Fix channel messages being invalidly dropped when receiving messages without a join_ref (introduced in 1.8.3) (#6800)

v1.8.11

Bug fixes

  • Fix Phoenix crashing on boot if Mix is available, but not started (#6789)

v1.8.10

Bug fixes

  • [Phoenix.CodeReloader] Fix "must restart your server" messages from code reloader when compile.lock mtime changes without a content change (#6753)
  • [Phoenix.Endpoint] add missing websocket options (#6758)
  • [phoenix.js] Close and retry the longpoll transport when a batch POST times out (#6769)
  • [phoenix.js] Release the stale reply binding of a buffered push (#6788)

Enhancements

  • [phx.gen.release] Use Bob API to find Docker images in phx.gen.release --docker
  • [Channels] Allow LongPoll transport token to be sent in header (this will change in 1.9)
  • [Phoenix.Router] Support plugs with options in pipe_throught (#6755)
  • [Phoenix.Token] document encode options (see the change in plug_crypto)
  • [phoenix.js] Ensure transport errors are identifiable (#6763)
Changelog

Sourced from phoenix's changelog.

v1.8.13 (2026-08-25)

Bug fixes

  • Workaround issue where Mobile Chrome 149+ would not reconnect after tab is resumed (#6804)

v1.8.12 (2026-08-20)

Bug fixes

  • [phx.gen.auth] Fix return_to session key not being cleared after logging in (#6798)
  • [Channels] Fix channel messages being invalidly dropped when receiving messages without a join_ref (introduced in 1.8.3) (#6800)

v1.8.11 (2026-08-12)

Bug fixes

  • Fix Phoenix crashing on boot if Mix is available, but not started (#6789)

v1.8.10 (2026-08-10)

Bug fixes

  • [Phoenix.CodeReloader] Fix "must restart your server" messages from code reloader when compile.lock mtime changes without a content change (#6753)
  • [Phoenix.Endpoint] add missing websocket options (#6758)
  • [phoenix.js] Close and retry the longpoll transport when a batch POST times out (#6769)
  • [phoenix.js] Release the stale reply binding of a buffered push (#6788)

Enhancements

  • [phx.gen.release] Use Bob API to find Docker images in phx.gen.release --docker
  • [Channels] Allow LongPoll transport token to be sent in header (this will change in 1.9)
  • [Phoenix.Router] Support plugs with options in pipe_throught (#6755)
  • [Phoenix.Token] document encode options (see the change in plug_crypto)
  • [phoenix.js] Ensure transport errors are identifiable (#6763)
Commits

Updates phoenix_live_dashboard from 0.8.7 to 0.9.1

Changelog

Sourced from phoenix_live_dashboard's changelog.

v0.9.1 (2026-08-31)

  • Skip Ecto repos that cannot be resolved to an extras module

v0.9.0 (2026-08-12)

  • Require Phoenix LiveView 1.0+
  • Require Elixir 1.15+
  • Add a compact nested list view for application supervision trees
  • Allow overriding the Ecto Stats info module per repository by passing {repo, info_module} tuples in :ecto_repos
  • Add refresh_interval as a reporting option for chart components
  • Display process label in application and process views
Commits

…pdates

Bumps the mix-production group with 9 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [ash](https://github.com/ash-project/ash) | `3.31.0` | `3.32.1` |
| [ash_phoenix](https://github.com/ash-project/ash_phoenix) | `2.3.24` | `2.3.25` |
| [ash_postgres](https://github.com/ash-project/ash_postgres) | `2.11.0` | `2.13.0` |
| [commanded](https://github.com/commanded/commanded) | `1.4.10` | `1.4.11` |
| [dns_cluster](https://github.com/phoenixframework/dns_cluster) | `0.2.0` | `0.3.0` |
| [mdex](https://github.com/leandrocp/mdex) | `0.13.4` | `0.13.5` |
| [oban](https://github.com/oban-bg/oban) | `2.23.0` | `2.24.0` |
| [phoenix_live_dashboard](https://github.com/phoenixframework/phoenix_live_dashboard) | `0.8.7` | `0.9.1` |
| [swoosh](https://github.com/swoosh/swoosh) | `1.26.3` | `1.28.0` |



Updates `ash` from 3.31.0 to 3.32.1
- [Release notes](https://github.com/ash-project/ash/releases)
- [Changelog](https://github.com/ash-project/ash/blob/main/CHANGELOG.md)
- [Commits](ash-project/ash@v3.31.0...v3.32.1)

Updates `ash_phoenix` from 2.3.24 to 2.3.25
- [Release notes](https://github.com/ash-project/ash_phoenix/releases)
- [Changelog](https://github.com/ash-project/ash_phoenix/blob/main/CHANGELOG.md)
- [Commits](ash-project/ash_phoenix@v2.3.24...v2.3.25)

Updates `ash_postgres` from 2.11.0 to 2.13.0
- [Release notes](https://github.com/ash-project/ash_postgres/releases)
- [Changelog](https://github.com/ash-project/ash_postgres/blob/main/CHANGELOG.md)
- [Commits](ash-project/ash_postgres@v2.11.0...v2.13.0)

Updates `bandit` from 1.12.4 to 1.12.5
- [Changelog](https://github.com/mtrudel/bandit/blob/main/CHANGELOG.md)
- [Commits](mtrudel/bandit@1.12.4...1.12.5)

Updates `commanded` from 1.4.10 to 1.4.11
- [Release notes](https://github.com/commanded/commanded/releases)
- [Changelog](https://github.com/commanded/commanded/blob/main/CHANGELOG.md)
- [Commits](commanded/commanded@v.1.4.10...v1.4.11)

Updates `dns_cluster` from 0.2.0 to 0.3.0
- [Changelog](https://github.com/phoenixframework/dns_cluster/blob/main/CHANGELOG.md)
- [Commits](phoenixframework/dns_cluster@v0.2.0...v0.3.0)

Updates `mdex` from 0.13.4 to 0.13.5
- [Release notes](https://github.com/leandrocp/mdex/releases)
- [Changelog](https://github.com/leandrocp/mdex/blob/main/CHANGELOG.md)
- [Commits](leandrocp/mdex@v0.13.4...v0.13.5)

Updates `oban` from 2.23.0 to 2.24.0
- [Release notes](https://github.com/oban-bg/oban/releases)
- [Changelog](https://github.com/oban-bg/oban/blob/main/CHANGELOG.md)
- [Commits](oban-bg/oban@v2.23.0...v2.24.0)

Updates `phoenix` from 1.8.9 to 1.8.13
- [Release notes](https://github.com/phoenixframework/phoenix/releases)
- [Changelog](https://github.com/phoenixframework/phoenix/blob/v1.8.13/CHANGELOG.md)
- [Commits](phoenixframework/phoenix@v1.8.9...v1.8.13)

Updates `phoenix_live_dashboard` from 0.8.7 to 0.9.1
- [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.7...v0.9.1)

Updates `phoenix_live_view` from 1.2.8 to 1.2.11
- [Release notes](https://github.com/phoenixframework/phoenix_live_view/releases)
- [Changelog](https://github.com/phoenixframework/phoenix_live_view/blob/main/CHANGELOG.md)
- [Commits](phoenixframework/phoenix_live_view@v1.2.8...v1.2.11)

Updates `postgrex` from 0.22.3 to 0.22.4
- [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.22.3...v0.22.4)

Updates `req` from 0.7.1 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.1...v0.7.4)

Updates `swoosh` from 1.26.3 to 1.28.0
- [Release notes](https://github.com/swoosh/swoosh/releases)
- [Changelog](https://github.com/swoosh/swoosh/blob/main/CHANGELOG.md)
- [Commits](swoosh/swoosh@v1.26.3...v1.28.0)

Updates `telemetry_metrics` from 1.1.0 to 1.2.0
- [Changelog](https://github.com/beam-telemetry/telemetry_metrics/blob/main/CHANGELOG.md)
- [Commits](https://github.com/beam-telemetry/telemetry_metrics/commits)

---
updated-dependencies:
- dependency-name: ash
  dependency-version: 3.32.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: mix-production
- dependency-name: ash_phoenix
  dependency-version: 2.3.25
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: mix-production
- dependency-name: ash_postgres
  dependency-version: 2.13.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: mix-production
- dependency-name: bandit
  dependency-version: 1.12.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: mix-production
- dependency-name: commanded
  dependency-version: 1.4.11
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: mix-production
- dependency-name: dns_cluster
  dependency-version: 0.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: mix-production
- dependency-name: mdex
  dependency-version: 0.13.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: mix-production
- dependency-name: oban
  dependency-version: 2.24.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: mix-production
- dependency-name: phoenix
  dependency-version: 1.8.13
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: mix-production
- dependency-name: phoenix_live_dashboard
  dependency-version: 0.9.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: mix-production
- dependency-name: phoenix_live_view
  dependency-version: 1.2.11
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: mix-production
- dependency-name: postgrex
  dependency-version: 0.22.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: mix-production
- dependency-name: req
  dependency-version: 0.7.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: mix-production
- dependency-name: swoosh
  dependency-version: 1.28.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: mix-production
- dependency-name: telemetry_metrics
  dependency-version: 1.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: mix-production
...

Signed-off-by: dependabot[bot] <support@github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants