-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
Dependencies: all packages updated via pip-tools #12543
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, but we can't upgrade django-allauth without double checking it. I will revert that change, create an issue and merge the PR
requirements/deploy.txt
Outdated
| # drf-extensions | ||
| # jsonfield | ||
| django-allauth[mfa,saml,socialaccount]==65.12.1 | ||
| django-allauth[mfa,saml,socialaccount]==65.13.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It seems there is some blocking changes related to Okta that we should double check before merging this update.
https://docs.allauth.org/en/latest/release-notes/recent.html#id1
| django-storages[s3]==1.14.6 | ||
| # via -r requirements/pip.txt | ||
| django-structlog[celery]==9.1.1 | ||
| django-structlog[celery]==10.0.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
They dropped Python 3.9, https://django-structlog.readthedocs.io/en/latest/changelog.html#october-22-2025
| # -r requirements/pip.txt | ||
| # django-allauth | ||
| redis==6.4.0 | ||
| redis==7.0.1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
https://github.com/redis/redis-py/releases/tag/v7.0.0
I think there isn't anything relevant to us.
|
Failing docs are not related with this PR, but due to intersphinx not being able to download the db. |
…pendencies/pip-tools-582aa15
Dependencies: all packages updated via pip-tools