Status outdated after updating to Julia 1.9

I updated from version 1.8.5 to version 1.9. Now I am getting this message:

(BWModule) pkg> status --outdated -m
Status C:\Users\fsald\Dropbox\Code\Julia\bootstrapwalkforward\BWModule\Manifest.toml
⌃ [ad839575] Blink v0.12.5 (<v0.12.6)
⌅ [a1bb12fb] Electron v3.1.2 (<v4.1.1): DataVoyager, ElectronDisplay
⌃ [28b8d3ca] GR v0.69.5 (<v0.72.4)
⌅ [cd3eb016] HTTP v0.9.17 (<v1.9.1): Mux, Plotly, Temporal, WebSockets
⌃ [7d188eb4] JSONSchema v1.0.1 (<v1.1.0)
⌅ [70703baa] JuliaSyntax v0.3.5 (<v0.4.0): OhMyREPL
⌅ [a975b10e] Mux v0.7.6 (<v1.0.1): Blink
⌅ [2913bbd2] StatsBase v0.33.21 (<v0.34.0): LsqFit, Plots
⌅ [112f6efa] VegaLite v2.6.0 (<v3.2.1): DataVoyager
⌃ [104b5d7c] WebSockets v1.5.9 (<v1.6.0)
⌅ [68821587] Arpack_jll v3.5.1+1 (<v3.8.0+1): Arpack
[d2c73de3] GR_jll v0.69.1+0 https://github.com/JuliaBinaryWrappers/GR_jll.jl.git#fc933da (<v0.72.4+0): GR
⌅ [e9f186c6] Libffi_jll v3.2.2+1 (<v3.4.4+0): Glib_jll, HarfBuzz_jll, Wayland_jll
⌅ [856f044c] MKL_jll v2022.2.0+0 (<v2023.1.0+0): FFTW
⌅ [aabc7e14] MariaDB_Connector_C_jll v3.1.12+0 (<v3.3.2+0): MySQL
⌅ [458c3c95] OpenSSL_jll v1.1.20+0 (<v3.0.8+0): FFMPEG_jll, MariaDB_Connector_C_jll, Qt5Base_jll
⌅ [214eeab7] fzf_jll v0.29.0+0 (<v0.35.1+0): JLFzf

How can I fix this?

Is it possible that you need to run instantiate?

1 Like

I did it and nothing change. On the positive side my programs are still running with no problems.

What exactly do you want to “fix”? If you are worried about outdated package versions you should run ]up in your environment. It seems that quite a few packages are held back from updating though, if you want to find out why that is the case you can attempt to force update of a specific package by requesting a version number, e.g. for GR it would be ] add GR@0.72.

I did up. The message was after doing it. I will try what you are suggesting for specific packages.