-
Notifications
You must be signed in to change notification settings - Fork 2
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
Updates #67
Conversation
This adds support for PostgreSQL 15.
This should fix a few vulnerability warnings.
2c43530
to
413c83a
Compare
Dependabot maybe? |
CI fails after the last upgrade. |
Yeah, the upgrade isn't done yet. I plan to continue the upgrade up to Django 4.2 LTS. Regarding the failure, I'm a bit confused why it happens, the same check works locally. But I gave up debugging yesterday. |
If it is workable on the state of 8a93762 we can also just merge it with this state as an intermediate step. |
(Oops, I commented with the wrong account 😄)
I'd prefer to only test the changes once, and not twice 🙂 I'll finish the updates next week. (I did some tests locally, plus the unit tests, but there could be issues with deployment setup etc that must be tested after releasing.) |
pytest: 6 → 7 pytest-cov: 2.7 → 4.1 pytest-django: 4.4 → 4.6 pytest-dotenv: 0.3 → 0.5 model-mommy: 1.6 → 2.0 frezegun: 0.3 → 1.2
- sorl_thumbnail: 12.8 → 12.10 - django-crispy-forms: 1.9 → 1.13 - pytest-django: 4.6 → 4.7
@rnestler ready to merge now. I assume this is OK to merge without review 🙂 The deployment should happen automatically within a few minutes IIRC. Once deployed, I'll give it a quick test. |
Doesn't look like it ever did 😂
|
...it has been a while 😄