-
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
DRF, Django LTS, and Gunicorn maintenance updates #2809 #2820 #2834 #2836
Merged
phillxnet
merged 1 commit into
rockstor:testing
from
phillxnet:2809_2820_2834_DRF_DjangoLTS_Gunicorn_maintenance_updates
Apr 19, 2024
Merged
DRF, Django LTS, and Gunicorn maintenance updates #2809 #2820 #2834 #2836
phillxnet
merged 1 commit into
rockstor:testing
from
phillxnet:2809_2820_2834_DRF_DjangoLTS_Gunicorn_maintenance_updates
Apr 19, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…tor#2820 rockstor#2834 Combined `poetry update` of all dependencies within Poetries current pyproject.toml pinning: ``` poetry update Updating dependencies ... Package operations: 3 installs, 28 updates, 3 removals • Removing deprecated (1.2.14) • Removing pytz (2023.3.post1) • Removing wrapt (1.16.0) • Updating pycparser (2.21 -> 2.22) • Installing backports-tarfile (1.1.0) • Updating cryptography (41.0.7 -> 42.0.5) • Updating more-itertools (10.1.0 -> 10.2.0) • Updating zipp (3.17.0 -> 3.18.1) • Updating asgiref (3.7.2 -> 3.8.1) • Updating certifi (2023.11.17 -> 2024.2.2) • Updating idna (3.6 -> 3.7) • Updating importlib-metadata (6.8.0 -> 7.1.0) • Updating jaraco-classes (3.3.0 -> 3.4.0) • Installing jaraco-context (5.3.0) • Installing jaraco-functools (4.0.0) • Updating setuptools (69.0.2 -> 69.5.1) • Updating sqlparse (0.4.4 -> 0.5.0) • Updating typing-extensions (4.8.0 -> 4.11.0) • Updating urllib3 (2.1.0 -> 2.2.1) • Updating bidict (0.22.1 -> 0.23.1) • Updating django (4.2.7 -> 4.2.11) • Updating greenlet (3.0.1 -> 3.0.3) • Updating jwcrypto (1.5.0 -> 1.5.6) • Updating keyring (23.13.1 -> 25.1.0) • Updating packaging (23.2 -> 24.0) • Updating zope-interface (6.1 -> 6.3) • Updating distro (1.8.0 -> 1.9.0) • Updating django-pipeline (2.1.0 -> 3.0.0) • Updating djangorestframework (3.14.0 -> 3.15.1) • Updating gevent (23.9.1 -> 24.2.1) • Updating gunicorn (21.2.0 -> 22.0.0) • Updating keyring-pass (0.8.1 -> 0.9.3) • Updating psycopg (3.1.13 -> 3.1.18) • Updating pyzmq (25.1.1 -> 26.0.0) Writing lock file ``` > Poetry (version 1.7.1)
Using an rpm built from this PR's branch and installed successfully we have:
and:
And an overview/tree view of the .venv built by rockstor-build.service:
|
This was referenced Apr 19, 2024
phillxnet
deleted the
2809_2820_2834_DRF_DjangoLTS_Gunicorn_maintenance_updates
branch
April 19, 2024 10:09
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Combined
poetry update
of all dependencies within Poetries current pyproject.toml pinning:Fixes #2809
Fixes #2820
Fixes #2834