jfrog / jfrog-cli-core

Apache License 2.0
33 stars 58 forks source link

Replace poetry update with poetry lock --no-update #1235

Open BartSchuurmans opened 1 month ago

BartSchuurmans commented 1 month ago

poetry update is a command that upgrades all dependecies to their latest compatible version. This is not desired when you just want to configure a repository. Instead, poetry lock --no-update should be run after configuring the repository to update the lock file.

This fixes the behavior of Frogbot upgrading all dependencies when called in CI.

Fixes #835

github-actions[bot] commented 1 month ago

All contributors have signed the CLA ✍️ ✅
Posted by the CLA Assistant Lite bot.

BartSchuurmans commented 1 month ago

I have read the CLA Document and I hereby sign the CLA

BartSchuurmans commented 1 month ago

recheck

BartSchuurmans commented 2 days ago

Could someone take a look at this? My company is a paying customer of JFrog but has difficulties using it because we widely use poetry and the current behaviour is not correct.