Commit 2a2b9ed5 authored by Peder Bergebakken Sundt's avatar Peder Bergebakken Sundt
Browse files

deepsecrets: unpin python311

parent 75c00536
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -15577,9 +15577,7 @@ with pkgs;
  deepdiff = with python3Packages; toPythonApplication deepdiff;
  deepsecrets = callPackage ../tools/security/deepsecrets {
    python3 = python311;
  };
  deepsecrets = callPackage ../tools/security/deepsecrets { };
  deep-translator = with python3Packages; toPythonApplication deep-translator;