Archive
Posts Tagged ‘upgrade’
upgrade all your poetry packages
February 22, 2022
Leave a comment
Problem
You have a project and you use poetry for managing it. You want to upgrade all the dependencies to the latest versions and you also want to update the dependency versions in the file pyproject.toml .
Solution
Use poetryup. See here too: https://github.com/python-poetry/poetry/issues/461#issuecomment-921244993 .
Categories: python
dependencies, poetry, pyproject.toml, upgrade
