Update dependency pytest to >=8.4.1
Update dependency kubernetes to v33
Update dependency flake8 to >=7.3.0
Update dependency coverage to >=7.9.1
Update Python to >=3.13.5
I actually think we want to pin Python to major-version only, at least in pyproject.toml. Upgrading to every patch version will make local development with uv
painful, because it will insist on the patch version matching, even when the patch is not available in your distro yet. Python patch releases are historically stable and compatible, and it’s way more common to see a requires-python set to the minor version. I made this change in #102
rixx
deleted branch renovate/cryptography-45.x from servala/servala-portal
2025-06-16 08:02:03 +00:00
Update dependency cryptography to >=45.0.4
Object Storage not properly configured
I only added django-storages
instead of django-storages[s3]
to the package list, which may be the reason (though I would have expected django-storages to yell about that). Opened a MR in #102.
Make sure to install S3 storage libraries