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 #2897

Closed
phillxnet opened this issue Aug 27, 2024 · 3 comments
Closed

Routine update of dependencies #2897

phillxnet opened this issue Aug 27, 2024 · 3 comments

Comments

@phillxnet
Copy link
Member

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, 14 updates, 0 removals

  • Updating cffi (1.16.0 -> 1.17.0)
  • Updating cryptography (42.0.8 -> 43.0.0)
  • Updating more-itertools (10.3.0 -> 10.4.0)
  • Updating zipp (3.19.2 -> 3.20.1)
  • Updating idna (3.7 -> 3.8)
  • Updating importlib-metadata (8.0.0 -> 8.4.0)
  • Updating jaraco-context (5.3.0 -> 6.0.1)
  • Updating jaraco-functools (4.0.1 -> 4.0.2)
  • Updating setuptools (70.3.0 -> 73.0.1)
  • Updating django (4.2.14 -> 4.2.15)
  • Updating keyring (25.2.1 -> 25.3.0)
  • Updating zope-interface (6.4.post2 -> 7.0.2)
  • Updating gunicorn (22.0.0 -> 23.0.0)
  • Updating pyzmq (26.0.3 -> 26.2.0)

Writing lock file

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

Package operations: 0 installs, 14 updates, 0 removals

  • Updating cffi (1.16.0 -> 1.17.0)
  • Updating cryptography (42.0.8 -> 43.0.0)
  • Updating more-itertools (10.3.0 -> 10.4.0)
  • Updating zipp (3.19.2 -> 3.20.1)
  • Updating idna (3.7 -> 3.8)
  • Updating importlib-metadata (8.0.0 -> 8.4.0)
  • Updating jaraco-context (5.3.0 -> 6.0.1)
  • Updating jaraco-functools (4.0.1 -> 4.0.2)
  • Updating setuptools (70.3.0 -> 73.0.1)
  • Updating django (4.2.14 -> 4.2.15)
  • Updating keyring (25.2.1 -> 25.3.0)
  • Updating zope-interface (6.4.post2 -> 7.0.2)
  • Updating gunicorn (22.0.0 -> 23.0.0)
  • Updating pyzmq (26.0.3 -> 26.2.0)

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

Closing as:
Fixed by #2898

phillxnet added a commit to phillxnet/rockstor-core that referenced this issue Oct 16, 2024
phillxnet added a commit to phillxnet/rockstor-core that referenced this issue Oct 17, 2024
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