Skip to content

mix deps.update [DEP] does not update the package #15250

@kevinschweikert

Description

@kevinschweikert

Elixir and Erlang/OTP versions

Erlang/OTP 28 [erts-16.3.1] [source] [64-bit] [smp:11:11] [ds:11:11:10] [async-threads:1] [jit]

Elixir 1.19.4 (compiled with Erlang/OTP 28)

Operating system

macOS Sequoia 15.7

Current behavior

I see there is an update possible for the image library in my project. When i run mix deps.update image it just updates castore but not the image library. After that it's a no-op.
I've also tried with 1.20-rc*/OTP-29 but that also does not update the image dependency.

> mix hex.outdated
Dependency              Only      Current  Latest  Status               
...        
image                             0.63.0   0.64.0  Update possible      
...       
> mix deps.update image
Resolving Hex dependencies...
Resolution completed in 0.224s
Unchanged:
  alarmist 0.4.1
  argon2_elixir 4.1.3
  bandit 1.10.4
...
Upgraded:
  castore 1.0.17 => 1.0.18

Expected behavior

The image library get's updated to 0.64.0

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions