Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Routine update of dependencies #2861

Closed
phillxnet opened this issue Jul 3, 2024 · 3 comments
Closed

Routine update of dependencies #2861

phillxnet opened this issue Jul 3, 2024 · 3 comments

Comments

@phillxnet
Copy link
Member

phillxnet commented Jul 3, 2024

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
Copy link
Member Author

Resulting Poetry report

Leap 15.6 X86_64 host

Package operations: 0 installs, 4 updates, 0 removals

  • Updating importlib-metadata (7.1.0 -> 8.0.0)
  • Updating setuptools (70.0.0 -> 70.2.0)
  • Updating djangorestframework (3.15.1 -> 3.15.2)
  • Updating psycopg (3.1.19 -> 3.2.1)

Writing lock file

@phillxnet
Copy link
Member Author

phillxnet added a commit to phillxnet/rockstor-core that referenced this issue Jul 3, 2024
Refresh poetry.lock via `poetry update` - existing pyproject.toml.

Package operations: 0 installs, 4 updates, 0 removals

  • Updating importlib-metadata (7.1.0 -> 8.0.0)
  • Updating setuptools (70.0.0 -> 70.2.0)
  • Updating djangorestframework (3.15.1 -> 3.15.2)
  • Updating psycopg (3.1.19 -> 3.2.1)

Writing lock file
phillxnet added a commit that referenced this issue Jul 3, 2024
@phillxnet
Copy link
Member Author

Closing as:
Fixed by #2862

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant