-
Notifications
You must be signed in to change notification settings - Fork 138
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 #2849
Comments
Resulting Poetry report
|
Re-run of `poetry update` to refresh poetry.lock within pyproject.toml definitions: Package operations: 1 install, 19 updates, 0 removals • Updating backports-tarfile (1.1.0 -> 1.2.0) • Updating cryptography (42.0.5 -> 42.0.8) • Updating more-itertools (10.2.0 -> 10.3.0) • Updating zipp (3.18.1 -> 3.19.2) • Updating certifi (2024.2.2 -> 2024.6.2) • Updating jaraco-functools (4.0.0 -> 4.0.1) • Updating setuptools (69.5.1 -> 70.0.0) • Updating typing-extensions (4.11.0 -> 4.12.2) • Updating urllib3 (2.2.1 -> 2.2.2) • Updating django (4.2.11 -> 4.2.13) • Updating keyring (25.1.0 -> 25.2.1) • Updating packaging (24.0 -> 24.1) • Installing pytz (2024.1) • Updating requests (2.31.0 -> 2.32.3) • Updating zope-interface (6.3 -> 6.4.post2) • Updating django-oauth-toolkit (2.3.0 -> 2.4.0) • Updating django-pipeline (3.0.0 -> 3.1.0) • Updating huey (2.5.0 -> 2.5.1) • Updating psycopg (3.1.18 -> 3.1.19) • Updating pyzmq (26.0.0 -> 26.0.3) Writing lock file
…encies Routine update of dependencies #2849
Closing as: |
N.B. It looks like the following update from rockstor.log:
These looks to have been applied successfully via initirock.py, but noting here in case we have folks encountering interrupted rockstor-build service runs. The above log was taken from a 5.0.9-0 to 5.0.10-0 Web-UI initiated update (from a signed local repo prior to PRODUCTION publishing of 5.0.9-10). The system in question successfully rebooted to functioning Web-UI post 5.0.10-0 update. |
We have secondary dependencies (dependencies of our pyproject.toml defined first order dependencies - variously pinned) that are in need of a refresh via our Poetry dependencies manager.
The following:
should accomplish this, producing an updated poetry.lock file; to be presented as the resolution of this issue.
Upstream reference: https://python-poetry.org/docs/basic-usage/#updating-dependencies-to-their-latest-versions
The text was updated successfully, but these errors were encountered: