rockstor / rockstor-core

Linux/BTRFS based Network Attached Storage(NAS)
http://rockstor.com/docs/contribute_section.html
GNU General Public License v3.0
553 stars 137 forks source link

Routine update of dependencies #2875

Closed phillxnet closed 2 months ago

phillxnet commented 2 months ago

Update Poetry managed dependencies within existing pyproject.toml constraints.

cd /opt/rockstor
poetry update

Issue resolution via resulting updated poetry.lock file.


Upstream reference: https://python-poetry.org/docs/basic-usage/#updating-dependencies-to-their-latest-versions

phillxnet commented 2 months ago

Resulting Poetry report

Leap 15.6 X86_64 host

Package operations: 0 installs, 1 update, 0 removals

  • Updating sqlparse (0.5.0 -> 0.5.1)

Writing lock file
phillxnet commented 2 months ago

Notable Changelog references:

phillxnet commented 2 months ago

Closing as: Fixed by #2876