You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This solves GitHub's Dependabot security alerts. The alerts are created because we still use an older Django version in requirements.txt when testing with older Python versions. But there is no security impact, because Django is only used in CI and not exposed as a web service.
0 commit comments