Skip to content

Bump the all-julia-packages group across 6 directories with 14 updates#483

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/julia/all-julia-packages-c3b73c5254
Open

Bump the all-julia-packages group across 6 directories with 14 updates#483
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/julia/all-julia-packages-c3b73c5254

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 9, 2026

Copy link
Copy Markdown
Contributor

Updates the requirements on LogExpFunctions, Distributions, InverseFunctions, ChangesOfVariables, Functors, ForwardDiff, FiniteDifferences, Bijectors, ADTypes, FillArrays, StableRNGs, PDMats, EnzymeTestUtils and ChainRules to permit the latest version.
Updates LogExpFunctions to 1.0.1

Release notes

Sourced from LogExpFunctions's releases.

v1.0.1

LogExpFunctions v1.0.1

Diff since v1.0.0

expand compat bounds

Merged pull requests:

Closed issues:

  • ready for 1.0.0? (#90)
Changelog

Sourced from LogExpFunctions's changelog.

1.0.1

Changed

  • compat bounds

1.0.0

Added

  • add logabstanh

Changed

  • improve log1pmx, add Float32 implementation
  • make tests have their own environment, use JET.jl and Aqua.jl
  • improve _log1pmx_ker internal documentation on the polynomial
  • improve accuracy of logit, logcosh
  • more detailed testing (ULPError.jl)
  • relax the doc string of log2mexp to promise just "careful evaluation", technically breaking

0.3.29

A changelog is not available up to this version.

Commits
  • fa7d47b expand compat bounds
  • f06c2c1 Merge pull request #119 from JuliaStats/tp/fix-version-bounds
  • 66fec94 expand version bounds for ForwardDiff
  • 6df17ad Merge pull request #118 from JuliaStats/dependabot/julia/test/all-julia-packa...
  • 84c0be2 Apply suggestion from @​tpapp
  • b13baed Bump the all-julia-packages group across 1 directory with 9 updates
  • d8cdf25 Don't add/update LogExpFunctions compat entries (#117)
  • 11dd07c Replace CompatHelper with dependabot (#115)
  • 6a94534 Add source path for LogExpFunctions in docs/Project.toml (#114)
  • 34f13bb remove 'pre' from CI
  • Additional commits viewable in compare view

Updates Distributions to 0.25.129

Release notes

Sourced from Distributions's releases.

v0.25.129

Distributions v0.25.129

Diff since v0.25.128

Merged pull requests:

  • More flexible and less brittle MvNormal and MvNormalCanon type aliases (#2073) (@​devmotion)
Commits

Updates InverseFunctions to 0.1.17

Release notes

Sourced from InverseFunctions's releases.

v0.1.17

InverseFunctions v0.1.17

Diff since v0.1.16

Merged pull requests:

Commits

Updates ChangesOfVariables to 0.1.10

Release notes

Sourced from ChangesOfVariables's releases.

v0.1.10

ChangesOfVariables v0.1.10

Diff since v0.1.9

Merged pull requests:

Commits
  • 8bb9cfa Increase package version to v0.1.10
  • 864e8ae Fix CI status in README
  • 8cddb2e Fix _with_ladj_on_mapped
  • 8f78076 Improve getjacobian utility in test code
  • f859e29 Fix construction of NoLogAbsDetJacobian
  • 974119a Bump codecov/codecov-action from 4 to 5 (#31)
  • 7442802 Make Test a weak dependency (#30)
  • 9101502 Bump julia-actions/cache from 1 to 2 (#29)
  • 0f2c47a Bump julia-actions/setup-julia from 1 to 2 (#28)
  • bcf088e Use codecov token
  • Additional commits viewable in compare view

Updates Functors to 0.5.2

Release notes

Sourced from Functors's releases.

v0.5.2

Functors v0.5.2

Diff since v0.5.1

Merged pull requests:

Commits

Updates ForwardDiff to 1.4.1

Release notes

Sourced from ForwardDiff's releases.

v1.4.1

ForwardDiff v1.4.1

Diff since v1.4.0

Merged pull requests:

Commits
  • 777420f Remove allocations of nested Jacobians of StaticArrays (#810)
  • 5bf530a Bump codecov/codecov-action from 6 to 7 (#814)
  • 0a3d297 CompatHelper: bump compat for LogExpFunctions to 1, (keep existing compat) (#...
  • 39916da CompatHelper: bump compat for JET in [extras] to 0.11, (keep existing compat)...
  • 7e52ffa Bump julia-actions/setup-julia from 2 to 3 (#802)
  • 39a27fe Bump codecov/codecov-action from 5 to 6 (#799)
  • 1295777 Avoid reshape allocation in extract_jacobian! for Matrix results (#797)
  • ff0d903 Bump julia-actions/cache from 2 to 3 (#796)
  • 7262054 Remove explicit != methods for Dual (#793)
  • 71258ec Update documentation formatting and infrastructure (#792)
  • Additional commits viewable in compare view

Updates FiniteDifferences to 0.12.34

Release notes

Sourced from FiniteDifferences's releases.

v0.12.34

FiniteDifferences v0.12.34

Diff since v0.12.33

Merged pull requests:

  • to_vec: handle UnionAll the same as DataType (non-perturbable) (#249) (@​Keno)

Closed issues:

  • recommend robust method for iteratively calculated functions (#170)
  • TagBot is broken (#246)
Commits

Updates Bijectors to 0.16.1

Release notes

Sourced from Bijectors's releases.

v0.16.1

Bijectors v0.16.1

Diff since v0.16.0

Add Mooncake@v0.6 forward-mode support for find_alpha, and widen Mooncake compat to include 0.6.

Merged pull requests:

Changelog

Sourced from Bijectors's changelog.

0.16.1

Add Mooncake 0.6 forward-mode support for find_alpha, and widen Mooncake compat to include 0.6.

0.16.0

Breaking changes

ChainRulesCore and EnzymeCore have been moved from direct dependencies to weak dependencies. Their integration code, including the find_alpha Enzyme rule and the rrules previously defined in src/chainrules.jl, now lives in the new BijectorsChainRulesCoreExt and BijectorsEnzymeCoreExt package extensions. These extensions are only loaded when the user also loads ChainRulesCore or EnzymeCore themselves, so downstream packages that relied on Bijectors to pull in these packages transitively must now load them directly.

DifferentiationInterface has been removed from the package's direct dependencies. It is no longer used at runtime.

0.15.24

Export a few more functions from Bijectors.VectorBijectors, namely scalar_to_scalar_bijector, TypedIdentity, Log, and Untruncate.

0.15.23

Implement vector bijectors for Distributions.MvTDist.

0.15.22

Implement vector bijectors for Bijectors.TransformedDistribution.

0.15.21

Add compatibility with Roots.jl v3.

0.15.20

Export Bijectors.VectorBijectors.has_constant_vec_bijector to allow downstream packages to overload it.

0.15.19

Optimise performance of vector bijectors for products of univariate distributions.

0.15.18

Implemented vector bijectors for Bijectors.OrderedDistribution.

0.15.17

Adds a new module, Bijectors.VectorBijectors. This module implements bijectors that always return vectors as the output of a linking operation. This provides additional guarantees over the existing Bijectors interface, which in general will return some collection of values that are in Euclidean space, but whose shape is not generally a vector (it could be a scalar or a multidimensional array). The intention is to make it easier to implement bijectors that are compatible with libraries that use vector inputs, such as LogDensityProblems.jl (which is in turn heavily used in the Turing ecosystem).

Please see the documentation for further information.

0.15.16

... (truncated)

Commits

Updates LogExpFunctions to 1.0.1

Release notes

Sourced from LogExpFunctions's releases.

v1.0.1

LogExpFunctions v1.0.1

Diff since v1.0.0

expand compat bounds

Merged pull requests:

Closed issues:

  • ready for 1.0.0? (#90)
Changelog

Sourced from LogExpFunctions's changelog.

1.0.1

Changed

  • compat bounds

1.0.0

Added

  • add logabstanh

Changed

  • improve log1pmx, add Float32 implementation
  • make tests have their own environment, use JET.jl and Aqua.jl
  • improve _log1pmx_ker internal documentation on the polynomial
  • improve accuracy of logit, logcosh
  • more detailed testing (ULPError.jl)
  • relax the doc string of log2mexp to promise just "careful evaluation", technically breaking

0.3.29

A changelog is not available up to this version.

Commits
  • fa7d47b expand compat bounds
  • f06c2c1 Merge pull request #119 from JuliaStats/tp/fix-version-bounds
  • 66fec94 expand version bounds for ForwardDiff
  • 6df17ad Merge pull request #118 from JuliaStats/dependabot/julia/test/all-julia-packa...
  • 84c0be2 Apply suggestion from @​tpapp
  • b13baed Bump the all-julia-packages group across 1 directory with 9 updates
  • d8cdf25 Don't add/update LogExpFunctions compat entries (#117)
  • 11dd07c Replace CompatHelper with dependabot (#115)
  • 6a94534 Add source path for LogExpFunctions in docs/Project.toml (#114)
  • 34f13bb remove 'pre' from CI
  • Additional commits viewable in compare view

Updates Distributions to 0.25.129

Release notes

Sourced from Distributions's releases.

v0.25.129

Distributions v0.25.129

Diff since v0.25.128

Merged pull requests:

  • More flexible and less brittle MvNormal and MvNormalCanon type aliases (#2073) (@​devmotion)
Commits

Updates ADTypes to 1.22.1

Release notes

Sourced from ADTypes's releases.

v1.22.1

Release v1.22.1 (tag created to match the registered version).

Commits
  • 6cbd3d8 Release v1.22.1 (#160)
  • 839efbb Use SciMLTesting v1.2 folder-based run_tests (#159)
  • b690050 Split tests into Core/QA groups; CI.yml -> grouped-tests.yml caller (#157)
  • d5b0a58 Canonical CI cleanup: TagBot thin-caller + downgrade-caller cleanup (#156)
  • 676f171 Drop allow-reresolve input from downgrade workflow(s) (#155)
  • 5ff806c ci: add standard centralized workflows (auto-format, dependabot-automerge, do...
  • 410f861 Merge pull request #153 from ChrisRackauckas-Claude/downgrade-ci-reenable
  • 4c94a00 Downgrade: drop Julia 'pre' from matrix (Resolver.jl --min fails on 1.13-rc1:...
  • ce2d236 Re-enable downgrade CI with genuine test-at-floor (allow_reresolve: false)
  • 61ada37 Merge pull request #152 from ChrisRackauckas-Claude/centralize-ci
  • Additional commits viewable in compare view

Updates FillArrays to 1.16.0

Release notes

Sourced from FillArrays's releases.

v1.16.0

FillArrays v1.16.0

Diff since v1.15.0

Merged pull requests:

Commits

Updates ForwardDiff to 1.4.1

Release notes

Sourced from ForwardDiff's releases.

v1.4.1

ForwardDiff v1.4.1

Diff since v1.4.0

Merged pull requests:

Commits
  • 777420f Remove allocations of nested Jacobians of StaticArrays (#810)
  • 5bf530a Bump codecov/codecov-action from 6 to 7 (#814)
  • 0a3d297 CompatHelper: bump compat for LogExpFunctions to 1, (keep existing compat) (#...
  • 39916da CompatHelper: bump compat for JET in [extras] to 0.11, (keep existing compat)...
  • 7e52ffa Bump julia-actions/setup-julia from 2 to 3 (#802)
  • 39a27fe Bump codecov/codecov-action from 5 to 6 (#799)
  • 1295777 Avoid reshape allocation in extract_jacobian! for Matrix results (#797)
  • ff0d903 Bump julia-actions/cache from 2 to 3 (#796)
  • 7262054 Remove explicit != methods for Dual (#793)
  • 71258ec Update documentation formatting and infrastructure (#792)
  • Additional commits viewable in compare view

Updates Bijectors to 0.16.1

Release notes

Sourced from Bijectors's releases.

v0.16.1

Bijectors v0.16.1

Diff since v0.16.0

Add Mooncake@v0.6 forward-mode support for find_alpha, and widen Mooncake compat to include 0.6.

Merged pull requests:

Changelog

Sourced from Bijectors's changelog.

0.16.1

Add Mooncake 0.6 forward-mode support for find_alpha, and widen Mooncake compat to include 0.6.

0.16.0

Breaking changes

ChainRulesCore and EnzymeCore have been moved from direct dependencies to weak dependencies. Their integration code, including the find_alpha Enzyme rule and the rrules previously defined in src/chainrules.jl, now lives in the new BijectorsChainRulesCoreExt and BijectorsEnzymeCoreExt package extensions. These extensions are only loaded when the user also loads ChainRulesCore or EnzymeCore themselves, so downstream packages that relied on Bijectors to pull in these packages transitively must now load them directly.

DifferentiationInterface has been removed from the package's direct dependencies. It is no longer used at runtime.

0.15.24

Export a few more functions from Bijectors.VectorBijectors, namely scalar_to_scalar_bijector, TypedIdentity, Log, and Untruncate.

0.15.23

Implement vector bijectors for Distributions.MvTDist.

0.15.22

Implement vector bijectors for Bijectors.TransformedDistribution.

0.15.21

Add compatibility with Roots.jl v3.

0.15.20

Export Bijectors.VectorBijectors.has_constant_vec_bijector to allow downstream packages to overload it.

0.15.19

Optimise performance of vector bijectors for products of univariate distributions.

0.15.18

Implemented vector bijectors for Bijectors.OrderedDistribution.

0.15.17

Adds a new module, Bijectors.VectorBijectors. This module implements bijectors that always return vectors as the output of a linking operation. This provides additional guarantees over the existing Bijectors interface, which in general will return some collection of values that are in Euclidean space, but whose shape is not generally a vector (it could be a scalar or a multidimensional array). The intention is to make it easier to implement bijectors that are compatible with libraries that use vector inputs, such as LogDensityProblems.jl (which is in turn heavily used in the Turing ecosystem).

Please see the documentation for further information.

0.15.16

... (truncated)

Commits

Updates StableRNGs to 1.0.4

Commits
  • fc6df37 copy-in Random.ltm52 which was deleted from Random (for shuffle) (#35)
  • dcc5201 add 1.9, 1.10, 1.11 to CI, and rm 1.4 on macOS (#28)
  • a584e78 Create dependabot.yml and update action versions (#31)
  • f1b00d7 Bump version (#34)
  • f626dcb import Random.Sampler (#30)
  • 147f522 Update badges on README.md (#27)
  • 18aa75f Fix method ambiguity error of shuffle! with AbstractArray{Bool} on Julia ...
  • 7e5c4a8 Fix streams of randn and randexp on Julia >= 1.11 (#22)
  • 9af20f9 add TagBot.yml file (#21)
  • d4f375f Add weekly CI run (#19)
  • Additional commits viewable in compare view

Updates PDMats to 0.11.40

Release notes

Sourced from PDMats's releases.

v0.11.40

PDMats v0.11.40

Diff since v0.11.39

Merged pull requests:

Closed issues:

  • PDMat cannot pair a dense mat with a structured/lazy Cholesky factor (shared type parameter S) (#237)
Commits

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file julia Pull requests that update julia code labels Jul 9, 2026
Updates the requirements on [LogExpFunctions](https://github.com/JuliaStats/LogExpFunctions.jl), [Distributions](https://github.com/JuliaStats/Distributions.jl), [InverseFunctions](https://github.com/JuliaMath/InverseFunctions.jl), [ChangesOfVariables](https://github.com/JuliaMath/ChangesOfVariables.jl), [Functors](https://github.com/FluxML/Functors.jl), [ForwardDiff](https://github.com/JuliaDiff/ForwardDiff.jl), [FiniteDifferences](https://github.com/JuliaDiff/FiniteDifferences.jl), [Bijectors](https://github.com/TuringLang/Bijectors.jl), [ADTypes](https://github.com/SciML/ADTypes.jl), [FillArrays](https://github.com/JuliaArrays/FillArrays.jl), [StableRNGs](https://github.com/JuliaRandom/StableRNGs.jl), [PDMats](https://github.com/JuliaStats/PDMats.jl), [EnzymeTestUtils](https://github.com/EnzymeAD/Enzyme.jl) and [ChainRules](https://github.com/JuliaDiff/ChainRules.jl) to permit the latest version.

Updates `LogExpFunctions` to 1.0.1
- [Release notes](https://github.com/JuliaStats/LogExpFunctions.jl/releases)
- [Changelog](https://github.com/JuliaStats/LogExpFunctions.jl/blob/master/CHANGELOG.md)
- [Commits](JuliaStats/LogExpFunctions.jl@v0.3.3...v1.0.1)

Updates `Distributions` to 0.25.129
- [Release notes](https://github.com/JuliaStats/Distributions.jl/releases)
- [Commits](JuliaStats/Distributions.jl@0.2.2...v0.25.129)

Updates `InverseFunctions` to 0.1.17
- [Release notes](https://github.com/JuliaMath/InverseFunctions.jl/releases)
- [Commits](JuliaMath/InverseFunctions.jl@v0.1.0...v0.1.17)

Updates `ChangesOfVariables` to 0.1.10
- [Release notes](https://github.com/JuliaMath/ChangesOfVariables.jl/releases)
- [Commits](JuliaMath/ChangesOfVariables.jl@v0.1.0...v0.1.10)

Updates `Functors` to 0.5.2
- [Release notes](https://github.com/FluxML/Functors.jl/releases)
- [Commits](FluxML/Functors.jl@v0.3.0...v0.5.2)

Updates `ForwardDiff` to 1.4.1
- [Release notes](https://github.com/JuliaDiff/ForwardDiff.jl/releases)
- [Commits](JuliaDiff/ForwardDiff.jl@v0.0.2...v1.4.1)

Updates `FiniteDifferences` to 0.12.34
- [Release notes](https://github.com/JuliaDiff/FiniteDifferences.jl/releases)
- [Commits](JuliaDiff/FiniteDifferences.jl@v0.1.0...v0.12.34)

Updates `Bijectors` to 0.16.1
- [Release notes](https://github.com/TuringLang/Bijectors.jl/releases)
- [Changelog](https://github.com/TuringLang/Bijectors.jl/blob/main/HISTORY.md)
- [Commits](v0.1.0...v0.16.1)

Updates `LogExpFunctions` to 1.0.1
- [Release notes](https://github.com/JuliaStats/LogExpFunctions.jl/releases)
- [Changelog](https://github.com/JuliaStats/LogExpFunctions.jl/blob/master/CHANGELOG.md)
- [Commits](JuliaStats/LogExpFunctions.jl@v0.3.3...v1.0.1)

Updates `Distributions` to 0.25.129
- [Release notes](https://github.com/JuliaStats/Distributions.jl/releases)
- [Commits](JuliaStats/Distributions.jl@0.2.2...v0.25.129)

Updates `ADTypes` to 1.22.1
- [Release notes](https://github.com/SciML/ADTypes.jl/releases)
- [Commits](SciML/ADTypes.jl@v0.1.0...v1.22.1)

Updates `FillArrays` to 1.16.0
- [Release notes](https://github.com/JuliaArrays/FillArrays.jl/releases)
- [Commits](JuliaArrays/FillArrays.jl@v0.0.1...v1.16.0)

Updates `ForwardDiff` to 1.4.1
- [Release notes](https://github.com/JuliaDiff/ForwardDiff.jl/releases)
- [Commits](JuliaDiff/ForwardDiff.jl@v0.0.2...v1.4.1)

Updates `Bijectors` to 0.16.1
- [Release notes](https://github.com/TuringLang/Bijectors.jl/releases)
- [Changelog](https://github.com/TuringLang/Bijectors.jl/blob/main/HISTORY.md)
- [Commits](v0.1.0...v0.16.1)

Updates `StableRNGs` to 1.0.4
- [Release notes](https://github.com/JuliaRandom/StableRNGs.jl/releases)
- [Commits](JuliaRandom/StableRNGs.jl@v0.1.0...v1.0.4)

Updates `PDMats` to 0.11.40
- [Release notes](https://github.com/JuliaStats/PDMats.jl/releases)
- [Commits](JuliaStats/PDMats.jl@v0.1.1...v0.11.40)

Updates `EnzymeTestUtils` to 0.2.8
- [Release notes](https://github.com/EnzymeAD/Enzyme.jl/releases)
- [Commits](https://github.com/EnzymeAD/Enzyme.jl/commits)

Updates `Distributions` to 0.25.129
- [Release notes](https://github.com/JuliaStats/Distributions.jl/releases)
- [Commits](JuliaStats/Distributions.jl@0.2.2...v0.25.129)

Updates `ADTypes` to 1.22.1
- [Release notes](https://github.com/SciML/ADTypes.jl/releases)
- [Commits](SciML/ADTypes.jl@v0.1.0...v1.22.1)

Updates `FillArrays` to 1.16.0
- [Release notes](https://github.com/JuliaArrays/FillArrays.jl/releases)
- [Commits](JuliaArrays/FillArrays.jl@v0.0.1...v1.16.0)

Updates `ForwardDiff` to 1.4.1
- [Release notes](https://github.com/JuliaDiff/ForwardDiff.jl/releases)
- [Commits](JuliaDiff/ForwardDiff.jl@v0.0.2...v1.4.1)

Updates `Bijectors` to 0.16.1
- [Release notes](https://github.com/TuringLang/Bijectors.jl/releases)
- [Changelog](https://github.com/TuringLang/Bijectors.jl/blob/main/HISTORY.md)
- [Commits](v0.1.0...v0.16.1)

Updates `StableRNGs` to 1.0.4
- [Release notes](https://github.com/JuliaRandom/StableRNGs.jl/releases)
- [Commits](JuliaRandom/StableRNGs.jl@v0.1.0...v1.0.4)

Updates `PDMats` to 0.11.40
- [Release notes](https://github.com/JuliaStats/PDMats.jl/releases)
- [Commits](JuliaStats/PDMats.jl@v0.1.1...v0.11.40)

Updates `Distributions` to 0.25.129
- [Release notes](https://github.com/JuliaStats/Distributions.jl/releases)
- [Commits](JuliaStats/Distributions.jl@0.2.2...v0.25.129)

Updates `ADTypes` to 1.22.1
- [Release notes](https://github.com/SciML/ADTypes.jl/releases)
- [Commits](SciML/ADTypes.jl@v0.1.0...v1.22.1)

Updates `FillArrays` to 1.16.0
- [Release notes](https://github.com/JuliaArrays/FillArrays.jl/releases)
- [Commits](JuliaArrays/FillArrays.jl@v0.0.1...v1.16.0)

Updates `ForwardDiff` to 1.4.1
- [Release notes](https://github.com/JuliaDiff/ForwardDiff.jl/releases)
- [Commits](JuliaDiff/ForwardDiff.jl@v0.0.2...v1.4.1)

Updates `ChainRules` to 1.73.0
- [Release notes](https://github.com/JuliaDiff/ChainRules.jl/releases)
- [Commits](JuliaDiff/ChainRules.jl@v0.0.1...v1.73.0)

Updates `Bijectors` to 0.16.1
- [Release notes](https://github.com/TuringLang/Bijectors.jl/releases)
- [Changelog](https://github.com/TuringLang/Bijectors.jl/blob/main/HISTORY.md)
- [Commits](v0.1.0...v0.16.1)

Updates `StableRNGs` to 1.0.4
- [Release notes](https://github.com/JuliaRandom/StableRNGs.jl/releases)
- [Commits](JuliaRandom/StableRNGs.jl@v0.1.0...v1.0.4)

Updates `PDMats` to 0.11.40
- [Release notes](https://github.com/JuliaStats/PDMats.jl/releases)
- [Commits](JuliaStats/PDMats.jl@v0.1.1...v0.11.40)

---
updated-dependencies:
- dependency-name: ADTypes
  dependency-version: 1.22.1
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: ADTypes
  dependency-version: 1.22.1
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: ADTypes
  dependency-version: 1.22.1
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: Bijectors
  dependency-version: 0.16.1
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: Bijectors
  dependency-version: 0.16.1
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: Bijectors
  dependency-version: 0.16.1
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: Bijectors
  dependency-version: 0.16.1
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: ChainRules
  dependency-version: 1.73.0
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: ChangesOfVariables
  dependency-version: 0.1.10
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: Distributions
  dependency-version: 0.25.129
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: Distributions
  dependency-version: 0.25.129
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: Distributions
  dependency-version: 0.25.129
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: Distributions
  dependency-version: 0.25.129
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: EnzymeTestUtils
  dependency-version: 0.2.8
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: FillArrays
  dependency-version: 1.16.0
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: FillArrays
  dependency-version: 1.16.0
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: FillArrays
  dependency-version: 1.16.0
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: FiniteDifferences
  dependency-version: 0.12.34
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: ForwardDiff
  dependency-version: 1.4.1
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: ForwardDiff
  dependency-version: 1.4.1
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: ForwardDiff
  dependency-version: 1.4.1
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: ForwardDiff
  dependency-version: 1.4.1
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: Functors
  dependency-version: 0.5.2
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: InverseFunctions
  dependency-version: 0.1.17
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: LogExpFunctions
  dependency-version: 1.0.1
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: LogExpFunctions
  dependency-version: 1.0.1
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: PDMats
  dependency-version: 0.11.40
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: PDMats
  dependency-version: 0.11.40
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: PDMats
  dependency-version: 0.11.40
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: StableRNGs
  dependency-version: 1.0.4
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: StableRNGs
  dependency-version: 1.0.4
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: StableRNGs
  dependency-version: 1.0.4
  dependency-type: direct:production
  dependency-group: all-julia-packages
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/julia/all-julia-packages-c3b73c5254 branch from 22afe52 to bed3932 Compare July 9, 2026 21:49
@github-actions

github-actions Bot commented Jul 9, 2026

Copy link
Copy Markdown
Contributor

Bijectors.jl documentation for PR #483 is available at:
https://TuringLang.github.io/Bijectors.jl/previews/PR483/

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants