Unverified Commit 5b7a8718 authored by jopejoe1's avatar jopejoe1 Committed by GitHub
Browse files

healthchecks: update django dependency from django_5 to django_6 (#493625)

parents 93ceeafb 8436cc97
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@ let
  py = python3.override {
    self = py;
    packageOverrides = final: prev: {
      django = prev.django_5;
      django = prev.django_6;
    };
  };
in