标签: python python-poetry
我想使用poetry将所有软件包更新为最新版本。似乎唯一的方法是为每个软件包手动运行poetry add PKG@latest。是否有一个命令可以一次对所有软件包执行?
poetry
poetry add PKG@latest