Skip to content

Conversation

@dependabot
Copy link
Contributor

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

Bumps the development-dependencies group with 3 updates: bandit, ex_doc and phoenix_live_reload.

Updates bandit from 1.6.11 to 1.10.1

Changelog

Sourced from bandit's changelog.

1.10.1 (5 Jan 2026)

Changes

  • Change default preference order for compression methods to be 'zstd (if present), gzip, deflate' (#562)

Fixes

  • Allow :zstd_options key to be set in config (#558, thanks @​Fudoshiki!)
  • Fix error where deflate responses weren't always completely sent (#559, thanks @​josevalim!)

1.10.0 (29 Dec 2025)

Enhancements

  • Expose response_encodings to allow specifying an explicit preference order to compression encodings (#555)

1.9.0 (12 Dec 2025)

Enhancements

1.8.0 (18 Aug 2025)

Enhancements

  • If the user has set a content-length header when calling send_chunked/3, the response is streamed via content-length delimited framing and not chunked (#510)

1.7.0 (29 May 2025)

Enhancements

  • Add support for new get_sock_data/1 and get_ssl_data/1 callbacks from Plug 1.18 (#497)
  • Honour server-sent Connection: close headers (#495, thanks @​ruslandoga!)

Fixes

  • Don't overwrite non-default HTTP/2 settings when receiving HTTP/2 settings (#494, thanks @​ns-blee!)
  • Fix handling of early-connection error handling in HTTP/2 (#486)
Commits

Updates ex_doc from 0.37.3 to 0.39.3

Changelog

Sourced from ex_doc's changelog.

v0.39.3 (2025-12-09)

  • Enhancements
    • Add the option to trim down the footer

v0.39.2 (2025-12-04)

  • Bug fixes
    • Do not strip hrefs on summaries
    • Show go to latest for prereleases
    • Prevent fake italic in autocomplete text
    • Rename "Search Hexdocs" link to "Go to package docs"

v0.39.1 (2025-10-23)

  • Bug fixes
    • Improve box-shadow around autocompletion
    • Trim search engine selector on small screens
    • Fix admonition titles on small screens

v0.39.0 (2025-10-23)

  • Enhancements
    • Allow custom search engines to be configured with support for https://hexdocs.pm
    • Improve admonition blocks so they better integrate with the page flow
  • Bug fixes
    • Add .cheatmd to EPUB to avoid broken links
  • Backwards incompatible changes
    • Validate :extras fields: if you were previously setting them to unexpected values, you may now get an exception
    • Setting exdoc:full-text-search-url metadata is no longer supported, using the new search engines configuration

v0.38.4 (2025-09-09)

  • Bug fixes
    • Fix escaping of links when they have ampersand in them
    • Increase spacing of footers in pages
    • Align stale icon positioning

v0.38.3 (2025-08-17)

  • Enhancements
    • Allow configuring autocomplete limit, and default it to 10 instead of 8
    • Display description text in docs groups
    • Load discovered makeup apps for CLI

v0.38.2 (2025-05-27)

  • Bug fixes
    • Render documents with hardcoded <h2>/<h3> entries correctly
    • Fix padding on external links

... (truncated)

Commits

Updates phoenix_live_reload from 1.5.3 to 1.6.2

Changelog

Sourced from phoenix_live_reload's changelog.

1.6.2 (2025-12-08)

  • Bug fixes
    • Properly deal with Unicode when forwarding logs

1.6.1 (2025-08-31)

  • Enhancements
    • Set :phoenix_live_reload private field to downstream instrumentation
    • Add @import directive support to CSS reload strategy

1.6.0 (2025-04-10)

  • Enhancements

    • Add support for __RELATIVEFILE__ when invoking editors
    • Change the default target window to :parent to not reload the whole page if a Phoenix app is shown inside an iframe. You can get the old behavior back by setting the :target_window option to :top:
      config :phoenix_live_reload, MyAppWeb.Endpoint,
        target_window: :top,
        ...
  • Bug fixes

    • Inject iframe if web console logger is enabled but there are no patterns
    • Allow web console to shutdown cleanly
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 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

Bumps the development-dependencies group with 3 updates: [bandit](https://github.com/mtrudel/bandit), [ex_doc](https://github.com/elixir-lang/ex_doc) and [phoenix_live_reload](https://github.com/phoenixframework/phoenix_live_reload).


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

Updates `ex_doc` from 0.37.3 to 0.39.3
- [Release notes](https://github.com/elixir-lang/ex_doc/releases)
- [Changelog](https://github.com/elixir-lang/ex_doc/blob/main/CHANGELOG.md)
- [Commits](elixir-lang/ex_doc@v0.37.3...v0.39.3)

Updates `phoenix_live_reload` from 1.5.3 to 1.6.2
- [Changelog](https://github.com/phoenixframework/phoenix_live_reload/blob/main/CHANGELOG.md)
- [Commits](phoenixframework/phoenix_live_reload@v1.5.3...v1.6.2)

---
updated-dependencies:
- dependency-name: bandit
  dependency-version: 1.10.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: ex_doc
  dependency-version: 0.39.3
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: phoenix_live_reload
  dependency-version: 1.6.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
...

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 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 elixir Pull requests that update Elixir code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant