You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When poetry update does an downgrade of a package, display a little down arrow to highlight when a package goes backward for some reason.
It happened recently, flake8 has been silently downgraded :
Updating flake8 (3.9.2 -> 2.3.0)
It is set as version = "*" in the toml. Setting >=3.9 fix the downgrade, but I would have been happy if a simple little sign would display when a package goes down !
The text was updated successfully, but these errors were encountered:
When
poetry update
does an downgrade of a package, display a little down arrow to highlight when a package goes backward for some reason.It happened recently, flake8 has been silently downgraded :
It is set as
version = "*"
in the toml. Setting>=3.9
fix the downgrade, but I would have been happy if a simple little sign would display when a package goes down !The text was updated successfully, but these errors were encountered: